diff options
author | David Miller <davem@davemloft.net> | 2007-10-25 04:16:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-11-05 16:35:16 -0500 |
commit | bc38b411fe696fad32b261f492cb4afbf1835256 (patch) | |
tree | 69d38a8c846c3ab3888047171f659bc2230645a0 /drivers | |
parent | ba698ad4b7e466cbb4a8bde6b9da8080ab06808d (diff) |
PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USB
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/quirks.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 9e8c7af0cc16..d8f2d890f641 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -1731,4 +1731,24 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, | |||
1731 | PCI_DEVICE_ID_TIGON3_5715S, | 1731 | PCI_DEVICE_ID_TIGON3_5715S, |
1732 | quirk_msi_intx_disable_bug); | 1732 | quirk_msi_intx_disable_bug); |
1733 | 1733 | ||
1734 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4390, | ||
1735 | quirk_msi_intx_disable_bug); | ||
1736 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4391, | ||
1737 | quirk_msi_intx_disable_bug); | ||
1738 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4392, | ||
1739 | quirk_msi_intx_disable_bug); | ||
1740 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4393, | ||
1741 | quirk_msi_intx_disable_bug); | ||
1742 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4394, | ||
1743 | quirk_msi_intx_disable_bug); | ||
1744 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4395, | ||
1745 | quirk_msi_intx_disable_bug); | ||
1746 | |||
1747 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4373, | ||
1748 | quirk_msi_intx_disable_bug); | ||
1749 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4374, | ||
1750 | quirk_msi_intx_disable_bug); | ||
1751 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x4375, | ||
1752 | quirk_msi_intx_disable_bug); | ||
1753 | |||
1734 | #endif /* CONFIG_PCI_MSI */ | 1754 | #endif /* CONFIG_PCI_MSI */ |