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 a new personality to mpt(4) devices to allow userland applications toperform various operations on a controller. Specifically, for each mpt(4)device, create a character device in devfs which a
Add a new personality to mpt(4) devices to allow userland applications toperform various operations on a controller. Specifically, for each mpt(4)device, create a character device in devfs which accepts ioctl requests forreading and writing configuration pages and performing RAID actions.MFC after: 1 weekReviewed by: scottl
show more ...
Update for the new and removed MPT driver files.Submitted by: gibbsApproved by: re
Add a module for mpt(4).