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

Adrian Chadd adrian at FreeBSD.org
Sat Mar 28 19:59:35 UTC 2015


Author: adrian
Date: Sat Mar 28 19:59:33 2015
New Revision: 280791
URL: https://svnweb.freebsd.org/changeset/base/280791

Log:
  Add the MAC address hints for arge0/arge1 on the CARAMBOLA2.
  
  Obtained from:	Linux OpenWRT

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

Modified: head/sys/mips/conf/CARAMBOLA2.hints
==============================================================================
--- head/sys/mips/conf/CARAMBOLA2.hints	Sat Mar 28 18:57:13 2015	(r280790)
+++ head/sys/mips/conf/CARAMBOLA2.hints	Sat Mar 28 19:59:33 2015	(r280791)
@@ -23,11 +23,13 @@ hint.arswitch.0.is_gmii=1	# arge1 <-> sw
 # arge0 - MII, autoneg, phy(4)
 hint.arge.0.phymask=0x10	# PHY4
 hint.arge.0.mdio=mdioproxy1	# .. off of the switch mdiobus
+hint.arge.0.eeprommac=0x1fff0000
 
 # arge1 - GMII, 1000/full
 hint.arge.1.phymask=0x0		# No directly mapped PHYs
 hint.arge.1.media=1000
 hint.arge.1.fduplex=1
+hint.arge.1.eeprommac=0x1fff0006
 
 # Where the ART is - last 64k in the flash
 # 0x9fff1000 ?


More information about the svn-src-head mailing list