summaryrefslogtreecommitdiffstats
path: root/sys/modules/mps
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2012-01-26 18:17:21 +0000
committerken <ken@FreeBSD.org>2012-01-26 18:17:21 +0000
commit9e157c5aece56db2baf55253289ede7ecfef72b0 (patch)
tree40d4c8e4ee1e48d5ade6eb6e61dfec60342fd8a6 /sys/modules/mps
parent7b6e352dc6de233372b2374a31b24815cde2ec92 (diff)
downloadFreeBSD-src-9e157c5aece56db2baf55253289ede7ecfef72b0.zip
FreeBSD-src-9e157c5aece56db2baf55253289ede7ecfef72b0.tar.gz
Bring in the LSI-supported version of the mps(4) driver.
This involves significant changes to the mps(4) driver, but is not a complete rewrite. Some of the changes in this version of the driver: - Integrated RAID (IR) support. - Support for WarpDrive controllers. - Support for SCSI protection information (EEDP). - Support for TLR (Transport Level Retries), needed for tape drives. - Improved error recovery code. - ioctl interface compatible with LSI utilities. mps.4: Update the mps(4) driver man page somewhat for the driver changes. The list of supported hardware still needs to be updated to reflect the full list of supported cards. conf/files: Add the new driver files. mps/mpi/*: Updated version of the MPI header files, with a BSD style copyright. mps/*: See above for a description of the new driver features. modules/mps/Makefile: Add the new mps(4) driver files. Submitted by: Kashyap Desai <Kashyap.Desai@lsi.com> Reviewed by: ken MFC after: 1 week
Diffstat (limited to 'sys/modules/mps')
-rw-r--r--sys/modules/mps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/mps/Makefile b/sys/modules/mps/Makefile
index 49e65da..040b04e 100644
--- a/sys/modules/mps/Makefile
+++ b/sys/modules/mps/Makefile
@@ -4,10 +4,11 @@
KMOD= mps
SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c
-SRCS+= opt_mps.h opt_cam.h opt_compat.h
+SRCS+= mps_config.c mps_mapping.c mps_sas_lsi.c
+SRCS+= opt_cam.h opt_compat.h
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DMPS_DEBUG
-DEBUG += -g
+DEBUG_FLAGS += -g
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud