diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-30 00:11:27 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-30 00:11:27 +0000 |
commit | 9649052792b6a12bc1a4553ffd60a88df5147b56 (patch) | |
tree | 6a8ff70188a6d5f63113d6e76802281556d5a101 /sys/scsi/scsiconf.c | |
parent | 1a3a5cf80fb478c96903f8d34c260e53ff8480cd (diff) |
Add an IBM quirk.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-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. */ |