]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add ThunderX VNIC to arm64/GENERIC kernel
authorzbb <zbb@FreeBSD.org>
Sun, 18 Oct 2015 22:13:21 +0000 (22:13 +0000)
committerzbb <zbb@FreeBSD.org>
Sun, 18 Oct 2015 22:13:21 +0000 (22:13 +0000)
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

index 1486f0793686580b061d5ec09dcaef32874b816f..d671fa870c2769267fbc1eb9596cdf5ba758b69e 100644 (file)
@@ -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