aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorAlan Stern <[email protected]>2008-11-21 11:46:17 -0500
committerGreg Kroah-Hartman <[email protected]>2009-01-07 09:59:57 -0800
commit96983d2d861bf94b7f70bc47ac3c5b289f519a2d (patch)
tree562c8f19df7dcf8bd2ad9a399e09fae71fcd8046 /include/linux/debugobjects.h
parent3dae5345311271fe598a61bd01f563fc835b4217 (diff)
USB: storage: set bounce limit for non-DMA-capable host controllers
This patch (as1175) makes usb-storage set a SCSI device's request-queue bounce limit such that all buffers will be located in addressable memory (i.e., not in high memory) if the host controller's dma_mask is NULL. This is necessary when the host controller doesn't support DMA: If a buffer is in high memory then the both the virtual and DMA addresses produced by the scatter-gather library will be NULL, preventing the HCD from accessing the buffer's data. In particular, the isp1760 driver needs this when used on a system with more than 1 GB of memory. Signed-off-by: Alan Stern <[email protected]> CC: Matthew Dharm <[email protected]> Acked-by: Jens Axboe <[email protected]> Tested-by: Thomas Hommel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions