diff options
author | dg <dg@FreeBSD.org> | 2001-11-19 23:23:28 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 2001-11-19 23:23:28 +0000 |
commit | 7dbd6c83f2daa51904dcb01206345e1a6cb2dbb4 (patch) | |
tree | 6f82164efa3f021c149e364502b5b50fac232605 /sys/cam | |
parent | b12386e1232c645ade4f437caff4b4c5fa1f606c (diff) | |
download | FreeBSD-src-7dbd6c83f2daa51904dcb01206345e1a6cb2dbb4.zip FreeBSD-src-7dbd6c83f2daa51904dcb01206345e1a6cb2dbb4.tar.gz |
Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.
PR: 23536
Submitted by: amagai@nue.org
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/cam_xpt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index b3a31fd..6efaba7 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -461,6 +461,16 @@ static struct xpt_quirk_entry xpt_quirk_table[] = }, { /* + * The Hitachi CJ series with J8A8 firmware apparantly has + * problems with tagged commands. + * PR: 23536 + * Reported by: amagai@nue.org + */ + { T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK32CJ*", "J8A8" }, + CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 + }, + { + /* * This old revision of the TDC3600 is also SCSI-1, and * hangs upon serial number probing. */ |