summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-04-19 05:10:34 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-04-19 05:10:34 +0000
commit1f028f7e7097129c0ac80452d205af6f84ee3909 (patch)
treeaabf3c2408b5c0a26227fed710138b71c3eedd8d /sys/dev/pcmcia
parent23488d9b4b80140294bd50608381daa2ab1597a6 (diff)
When printing the address/size, use the correct value 32, not 16.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r--sys/dev/pcmcia/if_ne_pcmcia.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c
index 69e8df2e333..4260407f64a 100644
--- a/sys/dev/pcmcia/if_ne_pcmcia.c
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ne_pcmcia.c,v 1.41 2001/04/18 14:59:31 aaron Exp $ */
+/* $OpenBSD: if_ne_pcmcia.c,v 1.42 2001/04/19 05:10:33 fgsch Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */
/*
@@ -566,7 +566,7 @@ ne_pcmcia_attach(parent, self, aux)
goto fail_4;
}
- printf(" port 0x%lx/%d", psc->sc_pcioh.addr, NE2000_NIC_NPORTS);
+ printf(" port 0x%lx/%d", psc->sc_pcioh.addr, NE2000_NPORTS);
/*
* Read the station address from the board.