diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-26 01:28:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-26 01:28:29 +0000 |
commit | 9fffd0c907c9806f2ff373ba095870cd9953cf23 (patch) | |
tree | 1bc696eb9afdca104e779d9049493d96d498ffc0 /sys/scsi/scsiconf.c | |
parent | c4531fe0ad1a135fb93df1d956c9f1498d9d4705 (diff) |
no luns on the ricoh scanner
Diffstat (limited to 'sys/scsi/scsiconf.c')
-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 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}, |