git: kernel - adjust sdhc timeouts, cleanup

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Oct 29 00:14:29 PDT 2016


commit 1019f17161ec3c943786d651b03f29d3385c81bd
Author: Matthew Dillon <dillon at apollo.backplane.com>
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


More information about the Commits mailing list