freebsd-dev/sys/arm
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
..
allwinner Add allwinner_machdep.h, it was missed in r294698. 2016-01-25 08:19:16 +00:00
altera/socfpga [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
amlogic/aml8726 [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
annapurna/alpine [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
arm Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
at91 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
broadcom/bcm2835 Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCore 2015-12-20 00:58:22 +00:00
cavium/cns11xx Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
conf Update the Allwinner kernels: 2016-01-25 00:24:57 +00:00
freescale Quick exit after setting the clock control register. 2016-01-17 23:03:21 +00:00
include Allow us to be told about memory past the first 4GB point, but ignore it. 2016-01-25 23:04:40 +00:00
lpc Remove the arm KERNPHYSADDR option as it is no longer used. The make 2015-12-22 09:08:21 +00:00
mv Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
qemu [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
rockchip [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
samsung/exynos [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
ti Stop defining fdt_pic_table with ARM_INTRNG, it's unused. 2016-01-22 12:51:12 +00:00
versatile Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
xilinx [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
xscale Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00