aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mvs/mvs_pci.c')
-rw-r--r--sys/dev/mvs/mvs_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c
index 316ac0008dd1..b3262f8e3634 100644
--- a/sys/dev/mvs/mvs_pci.c
+++ b/sys/dev/mvs/mvs_pci.c
@@ -396,7 +396,7 @@ mvs_alloc_resource(device_t dev, device_t child, int type, int *rid,
int unit = ((struct mvs_channel *)device_get_softc(child))->unit;
struct resource *res = NULL;
int offset = HC_BASE(unit >> 2) + PORT_BASE(unit & 0x03);
- long st;
+ rman_res_t st;
switch (type) {
case SYS_RES_MEMORY: