Li-Wen Hsu
|
4f23702a7a
|
- Fix make in sys/modules
Reviewed by: gonzo, landonf, br
Differential Revision: https://reviews.freebsd.org/D13856
|
2018-01-12 12:14:14 +00:00 |
|
Enji Cooper
|
193d9e768b
|
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
|
2017-03-04 10:10:17 +00:00 |
|
Enji Cooper
|
8a4c0f8064
|
Add acpi_if.h and opt_acpi.h to Makefile to unbreak "make depend" with
sys/modules/sdhci_acpi
MFC after: 6 days
X-MFC with: r311911
Reported by: Jenkins
|
2017-01-11 08:43:58 +00:00 |
|
Oleksandr Tymoshenko
|
e5d519fdbc
|
[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
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D9112
|
2017-01-11 01:53:54 +00:00 |
|