]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r311911, r311923
authorgonzo <gonzo@FreeBSD.org>
Mon, 23 Jan 2017 20:51:29 +0000 (20:51 +0000)
committergonzo <gonzo@FreeBSD.org>
Mon, 23 Jan 2017 20:51:29 +0000 (20:51 +0000)
commitbc6f50e46bb35e3b94b56775cbee49b844f851f2
tree346b1a735b811104f60694b43b68cd2db6dd825b
parentc92d150a75a0f020b602d09b691fe082ac7dd7fd
MFC r311911, r311923

r311911:
[sdhci] Add ACPI platform support for SDHCI driver

- Create ACPI version of SDHCI attach/detach/accessors logic. Some
    platforms (e.g. BayTrail-based Minnowboard) expose SDHCI devices
    via ACPI, not PCI
- Add sdchi_acpi kernel module

Reviewed by: ian, imp
Differential Revision: https://reviews.freebsd.org/D9112

r311923:
Add acpi_if.h and opt_acpi.h to Makefile to unbreak "make depend" with
sys/modules/sdhci_acpi

X-MFC with: r311911
Reported by: Jenkins
sys/conf/files
sys/dev/sdhci/sdhci_acpi.c [new file with mode: 0644]
sys/modules/Makefile
sys/modules/sdhci_acpi/Makefile [new file with mode: 0644]