From fb5f64ee8b9ca967c59c0b2d89c00f0cb6d1c7c2 Mon Sep 17 00:00:00 2001 From: zbb 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 1486f0793686..d671fa870c27 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