summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-09-30 02:24:45 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-09-30 02:24:45 +0000
commitb02747cbc801f086b0339960360c3bd30ecb1ab5 (patch)
tree677cc22b41e101f0f671b642fdef6c251ff8766d /sys/scsi/scsiconf.c
parent88de209878ba9791fe76d1c619ebcfb849ed1162 (diff)
quantum atlas iv 9 wls lies about tags
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 4022e006155..1bb0484a71d 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.73 2003/05/18 16:06:35 mickey Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.74 2003/09/30 02:24:44 mickey Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -502,6 +502,8 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_DIRECT, T_FIXED,
"NEC ", "D3847 ", "0307"}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
+ "QUANTUM ", "ATLAS IV 9 WLS", ""}, SDEV_NOTAGS},
+ {{T_DIRECT, T_FIXED,
"QUANTUM ", "ELS85S ", ""}, SDEV_AUTOSAVE},
{{T_DIRECT, T_FIXED,
"QUANTUM ", "LPS525S ", ""}, SDEV_NOLUNS},