sys/dev/disk/sdhci: Add sdhci_acpi for attaching via acpi resources.
authorImre Vadász <imre@vdsz.com>
Thu, 10 Mar 2016 00:14:11 +0000 (01:14 +0100)
committerImre Vadász <imre@vdsz.com>
Mon, 21 Mar 2016 21:22:54 +0000 (22:22 +0100)
commit21f9f90c115d9686fd7b21b30f30c44eb04d781c
tree053a35cb956a5d20402b393ff49906af2780ff05
parent625b4957ef2cd03b33c0991d6a7107df1ab55b5d
sys/dev/disk/sdhci: Add sdhci_acpi for attaching via acpi resources.

* Only attaches on Bay- and Cherry-Trail atom devices.

* Not fully functional yet. At least this still needs fixes in mmc(4)
  (to get eMMC working) and ACPI improvements (for actually getting
  SD-card bus power enabled via the _PS0 acpi method).
sys/bus/mmc/mmc.c
sys/conf/files
sys/dev/disk/sdhci/Makefile
sys/dev/disk/sdhci/sdhci_acpi.c [new file with mode: 0644]
sys/dev/disk/sdhci/sdhci_acpi/Makefile [new file with mode: 0644]