summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-05 13:38:17 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-05 13:38:17 +0000
commit98a16a5fd3d8955329986056cfbfc5474dc1285a (patch)
tree1e8ef93a377190ebbf314ad627d8a0408a501e13 /sys/scsi/scsiconf.c
parentf94dc5b1f1af373260ac996d6416fd27c9fe8f4b (diff)
downloadFreeBSD-src-98a16a5fd3d8955329986056cfbfc5474dc1285a.zip
FreeBSD-src-98a16a5fd3d8955329986056cfbfc5474dc1285a.tar.gz
Add the REGAL CDC-4X as a known CD-ROM changer device.
Submitted by: shanee@augusta.de (Andreas Kohout)
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 0e3fd3a..10a1748 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.93 1997/09/17 21:49:06 joerg Exp $
+ * $Id: scsiconf.c,v 1.94 1997/09/18 00:15:55 msmith Exp $
*/
#include "opt_scsi.h"
@@ -401,6 +401,11 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_READONLY, T_REMOV, "NAKAMICH", "MJ-4*" ,"*",
"cd", SC_MORE_LUS
},
+ /* yet another changer */
+ {
+ T_READONLY, T_READONLY, T_REMOV, "REGAL", "CDC-4*" ,"*",
+ "cd", SC_MORE_LUS
+ },
#endif /* !UKTEST */
#endif /* NCD */
#if NWORM > 0
OpenPOWER on IntegriCloud