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 <p...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to