From 62c0a5f81d4de04703a5dd87f7ce1a14bddb8c49 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 3 Nov 2003 01:30:03 +0000 Subject: ia64 tenderbox hates what I did wrt a printf, so cast the snot out of it and hope for the best. --- sys/dev/pccard/pccard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pccard') 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, -- cgit v1.1