aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2001-11-19 01:19:08 +0000
committerIan Dowse <iedowse@FreeBSD.org>2001-11-19 01:19:08 +0000
commit39456c035138ad1db7e026d9611343bbd93d579f (patch)
tree507085733ea359ff1fccedc5ddc6992f3eddb6fe /sys/cam
parent849948a7cdaaafabff2f4064841503f5df085512 (diff)
downloadsrc-39456c035138ad1db7e026d9611343bbd93d579f.tar.gz
src-39456c035138ad1db7e026d9611343bbd93d579f.zip
Hitachi DK32 disks have problems with tagged queuing under load.
PR: kern/23536 Submitted by: Y.Amagai <amagai@nue.org> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=86564
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index b3a31fd4c95a..6baf4cff2f3b 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -461,6 +461,15 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
},
{
/*
+ * The Hitachi DK32 has problems with tagged queuing under
+ * load; submitter has <HITACHI DK32CJ-36MC J8A8>.
+ * Reported by: Y.Amagai <amagai@nue.org>
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK32*", "*" },
+ CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
+ },
+ {
+ /*
* This old revision of the TDC3600 is also SCSI-1, and
* hangs upon serial number probing.
*/