Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 18:51:55 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285147 - head/sys/dev/isp
Message-ID:  <201507041851.t64IptS8065427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sat Jul  4 18:51:54 2015
New Revision: 285147
URL: https://svnweb.freebsd.org/changeset/base/285147

Log:
  Change comment added in r284540.
  
  This appeared to be not card's issue, but driver's, though solution is
  the same so far.

Modified:
  head/sys/dev/isp/isp_freebsd.c

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Sat Jul  4 18:38:46 2015	(r285146)
+++ head/sys/dev/isp/isp_freebsd.c	Sat Jul  4 18:51:54 2015	(r285147)
@@ -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);
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507041851.t64IptS8065427>