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
Add support for the Nuvoton NCT5104D.Make it compile only for i386/amd64 for now as it's been tested there.It's quite possible it'll show up elsewhere and we can enable itfor other architectures
Add support for the Nuvoton NCT5104D.Make it compile only for i386/amd64 for now as it's been tested there.It's quite possible it'll show up elsewhere and we can enable itfor other architectures later.Tested:* PC Engines APU1C4Submitted by: Daniel Wyatt <daniel@dewyatt.com>Reviewed by: adrian, loosDifferential Revision: https://reviews.freebsd.org/D5389
show more ...