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

Adrian Chadd adrian at FreeBSD.org
Tue May 19 05:33:08 UTC 2015


Author: adrian
Date: Tue May 19 05:33:07 2015
New Revision: 283096
URL: https://svnweb.freebsd.org/changeset/base/283096

Log:
  The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.)
  So, don't try to attach hints to it here.

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

Modified: head/sys/mips/conf/AP135.hints
==============================================================================
--- head/sys/mips/conf/AP135.hints	Tue May 19 05:31:58 2015	(r283095)
+++ head/sys/mips/conf/AP135.hints	Tue May 19 05:33:07 2015	(r283096)
@@ -117,11 +117,11 @@ hint.ath.0.eepromsize=16384
 # to find it.
 
 # ath1 hint - pcie slot 0
-hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff4000
-hint.pcib.0.bus.0.0.0.ath_fixup_size=16384
+# hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff4000
+# hint.pcib.0.bus.0.0.0.ath_fixup_size=16384
 
 # ath0 - eeprom comes from here
-hint.ath.1.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware"
+# hint.ath.1.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware"
 
 # flash layout:
 #


More information about the svn-src-all mailing list