summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorachim <achim@FreeBSD.org>2013-05-24 09:22:43 +0000
committerachim <achim@FreeBSD.org>2013-05-24 09:22:43 +0000
commit10ab6671008c9ae3ac81b60ae8fde39d2aa133ad (patch)
tree8bf15f63d33c02d7e556aa6725fc410c0f737892 /sys/modules/Makefile
parent00b2cf3075ac519216e0765eb8a9b7b8f686830d (diff)
downloadFreeBSD-src-10ab6671008c9ae3ac81b60ae8fde39d2aa133ad.zip
FreeBSD-src-10ab6671008c9ae3ac81b60ae8fde39d2aa133ad.tar.gz
Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver.
Approved by: scottl (mentor)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e68d9fa..d25ead2 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -9,6 +9,7 @@ SUBDIR= \
${_3dfx} \
${_3dfx_linux} \
${_aac} \
+ ${_aacraid} \
accf_data \
accf_dns \
accf_http \
@@ -534,6 +535,7 @@ _zfs= zfs
.endif
.if ${MACHINE} == "i386"
_aac= aac
+_aacraid= aacraid
_acpi= acpi
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
_aesni= aesni
@@ -616,6 +618,7 @@ _snc= snc
.if ${MACHINE_CPUARCH} == "amd64"
_aac= aac
+_aacraid= aacraid
_aout= aout
_acpi= acpi
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
@@ -747,6 +750,7 @@ _cpsw= cpsw
.if ${MACHINE_CPUARCH} == "ia64"
_aac= aac
+_aacraid= aacraid
_aic= aic
_an= an
_arcnet= arcnet
OpenPOWER on IntegriCloud