Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2017 11:56:48 +0000 (UTC)
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323363 - head/sys/arm64/conf
Message-ID:  <201709091156.v89Bum8k095120@repo.freebsd.org>

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



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