svn commit: r319102 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Mon May 29 07:57:02 UTC 2017


Author: adrian
Date: Mon May 29 07:57:01 2017
New Revision: 319102
URL: https://svnweb.freebsd.org/changeset/base/319102

Log:
  [AP93] fix up the arge0/arge1 hints.

Modified:
  head/sys/mips/conf/AP93.hints

Modified: head/sys/mips/conf/AP93.hints
==============================================================================
--- head/sys/mips/conf/AP93.hints	Mon May 29 07:30:07 2017	(r319101)
+++ head/sys/mips/conf/AP93.hints	Mon May 29 07:57:01 2017	(r319102)
@@ -15,12 +15,14 @@ hint.argemdio.0.order=0
 hint.arge.0.phymask=0x10	# PHY 4
 # hint.arge.0.miimode=2		# MII
 hint.arge.0.mdio=mdioproxy1	# Hanging off the arswitch MDIO bus
+hint.arge.0.eeprommac=0x1fff0000
 
 # arge1: connected to the LAN switch MAC, at 1000BaseTX / GMII.
 hint.arge.1.phymask=0x0
 # hint.arge.1.miimode=1		# GMII
 hint.arge.1.media=1000		# Force to 1000BaseTX/full
 hint.arge.1.fduplex=1
+hint.arge.1.eeprommac=0x1fff0006
 
 #
 # AR7240 switch config


More information about the svn-src-head mailing list