freebsd-skq/sys/arm
John Baldwin 831ce4cb3d - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned
long for specifying a boundary constraint.
- Change bus_dma tags to use bus_addr_t instead of bus_size_t for boundary
  constraints.

These allow boundary constraints to be fully expressed for cases where
sizeof(bus_addr_t) != sizeof(bus_size_t).  Specifically, it allows a
driver to properly specify a 4GB boundary in a PAE kernel.

Note that this cannot be safely MFC'd without a lot of compat shims due
to KBI changes, so I do not intend to merge it.

Reviewed by:	scottl
2012-03-01 19:58:34 +00:00
..
arm - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned 2012-03-01 19:58:34 +00:00
at91 Remove spurious 8bit chars, turning files into plain ASCII. 2012-01-15 13:23:33 +00:00
compile
conf Add missing options so modules build/load correctly. 2012-01-05 20:18:01 +00:00
econa Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
include Add C11 macros describing subnormal numbers to float.h. 2012-01-23 06:36:41 +00:00
mv Make sure we do not provide the page 0 to the VM. It can't handle it properly, 2012-02-29 12:44:34 +00:00
s3c2xx0 Get myself a brain, move the call to init_param1() before the first use in 2011-02-21 13:11:05 +00:00
sa11x0 Remove spurious 8bit chars, turning files into plain ASCII. 2012-01-15 13:23:33 +00:00
xscale Make sure we do not provide the page 0 to the VM. It can't handle it properly, 2012-02-29 12:44:34 +00:00