summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 08:28:33 +0000
committermav <mav@FreeBSD.org>2015-10-05 08:28:33 +0000
commit276dc40196dce997277c3b88e26589ad7fc29d3b (patch)
treebfc273b32c899e98489af493eaa0ee02693574c0 /sys/dev
parent49c462994f645103554f011b420cf7b1fe63e2b4 (diff)
downloadFreeBSD-src-276dc40196dce997277c3b88e26589ad7fc29d3b.zip
FreeBSD-src-276dc40196dce997277c3b88e26589ad7fc29d3b.tar.gz
MFC r285147: Change comment added in r284540.
This appeared to be not card's issue, but driver's, though solution is the same so far.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/isp_freebsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 97dd7ae..ba49baa 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -2965,9 +2965,9 @@ isp_handle_platform_ctio(ispsoftc_t *isp, void *arg)
}
if (atp == NULL) {
/*
- * In case of target mode disable at least ISP2532 return
- * invalid zero ct_rxid value. Try to workaround that using
- * tag_id from the CCB, pointed by valid ct_syshandle.
+ * XXX: isp_clear_commands() generates fake CTIO with zero
+ * ct_rxid value, filling only ct_syshandle. Workaround
+ * that using tag_id from the CCB, pointed by ct_syshandle.
*/
atp = isp_find_atpd(isp, tptr, ccb->csio.tag_id);
}
OpenPOWER on IntegriCloud