aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2018-04-26 16:59:06 +0000
committerSean Bruno <sbruno@FreeBSD.org>2018-04-26 16:59:06 +0000
commit1e66f787c838b5af7de716e266caf4e5d190d54b (patch)
tree0ad0ac514d249ad790bce50e49c8f22eeffcba08 /sys/modules/Makefile
parent27d86a1ca433fbb0607a1b1976b786bb7afa9322 (diff)
downloadsrc-1e66f787c838b5af7de716e266caf4e5d190d54b.tar.gz
src-1e66f787c838b5af7de716e266caf4e5d190d54b.zip
martpqi(4):
- Microsemi SCSI driver for PQI controllers. - Found on newer model HP servers. - Restrict to AMD64 only as per developer request. The driver provides support for the new generation of PQI controllers from Microsemi. This driver is the first SCSI driver to implement the PQI queuing model and it will replace the aacraid driver for Adaptec Series 9 controllers. HARDWARE Controllers supported by the driver include: HPE Gen10 Smart Array Controller Family OEM Controllers based on the Microsemi Chipset. Submitted by: deepak.ukey@microsemi.com Relnotes: yes Sponsored by: Microsemi Differential Revision: https://reviews.freebsd.org/D14514
Notes
Notes: svn path=/head/; revision=333019
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cd2ac3fae744..ec0292ba0dad 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -355,6 +355,7 @@ SUBDIR= \
siis \
sis \
sk \
+ ${_smartpqi} \
smbfs \
sn \
snp \
@@ -729,6 +730,7 @@ _qlnx= qlnx
_sfxge= sfxge
_sgx= sgx
_sgx_linux= sgx_linux
+_smartpqi= smartpqi
.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
_vmm= vmm