Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 06:06:45 +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: r285077 - head/sys/mips/conf
Message-ID:  <201507030606.t6366jcs085866@repo.freebsd.org>

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



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