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
Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches. Th
Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches. This usesmake's path mechanism. A further refinement would be to calculate thisonce, and then pass the resulting _MPATH to modules submakes.Differential Revision: https://reviews.freebsd.org/D2327
show more ...
Add an ISA/ACPI bus attachment to proto(4).
Add proto_busdma.c to the module.
Add proto(4): A driver for prototyping and diagnostics.It exposes I/O resources to user space, so that programs can peekand poke at the hardware. It does not itself have knowledge aboutthe hardwar
Add proto(4): A driver for prototyping and diagnostics.It exposes I/O resources to user space, so that programs can peekand poke at the hardware. It does not itself have knowledge aboutthe hardware device it attaches to.Sponsored by: Juniper Networks, Inc.