artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b4923
)
UMAX SuperVista S-12 also needs a NOLUNS quirk.
author
briggs
<briggs@openbsd.org>
Thu, 13 Mar 1997 05:30:02 +0000
(
05:30
+0000)
committer
briggs
<briggs@openbsd.org>
Thu, 13 Mar 1997 05:30:02 +0000
(
05:30
+0000)
sys/scsi/scsiconf.c
patch
|
blob
|
history
diff --git
a/sys/scsi/scsiconf.c
b/sys/scsi/scsiconf.c
index
1da2908
..
8162acb
100644
(file)
--- a/
sys/scsi/scsiconf.c
+++ b/
sys/scsi/scsiconf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: scsiconf.c,v 1.2
5 1997/02/27 06:19:21 tholo Exp $
*/
+/* $OpenBSD: scsiconf.c,v 1.2
6 1997/03/13 05:30:02 briggs Exp $
*/
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@
-442,6
+442,8
@@
struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_SCANNER, T_FIXED,
"ULTIMA ", "AT3 1.60 ", ""}, SDEV_NOLUNS},
+ {{T_SCANNER, T_FIXED,
+ "UMAX ", "SuperVista S-12 ", "V1.9"}, SDEV_NOLUNS},
};
/*