Module Name: src Committed By: msaitoh Date: Sun Apr 19 04:31:40 UTC 2015
Modified Files: src/sys/dev/sdmmc [netbsd-7]: sdhc.c sdhcvar.h Log Message: Pull up following revision(s) (requested by bouyer in ticket #703): sys/dev/sdmmc/sdhcvar.h: revision 1.16 sys/dev/sdmmc/sdhc.c: revision 1.55 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.44.2.7 -r1.44.2.8 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.13.12.2 -r1.13.12.3 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.