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

Marcin Wojtas mw at FreeBSD.org
Sat Mar 23 02:53:48 UTC 2019


Author: mw
Date: Sat Mar 23 02:53:47 2019
New Revision: 345433
URL: https://svnweb.freebsd.org/changeset/base/345433

Log:
  Enable etherswitchcfg and e6000sw driver in arm64 build
  
  After latest binding update, this patch enables usage of
  the switch on Armada 3720 EspressoBin, so compile it
  by default with arm64 GENERIC.
  
  A patch was extracted from https://reviews.freebsd.org/D19036
  
  Submitted by: Bert JW Regeer <xistence at 0x58.com>
  Reviewed by: manu

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sat Mar 23 02:48:47 2019	(r345432)
+++ head/sys/arm64/conf/GENERIC	Sat Mar 23 02:53:47 2019	(r345433)
@@ -163,6 +163,11 @@ device		vnic		# Cavium ThunderX NIC
 device		al_eth		# Annapurna Alpine Ethernet NIC
 device		dwc_rk		# Rockchip Designware
 
+# Etherswitch devices
+device		etherswitch	# Enable etherswitch support
+device		miiproxy	# Required for etherswitch
+device		e6000sw		# Marvell mv88e6085 based switches
+
 # Block devices
 device		ahci
 device		scbus


More information about the svn-src-head mailing list