PERFORCE change 140066 for review

Sam Leffler sam at FreeBSD.org
Tue Apr 15 05:13:29 UTC 2008


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

Change 140066 by sam at sam_ebb on 2008/04/15 05:13:06

	fix debug msg for 64-bit machines

Affected files ...

.. //depot/projects/vap/sys/dev/malo/if_malo.c#4 edit

Differences ...

==== //depot/projects/vap/sys/dev/malo/if_malo.c#4 (text+ko) ====

@@ -169,7 +169,7 @@
 static void
 malo_bar0_write4(struct malo_softc *sc, bus_size_t off, uint32_t val)
 {
-	DPRINTF(sc, MALO_DEBUG_FW, "%s: off 0x%x val 0x%x\n",
+	DPRINTF(sc, MALO_DEBUG_FW, "%s: off 0x%zx val 0x%x\n",
 	    __func__, off, val);
 
 	bus_space_write_4(sc->malo_io0t, sc->malo_io0h, off, val);


More information about the p4-projects mailing list