summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-07-03 06:06:44 +0000
committeradrian <adrian@FreeBSD.org>2015-07-03 06:06:44 +0000
commit8c2676b7e0cf56da70e8500ce114268427475207 (patch)
treebd62b007cb9f71dab8ef4f149d36f85c7d8b546c /sys/mips/conf
parent33c66012c06d7cca4dde49756c557b2c9bfa9c7c (diff)
downloadFreeBSD-src-8c2676b7e0cf56da70e8500ce114268427475207.zip
FreeBSD-src-8c2676b7e0cf56da70e8500ce114268427475207.tar.gz
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.
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/QCA955X_BASE.hints4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/mips/conf/QCA955X_BASE.hints b/sys/mips/conf/QCA955X_BASE.hints
index dd4e943..12d9393 100644
--- a/sys/mips/conf/QCA955X_BASE.hints
+++ b/sys/mips/conf/QCA955X_BASE.hints
@@ -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"
OpenPOWER on IntegriCloud