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:
 #
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to