summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-02-27 06:19:22 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-02-27 06:19:22 +0000
commit1ecc995284b4e3f2492d395753b9d31a2ba4a4f7 (patch)
treedd7a2e3be24d08144deb5b9354d2a9497be87f2c /sys/scsi
parent11ff10c83ff0f12887be324224f0655091c84bb1 (diff)
Add quirk for a scanner
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 50f53e17b12..1da2908f84d 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.24 1997/02/24 20:14:40 jkatz Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.25 1997/02/27 06:19:21 tholo Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -439,6 +439,9 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
"WangDAT ", "Model 2600 ", "01.7"}, SDEV_NOSYNCWIDE},
{{T_SEQUENTIAL, T_REMOV,
"WangDAT ", "Model 3200 ", "02.2"}, SDEV_NOSYNCWIDE},
+
+ {{T_SCANNER, T_FIXED,
+ "ULTIMA ", "AT3 1.60 ", ""}, SDEV_NOLUNS},
};
/*