diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-01-27 02:23:54 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-01-27 02:23:54 +0000 |
| commit | 2dd1bdf1834c53d048d3d9a7079b45afea5cecd7 (patch) | |
| tree | 5ac500b634909ff3fe2556201aef7e16d85316d2 /sys/dev/mca | |
| parent | 1cdc5f0b8794e82f0cbf9dca07967ca2559ba331 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mca')
| -rw-r--r-- | sys/dev/mca/mca_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mca/mca_bus.c b/sys/dev/mca/mca_bus.c index 2b4a0b52d2c2..f97fd24ac2dc 100644 --- a/sys/dev/mca/mca_bus.c +++ b/sys/dev/mca/mca_bus.c @@ -456,7 +456,7 @@ mca_read_ivar (device_t dev, device_t child, int which, uintptr_t * result) static struct resource * mca_alloc_resource (device_t dev, 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 mca_device * m_dev = device_get_ivars(child); struct resource_list_entry * rle; |
