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

Adrian Chadd adrian at FreeBSD.org
Fri Jul 3 06:06:45 UTC 2015


Author: adrian
Date: Fri Jul  3 06:06:44 2015
New Revision: 285077
URL: https://svnweb.freebsd.org/changeset/base/285077

Log:
  Add pcb1 to the QCA955x.
  
  The Tp-link Archer-C7v2 unit has a QCA9558 internally but hangs the
  QCA988x 11ac PCIe NIC off of PCI RC #1, not #0.
  
  So I actually finally /do/ have a board to verify whether PCIe is working.
  Grr.
  
  Tested:
  
  * TP-Link Archer-C7v2.

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

Modified: head/sys/mips/conf/QCA955X_BASE.hints
==============================================================================
--- head/sys/mips/conf/QCA955X_BASE.hints	Fri Jul  3 06:01:37 2015	(r285076)
+++ head/sys/mips/conf/QCA955X_BASE.hints	Fri Jul  3 06:06:44 2015	(r285077)
@@ -36,7 +36,9 @@ hint.ehci.1.irq=1
 hint.pcib.0.at="nexus0"
 hint.pcib.0.irq=0
 
-# XXX TODO: PCIe 1: qca955x_int1 (IP3)
+# PCIe 1: qca955x_int1 (IP3)
+hint.pcib.1.at="nexus0"
+hint.pcib.1.irq=1
 
 # IP4
 hint.arge.0.at="nexus0"


More information about the svn-src-head mailing list