PERFORCE change 118196 for review

Matt Jacob mjacob at FreeBSD.org
Sun Apr 15 19:10:09 UTC 2007


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

Change 118196 by mjacob at mjexp on 2007/04/15 19:09:51

	IFC

Affected files ...

.. //depot/projects/mjexp/sys/dev/cxgb/sys/uipc_mvec.c#5 integrate

Differences ...

==== //depot/projects/mjexp/sys/dev/cxgb/sys/uipc_mvec.c#5 (text+ko) ====

@@ -29,7 +29,7 @@
  ***************************************************************************/
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/cxgb/sys/uipc_mvec.c,v 1.8 2007/04/15 15:30:45 kmacy Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/cxgb/sys/uipc_mvec.c,v 1.9 2007/04/15 19:03:45 mjacob Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -594,8 +594,8 @@
 				error = _bus_dmamap_load_buffer(dmat, NULL, 
 				    data, len, NULL, flags, &lastaddr,
 				    segs, nsegs, first);
-				DPRINTF("%d: addr=0x%lx len=%ld\n", i, segs[i].ds_addr,
-				    segs[i].ds_len);
+				DPRINTF("%d: addr=0x%jx len=%ju\n", i,
+				    (uintmax_t)segs[i].ds_addr, (uintmax_t)segs[i].ds_len);
 				first = 0;
 			}
 		}


More information about the p4-projects mailing list