Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 22:13:21 +0000 (UTC)
From:      Zbigniew Bodek <zbb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289553 - head/sys/arm64/conf
Message-ID:  <201510182213.t9IMDLvl028759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510182213.t9IMDLvl028759>