Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
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
show more ...