commit 1019f17161ec3c943786d651b03f29d3385c81bd
Author: Matthew Dillon <[email protected]>
Date: Sat Oct 29 00:05:16 2016 -0700
kernel - adjust sdhc timeouts, cleanup
* Remove my retries stuff from the mmc code. Try to reduce the controller
timeout in the sdhc code.
* Remove the mplock in the mmcsd code, it isn't needed.
Summary of changes:
sys/bus/mmc/mmc.c | 10 ----------
sys/dev/disk/mmcsd/mmcsd.c | 19 ++++++-------------
sys/dev/disk/sdhci/sdhci.c | 19 ++++++++++++++++---
sys/dev/disk/sdhci/sdhci.h | 1 +
4 files changed, 23 insertions(+), 26 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1019f17161ec3c943786d651b03f29d3385c81bd
--
DragonFly BSD source repository