diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-11-06 08:29:50 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-11-06 08:29:50 +0000 |
| commit | 94e156264e30334960a6136fcf0d2bd59ad4629f (patch) | |
| tree | 5836cbbc70f3586ac94708bcfb841b906f658e64 | |
| parent | e995d630e47bdc8b87314169866078b2cbc37a6e (diff) | |
Notes
| -rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 4fa6dad61cf2..7a0ad1a127c4 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.95 1997/10/05 13:38:17 joerg Exp $ + * $Id: scsiconf.c,v 1.96 1997/10/19 09:37:49 joerg Exp $ */ #include "opt_scsi.h" @@ -402,7 +402,7 @@ static struct scsidevs knowndevs[] = * -Mary */ { - T_READONLY, T_READONLY, T_REMOV, "NAKAMICH", "MJ-4*" ,"*", + T_READONLY, T_READONLY, T_REMOV, "NAKAMICH", "MJ-*" ,"*", "cd", SC_MORE_LUS }, /* yet another changer */ |
