sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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
show more ...
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
Unbreak firmware.ko build without kernel.Approved by: rwatson (mentor)MFC after: 1 month
firmware(9) is a subsystem to load binary data into the kernel via aspecially crafted module. There are several handrolled sollutions to thisproblem in the tree already which will be replaced with
firmware(9) is a subsystem to load binary data into the kernel via aspecially crafted module. There are several handrolled sollutions to thisproblem in the tree already which will be replaced with this. They includeiwi(4), ipw(4), ispfw(4) and digi(4).No objection from: archMFC after: 2 weeksX-MFC after: some drivers have been converted