aboutsummarylogtreecommitdiffstats
path: root/add-acs-overrides.patch
diff options
context:
space:
mode:
Diffstat (limited to 'add-acs-overrides.patch')
-rw-r--r--add-acs-overrides.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/add-acs-overrides.patch b/add-acs-overrides.patch
index 43dc095a7134..ce4efd0f19b0 100644
--- a/add-acs-overrides.patch
+++ b/add-acs-overrides.patch
@@ -179,14 +179,14 @@ index fbeb9f73ef28..3bf409c65609 100644
/*
* Decoding should be disabled for a PCI device during BAR sizing to avoid
* conflict. But doing so may cause problems on host bridge and perhaps other
-@@ -4767,6 +4867,8 @@ static const struct pci_dev_acs_enabled {
- { PCI_VENDOR_ID_BROADCOM, 0xD714, pci_quirk_brcm_acs },
- /* Amazon Annapurna Labs */
- { PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS, 0x0031, pci_quirk_al_acs },
+@@ -4796,6 +4896,8 @@ static const struct pci_dev_acs_enabled {
+ { PCI_VENDOR_ID_ZHAOXIN, 0x9083, pci_quirk_mf_endpoint_acs },
+ /* Zhaoxin Root/Downstream Ports */
+ { PCI_VENDOR_ID_ZHAOXIN, PCI_ANY_ID, pci_quirk_zhaoxin_pcie_ports_acs },
+ /* allow acs for any */
+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides },
{ 0 }
};
-
+
--
-5.5.6
+5.6.10