Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 05:33:08 +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: r283096 - head/sys/mips/conf
Message-ID:  <201505190533.t4J5X8Jn004333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
 #



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