freebsd-dev/sys/mips/adm5120
Justin Hibbits 2dd1bdf183 Convert rman to use rman_res_t instead of u_long
Summary:
Migrate to using the semi-opaque type rman_res_t to specify rman resources.  For
now, this is still compatible with u_long.

This is step one in migrating rman to use uintmax_t for resources instead of
u_long.

Going forward, this could feasibly be used to specify architecture-specific
definitions of resource ranges, rather than baking a specific integer type into
the API.

This change has been broken out to facilitate MFC'ing drivers back to 10 without
breaking ABI.

Reviewed By: jhb
Sponsored by:	Alex Perez/Inertial Computing
Differential Revision: https://reviews.freebsd.org/D5075
2016-01-27 02:23:54 +00:00
..
adm5120_machdep.c Merge from vmobj-rwlock branch: 2013-02-26 01:00:11 +00:00
adm5120reg.h
admpci.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
console.c
files.adm5120
if_admsw.c In order to reduce use of M_EXT outside of the mbuf allocator and 2015-01-06 12:59:37 +00:00
if_admswreg.h
if_admswvar.h
obio.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
obiovar.h
std.adm5120
uart_bus_adm5120.c
uart_cpu_adm5120.c
uart_dev_adm5120.c Add support for the uart classes to set their default register shift value. 2015-04-11 17:16:23 +00:00
uart_dev_adm5120.h