sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
spibus(4): Add support for ACPI-based children enumerationWhen spibus is attached as child of Intel SPI controller it scans allACPI nodes for "SPI Serial Bus Connection Resource Descriptor" descri
spibus(4): Add support for ACPI-based children enumerationWhen spibus is attached as child of Intel SPI controller it scans allACPI nodes for "SPI Serial Bus Connection Resource Descriptor" describedin section 19.6.126 of ACPI specs.If such a descriptor is found, SPI child is added to spibus, it's SPIchip select, mode, clock, IRQ resource and ACPI handle are added to ivars.Existing ACPI bus-hosted child is deleted afterwards.Apple ACPI SPI extensions are supported.Reviewed by: manuDifferential Revision: https://reviews.freebsd.org/D41248
show more ...
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDiffer
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D32878
Add opt_platform.h for several modules that have #ifdef FDT in the source.Submitted by: Andre Albsmeier <[email protected]>
Add ofw_bus_if.h to SRCS.
Add modules/spi as a gathering point for SPI-related modules, analagous tomodules/i2c for i2c/iicbus modules. Build spibus as a module.