From 32f849ca1e62e46bbb1031ebe3e3a54cbb88eeb6 Mon Sep 17 00:00:00 2001 From: Zbigniew Bodek Date: Sun, 18 Oct 2015 22:13:21 +0000 Subject: [PATCH] Add ThunderX VNIC to arm64/GENERIC kernel Add vnic to enabled networking cards and enable SR-IOV by the way. Obtained from: Semihalf Sponsored by: The FreeBSD Foundation --- sys/arm64/conf/GENERIC | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 1486f079368..d671fa870c2 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -94,9 +94,11 @@ device virtio_blk device vtnet # Bus drivers +options PCI_IOV device pci # Ethernet NICs +device vnic # Cavium ThunderX NIC device em # Intel PRO/1000 Gigabit Ethernet Family device mii device miibus # MII bus support