Author: adrian
Date: Wed Jun 26 05:03:47 2013
New Revision: 252243
URL: http://svnweb.freebsd.org/changeset/base/252243

Log:
  Add the EEPROM start offset and size in so ath_ahb will use the
  supplied EEPROM data.
  
  This needs to die in a fire and replaced with the firmware API
  to store the calibration data early ..

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

Modified: head/sys/mips/conf/CARAMBOLA2.hints
==============================================================================
--- head/sys/mips/conf/CARAMBOLA2.hints Wed Jun 26 05:02:47 2013        
(r252242)
+++ head/sys/mips/conf/CARAMBOLA2.hints Wed Jun 26 05:03:47 2013        
(r252243)
@@ -29,6 +29,11 @@ hint.arge.1.phymask=0x0              # No directly m
 hint.arge.1.media=1000
 hint.arge.1.fduplex=1
 
+# Where the ART is - last 64k in the flash
+# 0x9fff1000 ?
+hint.ath.0.eepromaddr=0x1fff0000
+hint.ath.0.eepromsize=16384
+
 # The AP121 16MB flash layout:
 #
 # [    0.700000] 0x000000000000-0x000000040000 : "u-boot"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to