Module Name: src Committed By: jmcneill Date: Sun Apr 19 23:12:21 UTC 2015
Modified Files: src/sys/arch/arm/amlogic: amlogic_sdio.c Log Message: Like SDHC, SDIO also doesn't support SG DMA. Remove the DMA capability flag and do transfers through a MAXPHYS-sized buffer instead. This lets us do larger transfers and even with the memcpy, still a significant win for performance. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/amlogic_sdio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.