opnsense-src/sys/dev/siba
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
..
siba.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
siba_bwn.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
siba_cc.c s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention 2011-11-22 21:55:40 +00:00
siba_core.c Remove some unused variables. 2014-05-16 21:19:17 +00:00
siba_ids.h Adds siba_bwn module which is used with bwn(4). Main purpose of this 2010-01-31 21:18:22 +00:00
siba_pcib.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
siba_pcibvar.h
sibareg.h supports SPROM rev8 informations properly which are used to support 2010-02-16 01:22:33 +00:00
sibavar.h o uses bus accessor macros to read values from ivar so no more values 2010-03-09 19:58:00 +00:00