summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-03-08 06:52:45 +0000
committerjkh <jkh@FreeBSD.org>1998-03-08 06:52:45 +0000
commit34daaf7b2b66d0e670d3895acfcb5f477215c6ce (patch)
tree6e8d61054afb63b7ab55d2f4618531bf372ea6ea /sys/scsi
parentd3b4226c4ad27767d288d5a2184b49ace9556b51 (diff)
downloadFreeBSD-src-34daaf7b2b66d0e670d3895acfcb5f477215c6ce.zip
FreeBSD-src-34daaf7b2b66d0e670d3895acfcb5f477215c6ce.tar.gz
Add a quirk entry for IO DATA CDC-TX86 6 CD changer.
PR: 5942 Submitted by: Masanao Sasai <m_sasai@mxa.meshnet.ne.jp>
Diffstat (limited to 'sys/scsi')
-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 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
OpenPOWER on IntegriCloud