summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-05 19:07:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-05 19:07:19 +0000
commit67e70f37f3c4ea91d30667064474ea18394a7da7 (patch)
treedff819828bb8631eda1e028e59d298d4e1210c93 /sys/scsi
parent84a9296130baf324c7e5db3ce63e2a5828591d76 (diff)
more lun flakes; rh@vip.at, simonb@telstra.com.au
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 819862323e9..15100ca572e 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.36 1998/04/25 00:25:26 deraadt Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.37 1998/05/05 19:07:18 deraadt Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -315,6 +315,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_CDROM, T_REMOV,
"CHINON ", "CD-ROM CDS-535 ", ""}, SDEV_NOLUNS},
{{T_CDROM, T_REMOV,
+ "DEC ", "RRD42 (C) DEC ", ""}, SDEV_NOLUNS},
+ {{T_CDROM, T_REMOV,
"DENON ", "DRD-25X ", "V"}, SDEV_NOLUNS},
{{T_CDROM, T_REMOV,
"HP ", "C4324/C4325 ", ""}, SDEV_NOLUNS},
@@ -496,6 +498,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
"WangDAT ", "Model 3200 ", "02.2"}, SDEV_NOSYNCWIDE},
{{T_SCANNER, T_FIXED,
+ "UMAX ", "Astra 1200S ", "V2.9"}, SDEV_NOLUNS},
+ {{T_SCANNER, T_FIXED,
"ULTIMA ", "AT3 1.60 ", ""}, SDEV_NOLUNS},
{{T_SCANNER, T_FIXED,
"UMAX ", "SuperVista S-12 ", "V1.9"}, SDEV_NOLUNS},