summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-25 00:25:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-25 00:25:27 +0000
commit51cef0af608d8e1a144f97487dfaa0e4b5a50dce (patch)
treebe020c4b62d0f063635bdc53fe26aebdad115a74 /sys/scsi
parentefdaf220537139a6c894925a566f9f2a4cc92cc4 (diff)
some exceptions from netbsd
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index ffc597e81a7..819862323e9 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.35 1998/03/18 21:56:46 deraadt Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.36 1998/04/25 00:25:26 deraadt Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -357,7 +357,9 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_CDROM, T_REMOV,
"TOSHIBA ", "XM-4101TASUNSLCD", "1755"}, SDEV_NOLUNS},
{{T_CDROM, T_REMOV,
- "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS},
+ "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS},
+ {{T_CDROM, T_REMOV,
+ "JVC ", "R2626 ", "1.55"}, SDEV_NOLUNS},
{{T_OPTICAL, T_REMOV,
"EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS},
@@ -438,6 +440,10 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_DIRECT, T_FIXED,
"SEAGATE ", "ST296N ", ""}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
+ "SEAGATE ", "ST19171FC", ""}, SDEV_NOMODESENSE},
+ {{T_DIRECT, T_FIXED,
+ "SEAGATE ", "ST34501FC ", ""}, SDEV_NOMODESENSE},
+ {{T_DIRECT, T_FIXED,
"TOSHIBA ", "MK538FB ", "6027"}, SDEV_NOLUNS},
{{T_DIRECT, T_REMOV,
"iomega", "jaz 1GB", ""}, SDEV_NOMODESENSE|SDEV_NOTAGS},