summaryrefslogtreecommitdiffstats
path: root/sys/modules/mvs
Commit message (Collapse)AuthorAgeFilesLines
* Kill MFILES and find things automatically. It turned out to be onlyimp2015-07-031-2/+0
| | | | | | | | | lightly used. Find the proper .m file when we depend on *_if.[ch] in the srcs line, with seat-belts for false positive matches. This uses make's path mechanism. A further refinement would be to calculate this once, and then pass the resulting _MPATH to modules submakes. Differential Revision: https://reviews.freebsd.org/D2327
* Make mvs_if.c to not be always linked statically into the kernel.mav2010-05-171-1/+1
| | | | Link it same way as mvs.c.
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersmav2010-05-021-0/+10
driver for CAM ATA subsystem. This driver supports same hardware as atamarvell, ataadaptec and atamvsata drivers from ata(4), but provides many additional features, such as NCQ, PMP, etc.
OpenPOWER on IntegriCloud