summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 15100ca572e..54873a0d970 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.37 1998/05/05 19:07:18 deraadt Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.38 1998/06/26 01:28:28 deraadt Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -498,6 +498,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
"WangDAT ", "Model 3200 ", "02.2"}, SDEV_NOSYNCWIDE},
{{T_SCANNER, T_FIXED,
+ "RICOH ", "IS60 ", "1R08"}, SDEV_NOLUNS},
+ {{T_SCANNER, T_FIXED,
"UMAX ", "Astra 1200S ", "V2.9"}, SDEV_NOLUNS},
{{T_SCANNER, T_FIXED,
"ULTIMA ", "AT3 1.60 ", ""}, SDEV_NOLUNS},