svn commit: r289553 - head/sys/arm64/conf

Zbigniew Bodek zbb at FreeBSD.org
Sun Oct 18 22:13:23 UTC 2015


Author: zbb
Date: Sun Oct 18 22:13:21 2015
New Revision: 289553
URL: https://svnweb.freebsd.org/changeset/base/289553

Log:
  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

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sun Oct 18 22:10:08 2015	(r289552)
+++ head/sys/arm64/conf/GENERIC	Sun Oct 18 22:13:21 2015	(r289553)
@@ -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


More information about the svn-src-head mailing list