dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/mmc/card
Pierre Ossman 98ccf14909 mmc: bounce requests for simple hosts
Some hosts cannot do scatter/gather in hardware. Since not doing sg
is such a big performance hit, we (optionally) bounce the requests
to a simple linear buffer that we hand over to the driver.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2007-07-09 21:22:53 +02:00
..
Kconfig mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00
Makefile mmc: Move host and card drivers to subdirs 2007-05-01 13:04:17 +02:00
block.c mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00
queue.c mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00
queue.h mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00