From 9c067b844f85a224f0416e6eb46ba3ef82aec5c4 Mon Sep 17 00:00:00 2001 From: Doug Ambrisko Date: Fri, 27 Jan 2023 15:46:17 -0800 Subject: 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. --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules/Makefile') 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 -- cgit v1.2.3