From 8656f200dc13d88a7b606d1745539a8ad944a22f Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sat, 4 Jul 2015 18:51:54 +0000 Subject: [PATCH] Change comment added in r284540. This appeared to be not card's issue, but driver's, though solution is the same so far. --- sys/dev/isp/isp_freebsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 8e26d734533..0ca540fd41b 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); }