summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2010-09-10 15:03:56 +0000
committerken <ken@FreeBSD.org>2010-09-10 15:03:56 +0000
commitf65b2b217cdfbb291fef1ab91a5f28139b22713c (patch)
tree98f5fcb0fc834170d700ee0cc71ef53f54f14594 /sys/conf
parentefe7ba3626116d936606a269f5a3225eae0bb76b (diff)
downloadFreeBSD-src-f65b2b217cdfbb291fef1ab91a5f28139b22713c.zip
FreeBSD-src-f65b2b217cdfbb291fef1ab91a5f28139b22713c.tar.gz
MFp4 (//depot/projects/mps/...)
Bring in a driver for the LSI Logic MPT2 6Gb SAS controllers. This driver supports basic I/O, and works with SAS and SATA drives and expanders. Basic error recovery works (i.e. timeouts and aborts) as well. Integrated RAID isn't supported yet, and there are some known bugs. So this isn't ready for production use, but is certainly ready for testing and additional development. For the moment, new commits to this driver should go into the FreeBSD Perforce repository first (//depot/projects/mps/...) and then get merged into -current once they've been vetted. This has only been added to the amd64 GENERIC, since that is the only architecture I have tested this driver with. Submitted by: scottl Discussed with: imp, gibbs, will Sponsored by: Yahoo, Spectra Logic Corporation
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index c3fe2b7..a08d6bd 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1328,6 +1328,11 @@ dev/mmc/mmcbr_if.m standard
dev/mmc/mmcbus_if.m standard
dev/mmc/mmcsd.c optional mmcsd
dev/mn/if_mn.c optional mn pci
+dev/mps/mps.c optional mps
+dev/mps/mps_pci.c optional mps pci
+dev/mps/mps_sas.c optional mps
+dev/mps/mps_table.c optional mps
+dev/mps/mps_user.c optional mps
dev/mpt/mpt.c optional mpt
dev/mpt/mpt_cam.c optional mpt
dev/mpt/mpt_debug.c optional mpt
OpenPOWER on IntegriCloud