Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 09:35:47 +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: r328969 - head/sys/mips/conf
Message-ID:  <201802070935.w179Zlif077889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Feb  7 09:35:47 2018
New Revision: 328969
URL: https://svnweb.freebsd.org/changeset/base/328969

Log:
  [ar71xx] Fix the TL-wdr3600/tl-wdr4300 hints in the new world order.
  
  Tested:
  
  * tl-wdr4300

Modified:
  head/sys/mips/conf/TL-WDR4300.hints

Modified: head/sys/mips/conf/TL-WDR4300.hints
==============================================================================
--- head/sys/mips/conf/TL-WDR4300.hints	Wed Feb  7 09:28:23 2018	(r328968)
+++ head/sys/mips/conf/TL-WDR4300.hints	Wed Feb  7 09:35:47 2018	(r328969)
@@ -114,9 +114,15 @@ hint.arge.1.miimode=1		# GMII
 # MAC for arge1 is the second 6 bytes of the ART
 # hint.arge.1.eeprommac=0x1f7f0006
 
-# ath0: Where the ART is - last 64k in the flash
-hint.ath.0.eepromaddr=0x1fff0000
-hint.ath.0.eepromsize=16384
+# ART calibration data mapping - for the AR934x AHB device
+hint.ar71xx_caldata.0.at="nexus0"
+hint.ar71xx_caldata.0.order=0
+# Where the ART is - last 64k in the first 8MB of flash
+hint.ar71xx_caldata.0.map.0.ath_fixup_addr=0x1fff0000
+hint.ar71xx_caldata.0.map.0.ath_fixup_size=16384
+
+# And now tell the ath(4) driver where to look!
+hint.ath.0.eeprom_firmware="ar71xx_caldata.0.map.0.eeprom_firmware"
 
 # ath1: it's different; it's a PCIe attached device, so
 # we instead need to teach the PCIe bridge code about it



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