Date: Tue, 15 Apr 2008 05:13:28 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 140066 for review Message-ID: <200804150513.m3F5DSeg024694@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140066 Change 140066 by sam@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804150513.m3F5DSeg024694>