diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
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}, |