From: zbb Date: Sun, 18 Oct 2015 22:13:21 +0000 (+0000) Subject: Add ThunderX VNIC to arm64/GENERIC kernel X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fb5f64ee8b9ca967c59c0b2d89c00f0cb6d1c7c2;p=people%2Fjulieng%2Ffreebsd.git 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 --- 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