aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index f5999f569cc8..f975f7fccb1d 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -1677,6 +1677,9 @@ static void __devinit quirk_msi_ht_cap(struct pci_dev *dev)
1677} 1677}
1678DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE, 1678DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE,
1679 quirk_msi_ht_cap); 1679 quirk_msi_ht_cap);
1680DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SERVERWORKS,
1681 PCI_DEVICE_ID_SERVERWORKS_HT1000_PXB,
1682 quirk_msi_ht_cap);
1680 1683
1681/* The nVidia CK804 chipset may have 2 HT MSI mappings. 1684/* The nVidia CK804 chipset may have 2 HT MSI mappings.
1682 * MSI are supported if the MSI capability set in any of these mappings. 1685 * MSI are supported if the MSI capability set in any of these mappings.