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
..
2011-12-13 13:38:03 +00:00
2010-09-15 21:11:29 +00:00
2011-04-22 09:31:40 +00:00
2011-02-21 09:01:34 +00:00
2011-07-20 18:51:18 +00:00
2011-10-07 16:09:44 +00:00