]> git.karo-electronics.de Git - linux-beck.git/commitdiff
PCI: Add ACS quirk for Solarflare SFC9220
authorEdward Cree <ecree@solarflare.com>
Thu, 28 Jul 2016 17:13:56 +0000 (18:13 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 29 Jul 2016 22:28:24 +0000 (17:28 -0500)
The Solarflare SFC9220 apparently lacks an ACS capability, but does not
perform peer-to-peer between functions.  Add a quirk so we know about this
isolation.

[bhelgaas: changelog]
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c

index b69321c0c5d6062cda3bfa8b0636ea96f9fb036b..37ff0158e45f1a3aa453e5da757d21a11e1c3267 100644 (file)
@@ -4095,6 +4095,7 @@ static const struct pci_dev_acs_enabled {
        { PCI_VENDOR_ID_AMD, 0x7809, pci_quirk_amd_sb_acs },
        { PCI_VENDOR_ID_SOLARFLARE, 0x0903, pci_quirk_mf_endpoint_acs },
        { PCI_VENDOR_ID_SOLARFLARE, 0x0923, pci_quirk_mf_endpoint_acs },
+       { PCI_VENDOR_ID_SOLARFLARE, 0x0A03, pci_quirk_mf_endpoint_acs },
        { PCI_VENDOR_ID_INTEL, 0x10C6, pci_quirk_mf_endpoint_acs },
        { PCI_VENDOR_ID_INTEL, 0x10DB, pci_quirk_mf_endpoint_acs },
        { PCI_VENDOR_ID_INTEL, 0x10DD, pci_quirk_mf_endpoint_acs },