aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
diff options
context:
space:
mode:
authorJérôme Carretero <cJ-ko@zougloub.eu>2014-06-03 15:41:56 -0400
committerBjorn Helgaas <bhelgaas@google.com>2014-06-11 15:45:19 -0400
commitc2e0fb966ad8ab3c41eb6fbf0239d06f287a2505 (patch)
treea8f22eeb5f3d5538ade0ba1442592b834b5deac6 /drivers/pci/quirks.c
parent98ca50db1bb91822fc190d3ebec0f80c556c8cfb (diff)
PCI: Add function 1 DMA alias quirk for HighPoint RocketRaid 642L
This device uses function 1 as the PCIe requester ID. This vendor has similar boards based on the same Marvell 88SE9235 chipset, but this patch was only tested with the 642L. Tested on ASUS Sabertooth 990FX (AMD). Link: https://bugzilla.kernel.org/show_bug.cgi?id=42679 Signed-off-by: Jérôme Carretero <cJ-ko@zougloub.eu> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r--drivers/pci/quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 533cd0dfbed8..6adbbe2e2280 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -3380,6 +3380,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0,
3380/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c49 */ 3380/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c49 */
3381DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9230, 3381DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9230,
3382 quirk_dma_func1_alias); 3382 quirk_dma_func1_alias);
3383DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TTI, 0x0642,
3384 quirk_dma_func1_alias);
3383/* https://bugs.gentoo.org/show_bug.cgi?id=497630 */ 3385/* https://bugs.gentoo.org/show_bug.cgi?id=497630 */
3384DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_JMICRON, 3386DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_JMICRON,
3385 PCI_DEVICE_ID_JMICRON_JMB388_ESD, 3387 PCI_DEVICE_ID_JMICRON_JMB388_ESD,