summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-11-04 06:30:59 +0000
committerWarner Losh <imp@FreeBSD.org>2003-11-04 06:30:59 +0000
commita93efa3c977ea60e6f45271cfec34fa1d6c628c0 (patch)
tree457f6f05d9fc9bd169321a88b1a581c38c033bc0
parent15a93fcc31ca8bf7a4a742d1c747014b66fa6fcc (diff)
Notes
-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 69dececc055e..419d27d454cf 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -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,