the bitrig master branch has been updated by patrick with 1 new commit: commit dbb5dfae8bd907f01aabbfaec5657dfeb1a1afcb diff: https://github.com/bitrig/bitrig/commit/dbb5dfa author: Patrick Wildt <[email protected]> date: Thu May 28 12:35:23 2015 +0200
sdhc: pass single transfer only flag to sdmmc stack We already support the flag to only issue single transfers instead of multiple ones, which fixes some controllers. This diff enables having the attachment driver pass the flag to sdhc(4), so it can let the sdmmc stack know. M sys/dev/sdmmc/sdhc.c M sys/dev/sdmmc/sdhcvar.h
