summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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