summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-05-16 09:25:40 -0300
committerRenato Botelho <renato@netgate.com>2018-05-16 09:25:40 -0300
commit8f29f1de284afe0ec8987780d5404a3e1a31712a (patch)
treeb754396ff88d2b4f9e1bde94c3f528a4bd6782db /sys/modules
parent71be493a5525d9c034e2ed731dff247c03e87833 (diff)
parente27432718ce82962556986419ed12b9928d56690 (diff)
downloadFreeBSD-src-8f29f1de284afe0ec8987780d5404a3e1a31712a.zip
FreeBSD-src-8f29f1de284afe0ec8987780d5404a3e1a31712a.tar.gz
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/cxgbe/t4_firmware/Makefile2
-rw-r--r--sys/modules/cxgbe/t5_firmware/Makefile2
-rw-r--r--sys/modules/cxgbe/t6_firmware/Makefile2
-rw-r--r--sys/modules/smartpqi/Makefile12
5 files changed, 17 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 84ee68a..a29141b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -356,6 +356,7 @@ SUBDIR= \
siis \
sis \
sk \
+ ${_smartpqi} \
smbfs \
sn \
${_snc} \
@@ -727,6 +728,7 @@ _qlxgbe= qlxgbe
_qlnx= qlnx
.endif
_sfxge= sfxge
+_smartpqi= smartpqi
.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
_vmm= vmm
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile
index 4b234a8..0ad9c31 100644
--- a/sys/modules/cxgbe/t4_firmware/Makefile
+++ b/sys/modules/cxgbe/t4_firmware/Makefile
@@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T4FW_VER= 1.16.63.0
+T4FW_VER= 1.19.1.0
FIRMWS+= t4fw.fw:t4fw:${T4FW_VER}
CLEANFILES+= t4fw.fw
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile
index bf0d6bf..d33dc36 100644
--- a/sys/modules/cxgbe/t5_firmware/Makefile
+++ b/sys/modules/cxgbe/t5_firmware/Makefile
@@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T5FW_VER= 1.16.63.0
+T5FW_VER= 1.19.1.0
FIRMWS+= t5fw.fw:t5fw:${T5FW_VER}
CLEANFILES+= t5fw.fw
diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile
index a93522e..9f9950e 100644
--- a/sys/modules/cxgbe/t6_firmware/Makefile
+++ b/sys/modules/cxgbe/t6_firmware/Makefile
@@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T6FW_VER= 1.16.63.0
+T6FW_VER= 1.19.1.0
FIRMWS+= t6fw.fw:t6fw:${T6FW_VER}
CLEANFILES+= t6fw.fw
diff --git a/sys/modules/smartpqi/Makefile b/sys/modules/smartpqi/Makefile
new file mode 100644
index 0000000..af353a3
--- /dev/null
+++ b/sys/modules/smartpqi/Makefile
@@ -0,0 +1,12 @@
+# 5/10/2017
+# $FreeBSD$
+
+KMOD = smartpqi
+
+.PATH: ${SRCTOP}/sys/dev/${KMOD}
+
+SRCS=smartpqi_mem.c smartpqi_intr.c smartpqi_main.c smartpqi_cam.c smartpqi_ioctl.c smartpqi_misc.c smartpqi_sis.c smartpqi_init.c smartpqi_queue.c smartpqi_tag.c smartpqi_cmd.c smartpqi_request.c smartpqi_response.c smartpqi_event.c smartpqi_helper.c smartpqi_discovery.c
+
+SRCS+= device_if.h bus_if.h pci_if.h opt_scsi.h opt_cam.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud