Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 21:46:54 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113140 for review
Message-ID:  <200701182146.l0ILksCP068959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113140

Change 113140 by mjacob@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;



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