aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mpt
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin2008-05-061-1/+1
| | | | | | | | | | | | perform various operations on a controller. Specifically, for each mpt(4) device, create a character device in devfs which accepts ioctl requests for reading and writing configuration pages and performing RAID actions. MFC after: 1 week Reviewed by: scottl Notes: svn path=/head/; revision=178814
* Update for the new and removed MPT driver files.Scott Long2005-07-101-1/+1
| | | | | | | | Submitted by: gibbs Approved by: re Notes: svn path=/head/; revision=147884
* Add a module for mpt(4).John Baldwin2002-10-311-0/+10
Notes: svn path=/head/; revision=106258