Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
- Fix `make` in sys/modulesReviewed by: gonzo, landonf, brDifferential Revision: https://reviews.freebsd.org/D13856
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add acpi_if.h and opt_acpi.h to Makefile to unbreak "make depend" withsys/modules/sdhci_acpiMFC after: 6 daysX-MFC with: r311911Reported by: Jenkins
[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 ACP
[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 moduleReviewed by: ian, impMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D9112
show more ...