summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-12-27 17:07:12 +0000
committerpst <pst@FreeBSD.org>1995-12-27 17:07:12 +0000
commite9380ac25166321871462c50797fb4ca791b8105 (patch)
treee0edc75a44efdc529f6a7a800d201dc292bd7bcd /sys
parent5865dfdfe7c2efc36d70991bd4d8db35d8193673 (diff)
downloadFreeBSD-src-e9380ac25166321871462c50797fb4ca791b8105.zip
FreeBSD-src-e9380ac25166321871462c50797fb4ca791b8105.tar.gz
Add NEC CDR 210 to list of devices with broken LUN support
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 41effa7..c7e2a44 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.43 1995/12/14 19:44:29 bde Exp $
+ * $Id: scsiconf.c,v 1.44 1995/12/26 21:08:39 peter Exp $
*/
#include <sys/types.h>
@@ -306,6 +306,14 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:55","*",
"cd", SC_ONE_LU
},
+ /*
+ * Same with the OEM version of this drive (1.0 firmware).
+ * -Paul
+ */
+ {
+ T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:210","*",
+ "cd", SC_ONE_LU
+ },
#endif /* !UKTEST */
#endif /* NCD */
#if NWORM > 0
OpenPOWER on IntegriCloud