svn commit: r288711 - stable/10/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Mon Oct 5 08:28:35 UTC 2015


Author: mav
Date: Mon Oct  5 08:28:33 2015
New Revision: 288711
URL: https://svnweb.freebsd.org/changeset/base/288711

Log:
  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.

Modified:
  stable/10/sys/dev/isp/isp_freebsd.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/10/sys/dev/isp/isp_freebsd.c	Mon Oct  5 08:18:31 2015	(r288710)
+++ stable/10/sys/dev/isp/isp_freebsd.c	Mon Oct  5 08:28:33 2015	(r288711)
@@ -2965,9 +2965,9 @@ isp_handle_platform_ctio(ispsoftc_t *isp
 	}
 	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);
 	}


More information about the svn-src-all mailing list