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

Adrian Chadd adrian at FreeBSD.org
Thu Jul 4 08:09:55 UTC 2013


Author: adrian
Date: Thu Jul  4 08:09:54 2013
New Revision: 252689
URL: http://svnweb.freebsd.org/changeset/base/252689

Log:
  Add the missing link back to the EEPROM firmware name.

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

Modified: head/sys/mips/conf/AP93.hints
==============================================================================
--- head/sys/mips/conf/AP93.hints	Thu Jul  4 07:59:11 2013	(r252688)
+++ head/sys/mips/conf/AP93.hints	Thu Jul  4 08:09:54 2013	(r252689)
@@ -36,6 +36,9 @@ hint.arswitch.0.is_gmii=0	# No, not GMII
 hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff1000
 hint.pcib.0.bus.0.0.0.ath_fixup_size=4096
 
+# ath0 - eeprom comes from here
+hint.ath.0.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware"
+
 # Signal leds
 hint.gpioled.0.at="gpiobus0"
 hint.gpioled.0.name="sig1"


More information about the svn-src-head mailing list