summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pccard/pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index 622c198..4eaf8de 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -555,8 +555,8 @@ pccard_mfc_adjust_iobase(struct pccard_function *pf, bus_addr_t addr,
;
iosize--;
- DEVPRINTF((pf->dev, "MFC: I/O base 0x%x IOSIZE %lld\n",
- pf->pf_mfc_iobase, (uint64_t) iosize));
+ DEVPRINTF((pf->dev, "MFC: I/O base 0x%llx IOSIZE %lld\n",
+ (uint64_t) pf->pf_mfc_iobase, (uint64_t) iosize));
pccard_ccr_write(pf, PCCARD_CCR_IOBASE0,
pf->pf_mfc_iobase & 0xff);
pccard_ccr_write(pf, PCCARD_CCR_IOBASE1,
OpenPOWER on IntegriCloud