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

Marcin Wojtas mw at FreeBSD.org
Sat Sep 9 11:56:49 UTC 2017


Author: mw
Date: Sat Sep  9 11:56:48 2017
New Revision: 323363
URL: https://svnweb.freebsd.org/changeset/base/323363

Log:
  Enable compilation of Marvell NETA controller with arm64 GENERIC
  
  This patch enables network operation on Marvell Armada 3700 SoC.
  
  Submitted by: Patryk Duda <pdk at semihalf.com>
  Obtained from: Semihalf
  Sponsored by: Semihalf
  Differential Revision: https://reviews.freebsd.org/D12259

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sat Sep  9 11:54:04 2017	(r323362)
+++ head/sys/arm64/conf/GENERIC	Sat Sep  9 11:56:48 2017	(r323363)
@@ -119,6 +119,7 @@ options 	PCI_HP			# PCI-Express native HotPlug
 options 	PCI_IOV		# PCI SR-IOV support
 
 # Ethernet NICs
+device		mdio
 device		mii
 device		miibus		# MII bus support
 device		awg		# Allwinner EMAC Gigabit Ethernet
@@ -126,6 +127,7 @@ device		axgbe		# AMD Opteron A1100 integrated NIC
 device		em		# Intel PRO/1000 Gigabit Ethernet Family
 device		ix		# Intel 10Gb Ethernet Family
 device		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
+device		neta		# Marvell NETA Controller
 device  	smc		# SMSC LAN91C111
 device		vnic		# Cavium ThunderX NIC
 device		al_eth		# Annapurna Alpine Ethernet NIC


More information about the svn-src-head mailing list