Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 19:59:34 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280791 - head/sys/mips/conf
Message-ID:  <201503281959.t2SJxYOW025686@svn.freebsd.org>

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



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