|
@@ -4514,6 +4514,15 @@ static const struct pci_dev_acs_enabled {
|
|
|
{ PCI_VENDOR_ID_CAVIUM, PCI_ANY_ID, pci_quirk_cavium_acs },
|
|
|
/* APM X-Gene */
|
|
|
{ PCI_VENDOR_ID_AMCC, 0xE004, pci_quirk_xgene_acs },
|
|
|
+ /* Ampere Computing */
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE005, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE006, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE007, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE008, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE009, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE00A, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE00B, pci_quirk_xgene_acs },
|
|
|
+ { PCI_VENDOR_ID_AMPERE, 0xE00C, pci_quirk_xgene_acs },
|
|
|
{ 0 }
|
|
|
};
|
|
|
|