summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2000-06-04 03:17:37 +0000
committerken <ken@FreeBSD.org>2000-06-04 03:17:37 +0000
commitaa01bf29bde9e8389bb998fc87d752c6a2cfb018 (patch)
tree128b34aff581f1f6a099aedae4497377ef1816a2 /sys/cam
parent5e934fe1f7b01c50b1d8b916e04a0a67e3fb1952 (diff)
downloadFreeBSD-src-aa01bf29bde9e8389bb998fc87d752c6a2cfb018.zip
FreeBSD-src-aa01bf29bde9e8389bb998fc87d752c6a2cfb018.tar.gz
Disable multi-lun probing on Hitachi DK31* drives.
PR: misc/18793 Submitted by: Paul Haddad <paul@pth.com>
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 53ff288..fa00cc2 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -430,6 +430,18 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
},
{
/*
+ * These Hitachi drives don't like multi-lun probing.
+ * The PR submitter has a DK319H, but says that the Linux
+ * kernel has a similar work-around for the DK312 and DK314,
+ * so all DK31* drives are quirked here.
+ * PR: misc/18793
+ * Submitted by: Paul Haddad <paul@pth.com>
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK31*", "*" },
+ CAM_QUIRK_NOLUNS, /*mintags*/2, /*maxtags*/255
+ },
+ {
+ /*
* This old revision of the TDC3600 is also SCSI-1, and
* hangs upon serial number probing.
*/
OpenPOWER on IntegriCloud