summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-04-15 10:51:37 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-04-15 10:51:37 +0000
commitc30829eddbd1203f1d5a231e9c5a28a40e8d367e (patch)
tree2eda38af8cb249778242cb9805e515b86ec5b9bb /sys/scsi
parentd2f5cf6773cab1fd3a6fe38c0a255ae459b109c0 (diff)
Add quirk, type for AT3 scanner (ViewStation 32)
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/ss.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c
index 0a944917e3b..21d70ebdde4 100644
--- a/sys/scsi/ss.c
+++ b/sys/scsi/ss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ss.c,v 1.32 1997/04/05 23:34:20 kstailey Exp $ */
+/* $OpenBSD: ss.c,v 1.33 1997/04/15 10:51:36 tholo Exp $ */
/* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */
/*
@@ -142,6 +142,15 @@ void get_buffer_status __P((struct ss_softc *, struct buf *));
struct ss_quirk_inquiry_pattern ss_quirk_patterns[] = {
{{T_SCANNER, T_FIXED,
+ "ULTIMA ", "AT3 1.60 ", " "}, {
+ "Ultima AT3",
+ SS_Q_HALFTONE |
+ SS_Q_PADDING_TYPE,
+ 0, 0, 0, 0, { 3, 0 }, 0, 0,
+ ULTIMA_AT3,
+ NULL, NULL, NULL
+ }},
+ {{T_SCANNER, T_FIXED,
"ULTIMA ", "A6000C PLUS ", " "}, {
"Ultima A6000C",
SS_Q_HALFTONE |