git: sdhci - Add tunables for disabling SDMA and/or ADMA2, and for testing ADMA2.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun May 14 10:03:09 PDT 2017


commit 4f67f60c4bb0b4069004adf218f9e21cdfc384bf
Author: Imre Vadász <imre at vdsz.com>
Date:   Fri Jan 6 22:53:26 2017 +0100

    sdhci - Add tunables for disabling SDMA and/or ADMA2, and for testing ADMA2.
    
    * Also document hw.sdhci.debug tunable while there.
    
    * Limit ADMA2 support to the already tested and working Intel sdhci
      controllers for now. Currently we only explicitly match against the Intel
      models in sdhci_acpi(4).
      XXX sdhci_pci(4) should explicitly match against the Intel sdhci
          controllers as well to whitelist ADMA2 support, via the
          SDHCI_QUIRK_WHITELIST_ADMA2 flag.
    
    * For testing on not-yet whitelisted models, add the hw.sdhci.adma2_test
      tunable to skip the whitelist check.

Summary of changes:
 share/man/man4/sdhci.4          | 14 +++++++++++++-
 sys/dev/disk/sdhci/sdhci.c      | 20 ++++++++++++++++++++
 sys/dev/disk/sdhci/sdhci.h      |  2 ++
 sys/dev/disk/sdhci/sdhci_acpi.c |  3 ++-
 4 files changed, 37 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f67f60c4bb0b4069004adf218f9e21cdfc384bf


-- 
DragonFly BSD source repository



More information about the Commits mailing list