Hans Petter Selasky 1a7c3e9097 Regression issue:
Use a boundary of zero, hence a PAGE_SIZE boundary
is implied by all memory allocations.

Background:
Busdma has problems to allocate more than PAGE_SIZE
bytes when the boundary is PAGE_SIZE bytes too.
Initially it was thought that a boundary of PAGE_SIZE
bytes will only affect loading of DMA memory, so that
segments get split correctly, but it also affects
allocation of DMA'able memory.

Solution:
USB can detect big segments and split them as required
by the USB code.

MFC after:	1 week
Reported by:	gonzo
2012-12-21 14:17:39 +00:00
..
2012-10-10 08:36:38 +00:00
2012-11-01 04:07:08 +00:00
2012-12-21 14:17:39 +00:00
2012-12-18 06:37:23 +00:00
2012-12-18 08:14:16 +00:00
2012-10-10 08:36:38 +00:00
2012-11-10 13:48:41 +00:00