summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-05-18 10:42:53 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-05 11:15:46 -0700
commit7198b2665b6fb401ee8b6758dc5ea9fa092821ff (patch)
tree9fbe353331ef13188deccce5800d5dbac58edb48 /drivers
parente58a09a594492db2dffb2aecc26d0d4c7a169ade (diff)
downloadkernel-crypto-7198b2665b6fb401ee8b6758dc5ea9fa092821ff.tar.gz
kernel-crypto-7198b2665b6fb401ee8b6758dc5ea9fa092821ff.tar.xz
kernel-crypto-7198b2665b6fb401ee8b6758dc5ea9fa092821ff.zip
PCI quirks: disable msi on AMD rs4xx internal gfx bridges
commit 9313ff450400e6a2ab10fe6b9bdb12a828329410 upstream. Doesn't work reliably for internal gfx. Fixes kernel bug https://bugzilla.kernel.org/show_bug.cgi?id=15626. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 90339979b2e..0a8b534067e 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -2114,6 +2114,7 @@ static void __devinit quirk_disable_msi(struct pci_dev *dev)
}
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8131_BRIDGE, quirk_disable_msi);
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, 0xa238, quirk_disable_msi);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x5a3f, quirk_disable_msi);
/* Go through the list of Hypertransport capabilities and
* return 1 if a HT MSI capability is found and enabled */