diff options
Diffstat (limited to 'sys/mips/sentry5/obio.c')
-rw-r--r-- | sys/mips/sentry5/obio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/sentry5/obio.c b/sys/mips/sentry5/obio.c index 51eaa9d..15abbdf 100644 --- a/sys/mips/sentry5/obio.c +++ b/sys/mips/sentry5/obio.c @@ -113,7 +113,7 @@ obio_attach(device_t dev) static struct resource * obio_alloc_resource(device_t bus, device_t child, int type, int *rid, - u_long start, u_long end, u_long count, u_int flags) + rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) { struct resource *rv; struct rman *rm; |