diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-11-19 01:19:08 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-11-19 01:19:08 +0000 |
| commit | 39456c035138ad1db7e026d9611343bbd93d579f (patch) | |
| tree | 507085733ea359ff1fccedc5ddc6992f3eddb6fe /sys/cam | |
| parent | 849948a7cdaaafabff2f4064841503f5df085512 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/cam_xpt.c | 9 |
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. */ |
