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

Sean Bruno sbruno at FreeBSD.org
Sun Oct 11 03:31:13 UTC 2015


Author: sbruno
Date: Sun Oct 11 03:31:11 2015
New Revision: 289130
URL: https://svnweb.freebsd.org/changeset/base/289130

Log:
  Use machine specific values cleaned from openwrt for the mac address
  location on the TP link mr3020

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 11 02:00:08 2015	(r289129)
+++ head/sys/mips/conf/TP-MR3020.hints	Sun Oct 11 03:31:11 2015	(r289130)
@@ -34,8 +34,10 @@ hint.arge.1.fduplex=1
 
 # Where the ART is - last 64k in the flash
 # 0x9fff1000 ?
-hint.ath.0.eepromaddr=0x1fff0000
+hint.ath.0.eepromaddr=0x1fff1000
 hint.ath.0.eepromsize=16384
+ 
+hint.ar71xx.0.eeprom_mac_addr=0x1f01fc00
 
 # The board 16MiB flash layout in uboot env:
 #


More information about the svn-src-all mailing list