diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-13 05:30:03 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-13 05:30:03 +0000 |
commit | 041f2bcde21137a0acb8cd924b94750cc81eef96 (patch) | |
tree | 16e36b66f467b865dedfb46f7e36e9c087325682 /sys/scsi | |
parent | 1db78f17332dff39adfe6e68dba2ccc334c7071a (diff) |
UMAX SuperVista S-12 also needs a NOLUNS quirk.
Diffstat (limited to 'sys/scsi')
-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 1da2908f84d..8162acbf4b6 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.25 1997/02/27 06:19:21 tholo Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.26 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}, }; /* |