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 `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.Driver supports Serial ATA and ATAPI devices, Port Multipliers(including FIS-based switching), hardware command queues (3
Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.Driver supports Serial ATA and ATAPI devices, Port Multipliers(including FIS-based switching), hardware command queues (31 commandper port) and Native Command Queuing. This is probably the second onpopularity, after AHCI, type of SATA2 controllers, that benefits fromusing CAM, because of hardware command queuing support.Approved by: re (kib)
show more ...