1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Use %#jx for both args.

Non-use of %# mocked by: bde
This commit is contained in:
Warner Losh 2003-11-04 06:30:59 +00:00
parent 15a93fcc31
commit a93efa3c97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122032

View File

@ -554,8 +554,8 @@ pccard_mfc_adjust_iobase(struct pccard_function *pf, bus_addr_t addr,
;
iosize--;
DEVPRINTF((pf->dev, "MFC: I/O base 0x%jx IOSIZE %jd\n",
(uintmax_t)pf->pf_mfc_iobase, (uintmax_t)iosize));
DEVPRINTF((pf->dev, "MFC: I/O base %#jx IOSIZE %#jx\n",
(uintmax_t)pf->pf_mfc_iobase, (uintmax_t)(iosize + 1)));
pccard_ccr_write(pf, PCCARD_CCR_IOBASE0,
pf->pf_mfc_iobase & 0xff);
pccard_ccr_write(pf, PCCARD_CCR_IOBASE1,