diff options
author | joerg <joerg@FreeBSD.org> | 1997-11-06 08:29:50 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-11-06 08:29:50 +0000 |
commit | 7fafb4ffea7ff452f1df38e2b778f92a182e2a06 (patch) | |
tree | d4a78344e18f207cc15ebb2f6f2989412d9f598c | |
parent | 9b855737012b32e5bf356ed4502031ba13058733 (diff) | |
download | FreeBSD-src-7fafb4ffea7ff452f1df38e2b778f92a182e2a06.zip FreeBSD-src-7fafb4ffea7ff452f1df38e2b778f92a182e2a06.tar.gz |
Make the Nakamichi CD-ROM changer detection detect more recent devices,
too.
-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 4fa6dad..7a0ad1a 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 */ |