aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2018-02-01 22:01:11 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2018-02-01 22:01:11 +0000
commit1246f4fe1c676598411577f2edbedb5139e3bced (patch)
tree9b6cb0e67976f0f797b8c1317f60f8ae73b07972 /sys/mips
parent2786bc9951cf62762b71d73332a244a27894375a (diff)
downloadsrc-1246f4fe1c676598411577f2edbedb5139e3bced.tar.gz
src-1246f4fe1c676598411577f2edbedb5139e3bced.zip
[atheros] Fix DIR-825C1 to use the new hints.
Tested: * DIR-825C1
Notes
Notes: svn path=/head/; revision=328757
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/DIR-825C1.hints9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/mips/conf/DIR-825C1.hints b/sys/mips/conf/DIR-825C1.hints
index 60bb1b42f706..ee8df41eec4b 100644
--- a/sys/mips/conf/DIR-825C1.hints
+++ b/sys/mips/conf/DIR-825C1.hints
@@ -80,9 +80,12 @@ hint.arge.0.fduplex=1
hint.arge.0.miimode=3 # RGMII
hint.arge.0.pll_1000=0x06000000
-# ath0: Where the ART is - last 64k in the flash
-hint.ath.0.eepromaddr=0x1fff0000
-hint.ath.0.eepromsize=16384
+# 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