diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-02-24 07:36:03 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-02-24 07:36:03 +0000 |
commit | 4fcfe46cf82a741774d7ded89e63e898b8d1b5c7 (patch) | |
tree | f43706ed908d098a7b2e502632301e08ab3d5a2b /sys/scsi | |
parent | 836d34c789b656faa61c85d3920258113def7090 (diff) |
Zip250 doesn't do modesense, either.
Diffstat (limited to 'sys/scsi')
-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 bb0d29b1efa..4bd2de8fd7a 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.41 1998/11/28 23:33:30 downsj Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.42 1999/02/24 07:36:02 downsj Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -456,6 +456,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "iomega", "jaz 1GB", ""}, SDEV_NOMODESENSE|SDEV_NOTAGS}, {{T_DIRECT, T_REMOV, "IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE}, + {{T_DIRECT, T_REMOV, + "IOMEGA", "ZIP 250", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "IBM", "0661467", "G"}, SDEV_NOMODESENSE}, /* Letting the motor run kills floppy drives and disks quit fast. */ |