Index: sys/dev/malo/if_malo.c =================================================================== --- sys/dev/malo/if_malo.c (revision 221219) +++ sys/dev/malo/if_malo.c (working copy) @@ -224,9 +224,9 @@ } DPRINTF(sc, MALO_DEBUG_FW, - "malo_hal_gethwspecs: hwversion 0x%x hostif 0x%x" - "maxnum_wcb 0x%x maxnum_mcaddr 0x%x maxnum_tx_wcb 0x%x" - "regioncode 0x%x num_antenna 0x%x fw_releasenum 0x%x" + "malo_hal_gethwspecs: hwversion 0x%hhx hostif 0x%hhx" + "maxnum_wcb 0x%hx maxnum_mcaddr 0x%hx maxnum_tx_wcb 0x%hx" + "regioncode 0x%hx num_antenna 0x%hx fw_releasenum 0x%x" "wcbbase0 0x%x rxdesc_read 0x%x rxdesc_write 0x%x" "ul_fw_awakecookie 0x%x w[4] = %x %x %x %x", sc->malo_hwspecs.hwversion, @@ -1931,7 +1931,8 @@ { struct ifnet *ifp = sc->malo_ifp; - if_printf(ifp, "versions [hw %d fw %d.%d.%d.%d] (regioncode %d)\n", + if_printf(ifp, + "versions [hw 0x%hhx fw %d.%d.%d.%d] (regioncode 0x%hx)\n", sc->malo_hwspecs.hwversion, (sc->malo_hwspecs.fw_releasenum >> 24) & 0xff, (sc->malo_hwspecs.fw_releasenum >> 16) & 0xff,