Yank crufty INTR_FILTER optionIt was introduced to the tree in r169320 and r169321 in May 2007.It never got much use and never became a kernel default. The codeduplicates the default path quite
Yank crufty INTR_FILTER optionIt was introduced to the tree in r169320 and r169321 in May 2007.It never got much use and never became a kernel default. The codeduplicates the default path quite a bit, with slight modifications. Justyank out the cruft. Whatever goals were being aimed for can probably be metwithin the existing framework, without a flag day option.Mostly mechanical change: 'unifdef -m -UINTR_FILTER'.Reviewed by: mmacySponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D15546
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
Remove isa_if.h.
Add opt_intr_filter.h.
asmc build infrastructure.Approved by: njl (mentor)Reviewed by: njl (mentor)