opnsense-src/sys/isa
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
..
isa_common.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
isa_common.h Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
isa_dmareg.h
isa_if.m
isahint.c Tweak the way that the ACPI and ISA bus drivers match hint devices to 2009-08-24 21:51:46 +00:00
isareg.h Remove vestiges of knowing the ISA bus, which we gave up on around 20 2014-03-19 21:03:04 +00:00
isavar.h Allow device hints to wire the unit numbers of devices. 2008-11-18 21:01:54 +00:00
pnp.c - Enable an extra debugging bootverbose printf when probing ISA PNP cards 2011-03-29 12:38:13 +00:00
pnpparse.c Be consistent with the spelling of "dependent" in user-visible places. 2006-12-30 11:55:47 +00:00
pnpreg.h
pnpvar.h
rtc.h Implement new event timers infrastructure. It provides unified APIs for 2010-06-20 21:33:29 +00:00
syscons_isa.c Move VT switching hack for suspend/resume from bus drivers to syscons.c 2011-05-09 18:46:49 +00:00
vga_isa.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00