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

Sean Bruno sbruno at FreeBSD.org
Sun Oct 18 04:50:52 UTC 2015


Author: sbruno
Date: Sun Oct 18 04:50:51 2015
New Revision: 289482
URL: https://svnweb.freebsd.org/changeset/base/289482

Log:
  Correctly use the default values for location of MAC addrs of arge0,
  arge1, ath0.  woo!
  
  Reviewed by:	adrian

Modified:
  head/sys/mips/conf/TP-MR3020.hints

Modified: head/sys/mips/conf/TP-MR3020.hints
==============================================================================
--- head/sys/mips/conf/TP-MR3020.hints	Sun Oct 18 04:07:40 2015	(r289481)
+++ head/sys/mips/conf/TP-MR3020.hints	Sun Oct 18 04:50:51 2015	(r289482)
@@ -26,18 +26,18 @@ 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 ?
-hint.ath.0.eepromaddr=0x1fff1000
+hint.ath.0.eepromaddr=0x1fff0000
 hint.ath.0.eepromsize=16384
- 
-hint.ar71xx.0.eeprom_mac_addr=0x1f01fc00
 
 # The board 4MiB flash layout in uboot env:
 #


More information about the svn-src-all mailing list