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

Wojciech Macek wma at FreeBSD.org
Mon Feb 22 13:34:44 UTC 2016


Author: wma
Date: Mon Feb 22 13:34:43 2016
New Revision: 295888
URL: https://svnweb.freebsd.org/changeset/base/295888

Log:
  Add Intel 10Gb support to ARM64 GENERIC kernel config
  
  Obtained from:         Semihalf
  Sponsored by:          Cavium
  Approved by:           cognet (mentor)
  Reviewed by:           zbb
  Differential revision: https://reviews.freebsd.org/D5347

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Mon Feb 22 12:57:08 2016	(r295887)
+++ head/sys/arm64/conf/GENERIC	Mon Feb 22 13:34:43 2016	(r295888)
@@ -103,6 +103,7 @@ device		mii
 device		miibus		# MII bus support
 device		em		# Intel PRO/1000 Gigabit Ethernet Family
 device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
+device		ix		# Intel 10Gb Ethernet Family
 device		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
 device		vnic		# Cavium ThunderX NIC
 


More information about the svn-src-all mailing list