-
Martin Fuzzey authored
The hardware can only do DMA to 4 byte aligned addresses. When this requirement is not met use PIO or a bounce buffer. PIO is used when the buffer is small enough to directly use the hardware data memory (2*maxpacket). A bounce buffer is used for larger transfers. Signed-off-by:
Martin Fuzzey <mfuzzey@gmail.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
d0cc3d41