diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-16 21:23:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-16 21:23:39 +0000 |
commit | 2244399f3eb9a84bc7ecee04ab326265581aab47 (patch) | |
tree | 322f3d72667baa6910c166bf4c691e4f73a49c92 | |
parent | 46911f6708d8f6b2c2ed9aafdeab04bea5a8a819 (diff) |
jaz drives do not do SDEV_NOTAGS
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 92d32ca5ddd..7110b2621b8 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.33 1998/01/12 19:20:35 kstailey Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.34 1998/02/16 21:23:38 deraadt Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -436,7 +436,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_DIRECT, T_FIXED, "TOSHIBA ", "MK538FB ", "6027"}, SDEV_NOLUNS}, {{T_DIRECT, T_REMOV, - "iomega", "jaz 1GB", ""}, SDEV_NOMODESENSE}, + "iomega", "jaz 1GB", ""}, SDEV_NOMODESENSE|SDEV_NOTAGS}, {{T_DIRECT, T_REMOV, "IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, |