diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-24 13:16:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-24 13:16:02 +0000 |
commit | 942bf04191621903b50b216396dc9e30f194aa90 (patch) | |
tree | 090a83a6c06d7d811a75d6b1781a8667436ea20e /sys/scsi/scsiconf.c | |
parent | 4affb6c91db0a1702e06009bb49ddaba995472c9 (diff) |
SDEV_NOMODESENSE on LS-120 VER5 00
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 7ef064ad45c..e1427001a31 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.43 1999/07/20 06:21:59 csapuntz Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.44 1999/07/24 13:16:01 deraadt Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -458,6 +458,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_REMOV, "IOMEGA", "ZIP 250", ""}, SDEV_NOMODESENSE}, + {{T_DIRECT, T_REMOV, + "IOMEGA", "LS-120 VER5 00", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "IBM", "0661467", "G"}, SDEV_NOMODESENSE}, /* Letting the motor run kills floppy drives and disks quit fast. */ |