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/
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
Revert r308107Requested by: jhb
- Fix `make` in sys/modules/bhndApproved by: landonfDifferential Revision: https://reviews.freebsd.org/D7774
[bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Now that we've got access to SPROM and can access board identification,this implements all known remaining hardware work-arounds for the bhnd(4)PCI
[bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Now that we've got access to SPROM and can access board identification,this implements all known remaining hardware work-arounds for the bhnd(4)PCI and PCIe-G1 cores operating endpoint mode.Additionally, this adds an initial set of skeleton PCIe-G2 hostb and pcibdrivers, required by fullmac and newer softmac devices.Submitted by: Landon Fuller <landonf@landonf.org>Differential Revision: https://reviews.freebsd.org/D6377
show more ...
[bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbThis extracts common code from bhndb_pci, bhnd_pcib, and bhnd_pci_hostb into asimpler shared bhnd_pci base driver, an
[bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbThis extracts common code from bhndb_pci, bhnd_pcib, and bhnd_pci_hostb into asimpler shared bhnd_pci base driver, and should enable SoC-side implementationof bhnd_pcib root complex support.Submitted by: Landon Fuller <landonf@landonf.org>Differential Revision: https://reviews.freebsd.org/D5763
Add modules support for the bhnd code.Submitted by: Landon Fuller <landonf@landonf.org>Obtained from: https://github.com/landonf/freebsd/compare/user/landonf/bcm4331-CURRENT