diff options
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 59f0b83..b04db26 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.103 1998/02/16 11:15:35 msmith Exp $ + * $Id: scsiconf.c,v 1.104 1998/02/18 09:40:54 msmith Exp $ */ #include "opt_scsi.h" @@ -414,6 +414,11 @@ static struct scsidevs knowndevs[] = T_READONLY, T_READONLY, T_REMOV, "REGAL", "CDC-4*" ,"*", "cd", SC_MORE_LUS }, + /* IODATA CD-C68E 6 CD changer */ + { + T_READONLY, T_READONLY, T_REMOV, "IODATA", "CD-C68E" ,"*", + "cd", SC_MORE_LUS + }, #endif /* !UKTEST */ #endif /* NCD */ #if NWORM > 0 |