opnsense-src/sys/dev/pccard
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
..
card_if.m cardbus -> CardBus 2010-01-03 23:31:58 +00:00
pccard.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
pccard_cis.c Allow zero length memroy space descriptor sections. It is apparently 2009-03-11 08:14:44 +00:00
pccard_cis.h The supposed OLD STYLE network MAC id tuple was really just a buggy 2005-07-13 14:59:06 +00:00
pccard_cis_quirks.c MFp4: necessary quirks to get 3c1 not working (still no interrupts) 2008-08-25 04:59:43 +00:00
pccard_device.c Don't confuse the tuple code and the tuple length. Ooops. Since most 2005-09-21 20:08:24 +00:00
pccarddevs Another PC Card that needs the CIS strings for the Surecom EP-427X, 2009-04-24 17:27:45 +00:00
pccardreg.h
pccardvar.h Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building 2015-12-11 05:27:56 +00:00
pccardvarp.h Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
power_if.m