summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-18 21:56:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-18 21:56:47 +0000
commit1c26ba24ac6ed3f65eafc7658fda110bd841718b (patch)
tree3c175d36d9dd89f34c352720dcbabdf208b0cf58 /sys/scsi
parent6d30b830f28054eca1bd780ef11fb7bad6eb5b1e (diff)
more SDEV_AUTOSAVE devices
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 7110b2621b8..ffc597e81a7 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.34 1998/02/16 21:23:38 deraadt Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.35 1998/03/18 21:56:46 deraadt Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -391,6 +391,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_DIRECT, T_FIXED,
"IBM", "0664", ""}, SDEV_AUTOSAVE},
{{T_DIRECT, T_FIXED,
+ "IBM ", "H3171-S2", ""}, SDEV_NOLUNS|SDEV_AUTOSAVE},
+ {{T_DIRECT, T_FIXED,
"IBM ", "KZ-C", ""}, SDEV_AUTOSAVE},
/* Broken IBM disk */
{{T_DIRECT, T_FIXED,
@@ -416,6 +418,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_DIRECT, T_FIXED,
"NEC ", "D3847 ", "0307"}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
+ "QUANTUM ", "ELS85S ", ""}, SDEV_AUTOSAVE},
+ {{T_DIRECT, T_FIXED,
"QUANTUM ", "LPS525S ", ""}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
"QUANTUM ", "P105S 910-10-94x", ""}, SDEV_NOLUNS},