summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv/ncr53c500_pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ncv/ncr53c500_pccard.c')
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index a7a2b5b..55f0ef9 100644
--- a/sys/dev/ncv/ncr53c500_pccard.c
+++ b/sys/dev/ncv/ncr53c500_pccard.c
@@ -142,7 +142,7 @@ ncv_alloc_resource(device_t dev)
{
struct ncv_softc *sc = device_get_softc(dev);
u_int32_t flags = device_get_flags(dev);
- u_long ioaddr, iosize, maddr, msize;
+ rman_res_t ioaddr, iosize, maddr, msize;
int error;
bus_addr_t offset = 0;
OpenPOWER on IntegriCloud