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 required foo_if.h files to SRCS to fix build errors.Pointed out by: gjbPointy hat to: ian
Add a new PPS driver for AM335x (beaglebone) timer hardware. This can beused as a module or compiled-in.