diff options
author | 1996-08-30 00:11:26 +0000 | |
---|---|---|
committer | 1996-08-30 00:11:26 +0000 | |
commit | bb32055b0e12cb55f320adb5f0ee79b55d898cee (patch) | |
tree | bbddce5f51e2ddd9ec5e5b736481d3fb05171095 | |
parent | Add `flags' specification to floppy devices. (diff) | |
download | wireguard-openbsd-bb32055b0e12cb55f320adb5f0ee79b55d898cee.tar.xz wireguard-openbsd-bb32055b0e12cb55f320adb5f0ee79b55d898cee.zip |
Add an IBM quirk.
-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 2c63bcb20b3..54ada1e7ad3 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.13 1996/08/15 11:51:54 shawn Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.14 1996/08/30 00:11:26 downsj Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -353,6 +353,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "iomega", "jaz 1GB", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_REMOV, "IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE}, + {{T_DIRECT, T_FIXED, + "IBM", "0661467", "G"}, SDEV_NOMODESENSE}, /* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ |