aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2023-01-27 23:46:17 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2023-02-06 16:46:02 +0000
commit9c067b844f85a224f0416e6eb46ba3ef82aec5c4 (patch)
tree9d7f2b4b676b739a155ed7083247e32f40050deb /sys/modules/Makefile
parent94e21add45344f0669f910ea77db499e8c892c90 (diff)
downloadsrc-9c067b844f85a224f0416e6eb46ba3ef82aec5c4.tar.gz
src-9c067b844f85a224f0416e6eb46ba3ef82aec5c4.zip
enic: Cisco VIC driver
This driver is based of the enic (Cisco VIC) DPDK driver. It provides basic ethernet functionality. Has been run with various VIC cards to do UEFI PXE boot with NFS root.
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 61bbdb2341a1..9c2664460067 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -107,6 +107,7 @@ SUBDIR= \
${_efirt} \
${_em} \
${_ena} \
+ ${_enic} \
${_enetc} \
${_et} \
evdev \
@@ -782,6 +783,7 @@ _x86bios= x86bios
.if ${MACHINE_CPUARCH} == "amd64"
_amdgpio= amdgpio
_ccp= ccp
+_enic= enic
_iavf= iavf
_ioat= ioat
_ixl= ixl