Module Name: src Committed By: jakllsch Date: Sun Dec 23 22:33:09 UTC 2012
Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: SMC_CAPS_DMA without SMC_CAPS_MULTI_SEG_DMA means we as a host driver only can support one segment per operation. This is not the case with SDHCI SDMA, the only SDHCI DMA mechanism we currently support in sdhc(4). Should fix corrupt data on DMA-enabled SDHCI controllers claiming conformance to a SDHCI Specification other than 1.0. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/sdmmc/sdhc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.