Skip to content

Commit 5c16adf

Browse files
committed
Merge branch 'pci/msi'
- Add quirk to disable MSI on RDC PCI to PCIe bridges (Marcos Del Sol Vives) * pci/msi: PCI: Disable MSI on RDC PCI to PCIe bridges
2 parents 35dbfcb + ebc7086 commit 5c16adf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pci/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2717,6 +2717,7 @@ static void quirk_disable_msi(struct pci_dev *dev)
27172717
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8131_BRIDGE, quirk_disable_msi);
27182718
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, 0xa238, quirk_disable_msi);
27192719
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x5a3f, quirk_disable_msi);
2720+
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_RDC, 0x1031, quirk_disable_msi);
27202721

27212722
/*
27222723
* The APC bridge device in AMD 780 family northbridges has some random

0 commit comments

Comments
 (0)