PERFORCE change 113140 for review

Matt Jacob mjacob at FreeBSD.org
Thu Jan 18 21:46:54 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113140

Change 113140 by mjacob at mjexp on 2007/01/18 21:45:59

	Fix macro.

Affected files ...

.. //depot/projects/mjexp/sys/dev/isp/isp_freebsd.c#9 edit

Differences ...

==== //depot/projects/mjexp/sys/dev/isp/isp_freebsd.c#9 (text+ko) ====

@@ -1671,7 +1671,7 @@
 	 * Construct a tag 'id' based upon tag value (which may be 0..255)
 	 * and the handle (which we have to preserve).
 	 */
-	AT_MAKE_TAGID(atiop->tag_id,  device_get_unit(isp->isp_dev), aep);
+	AT_MAKE_TAGID(atiop->tag_id, bus, device_get_unit(isp->isp_dev), aep);
 	if (aep->at_flags & AT_TQAE) {
 		atiop->tag_action = aep->at_tag_type;
 		atiop->ccb_h.status |= CAM_TAG_ACTION_VALID;


More information about the p4-projects mailing list