Page MenuHomeFreeBSD

D3277.id7604.diff
No OneTemporary

D3277.id7604.diff

Index: sys/dev/pci/pci_pci.c
===================================================================
--- sys/dev/pci/pci_pci.c
+++ sys/dev/pci/pci_pci.c
@@ -957,6 +957,16 @@
#endif
/*
+ * Internal bridges in Cavium ThunderX SoC
+ * behave as subtractive, but they are unable
+ * to be identified. Force setting an appropriate
+ * flag.
+ */
+ case 0xa002177d: /* ThunderX */
+ sc->flags |= PCIB_SUBTRACTIVE;
+ break;
+
+ /*
* The i82380FB mobile docking controller is a PCI-PCI bridge,
* and it is a subtractive bridge. However, the ProgIf is wrong
* so the normal setting of PCIB_SUBTRACTIVE bit doesn't

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 12, 11:38 AM (4 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26895341
Default Alt Text
D3277.id7604.diff (654 B)

Event Timeline