We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeebd8 commit 8209bf1Copy full SHA for 8209bf1
1 file changed
drivers/pci/quirks.c
@@ -5391,9 +5391,11 @@ static const struct pci_dev_acs_enabled {
5391
{ PCI_VENDOR_ID_MUCSE, 0x1061, pci_quirk_mf_endpoint_acs },
5392
{ PCI_VENDOR_ID_MUCSE, 0x1c61, pci_quirk_mf_endpoint_acs },
5393
/* Phytium Technology */
5394
- { 0x10b5, PCI_ANY_ID, pci_quirk_xgene_acs },
5395
- { 0x17cd, PCI_ANY_ID, pci_quirk_xgene_acs },
5396
- { 0x1db7, PCI_ANY_ID, pci_quirk_xgene_acs },
+#ifdef CONFIG_ARCH_PHYTIUM
+ { PCI_VENDOR_ID_PLX, PCI_ANY_ID, pci_quirk_xgene_acs },
+ { PCI_VENDOR_ID_CDNS, PCI_ANY_ID, pci_quirk_xgene_acs },
5397
+#endif /* CONFIG_ARCH_PHYTIUM */
5398
+ { PCI_VENDOR_ID_PHYTIUM, PCI_ANY_ID, pci_quirk_xgene_acs },
5399
{ 0 }
5400
};
5401
0 commit comments