From 7fafb4ffea7ff452f1df38e2b778f92a182e2a06 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 6 Nov 1997 08:29:50 +0000 Subject: Make the Nakamichi CD-ROM changer detection detect more recent devices, too. --- sys/scsi/scsiconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') 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 */ -- cgit v1.1