summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorshawn <shawn@cvs.openbsd.org>1996-08-15 11:51:55 +0000
committershawn <shawn@cvs.openbsd.org>1996-08-15 11:51:55 +0000
commit18ac5ebf1af2f2a138f84e241bd3d58c344eb7a4 (patch)
tree2665d5df5d6661440bcddebe0dc811ecb642526e /sys
parent298a61f26aef5c313c8b0a29f7a186e28003c85c (diff)
for NEC 210 CD-ROM drivers
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 8cefe8c54e7..2c63bcb20b3 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.12 1996/07/24 23:16:11 deraadt Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.13 1996/08/15 11:51:54 shawn Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -283,6 +283,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_CDROM, T_REMOV,
"NEC ", "CD-ROM DRIVE:84 ", ""}, SDEV_NOLUNS},
{{T_CDROM, T_REMOV,
+ "NEC ", "CD-ROM DRIVE:210", "1.0"}, SDEV_NOLUNS},
+ {{T_CDROM, T_REMOV,
"NEC ", "CD-ROM DRIVE:841", ""}, SDEV_NOLUNS},
{{T_CDROM, T_REMOV,
"SONY ", "CD-ROM CDU-541 ", ""}, SDEV_NOLUNS},