Module Name: src Committed By: bouyer Date: Tue Apr 14 18:34:29 UTC 2015
Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add a new SDHC_FLAG, SDHC_FLAG_EXTDMA_DMAEN, which request that the SDHC_DMA_ENABLE bit be set in the command, even if we're using an external DMA engine. Needed by the upcoming DMA support for AM335x (beaglebone). To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/sdmmc/sdhcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.