ia64 tenderbox hates what I did wrt a printf, so cast the snot out of
it and hope for the best.
This commit is contained in:
parent
d8a239222c
commit
4cc2855846
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user