sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Add missing generated header file.Reported by: Julian H. Stacey <[email protected]>
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
amdsbwd: new driver for AMD SB600/SB7xx watchdog timerThe hardware is compliant with WDRT specification, so I originallyconsidered including generic WDRT watchdog support, but decidedagainst it,
amdsbwd: new driver for AMD SB600/SB7xx watchdog timerThe hardware is compliant with WDRT specification, so I originallyconsidered including generic WDRT watchdog support, but decidedagainst it, because I couldn't find anyone to the code for me.WDRT seems to be not very popular.Besides, generic WDRT porbably requires a slightly different driverapproach.Reviewed by: des, gavin, rpauloMFC after: 3 weeks
show more ...