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 driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).Cards are expensive and so rare, so leave the driver as module.Submitted by: Ruslan Bukin <[email protected]>MFC after: 2 weeks