summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-10-04 21:40:25 +0000
committerdelphij <delphij@FreeBSD.org>2011-10-04 21:40:25 +0000
commit9da6f154d20f9979b10969ef3d1775c66118abf1 (patch)
tree8bf58a4bedd5b6037fb04497b9166be360ce5c7b /sys/modules
parent66a96c11c836a64c8381f3046d1b055c9bd67456 (diff)
downloadFreeBSD-src-9da6f154d20f9979b10969ef3d1775c66118abf1.zip
FreeBSD-src-9da6f154d20f9979b10969ef3d1775c66118abf1.tar.gz
Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Many
thanks for their contiued support to FreeBSD. This is version 10.80.00.003 from codeset 10.2.1 [1] Obtained from: LSI http://kb.lsi.com/Download16574.aspx [1]
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/tws/Makefile10
2 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index eec84d35..9b0f24b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -302,6 +302,7 @@ SUBDIR= ${_3dfx} \
trm \
${_twa} \
twe \
+ tws \
tx \
txp \
uart \
diff --git a/sys/modules/tws/Makefile b/sys/modules/tws/Makefile
new file mode 100644
index 0000000..af26579
--- /dev/null
+++ b/sys/modules/tws/Makefile
@@ -0,0 +1,10 @@
+# Makefile for tws (LSI 3ware 9750 SAS2/SATA-II RAID PCIe) driver
+# $FreeBSD$
+
+KMOD= tws
+.PATH: ${.CURDIR}/../../dev/${KMOD}
+
+SRCS= tws.c tws_services.c tws_cam.c tws_hdm.c tws_user.c
+SRCS+= device_if.h bus_if.h pci_if.h opt_cam.h opt_scsi.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud