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/
Remove kernel support for armebRemove all the big-endian arm architectures (ixp425 and ixp435)support in the kernel and associated drivers.Differential Revision: https://reviews.freebsd.org/D16
Remove kernel support for armebRemove all the big-endian arm architectures (ixp425 and ixp435)support in the kernel and associated drivers.Differential Revision: https://reviews.freebsd.org/D16257
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
Add header required by cfi_bus_fdt.c.
Add a module for cfi(4). Build only for arm and powerpc, as there areonly bus attachments only for these.