summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-20 19:39:33 +0000
committerimp <imp@FreeBSD.org>2005-01-20 19:39:33 +0000
commit6193b800a7f300567ec09c58a90a968508d8fc37 (patch)
treec6022259f2ff57d41973259f33e2d6b32277e235 /sys/dev/ep/if_ep_pccard.c
parent3afb2ac5309053fcf72759aacfa54654aed0323b (diff)
downloadFreeBSD-src-6193b800a7f300567ec09c58a90a968508d8fc37.zip
FreeBSD-src-6193b800a7f300567ec09c58a90a968508d8fc37.tar.gz
u_intXX_t -> uintXX_t while I'm here.
Diffstat (limited to 'sys/dev/ep/if_ep_pccard.c')
-rw-r--r--sys/dev/ep/if_ep_pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index 163f168..6ef4aa9 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -72,7 +72,7 @@ ep_pccard_probe(device_t dev)
struct ep_softc *sc = device_get_softc(dev);
struct ep_board *epb = &sc->epb;
const char *desc;
- u_int16_t result;
+ uint16_t result;
int error;
error = ep_alloc(dev);
@@ -180,7 +180,7 @@ static int
ep_pccard_attach(device_t dev)
{
struct ep_softc *sc = device_get_softc(dev);
- u_int16_t result;
+ uint16_t result;
int error = 0;
if ((error = ep_alloc(dev))) {
OpenPOWER on IntegriCloud