]> Git Repo - linux.git/commitdiff
PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
authorHans de Goede <[email protected]>
Fri, 2 Mar 2018 10:36:33 +0000 (11:36 +0100)
committerTejun Heo <[email protected]>
Sun, 4 Mar 2018 20:36:09 +0000 (12:36 -0800)
The Highpoint RocketRAID 644L uses a Marvel 88SE9235 controller, as with
other Marvel controllers this needs a function 1 DMA alias quirk.

Note the RocketRAID 642L uses the same Marvel 88SE9235 controller and
already is listed with a function 1 DMA alias quirk.

Cc: [email protected]
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1534106
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
drivers/pci/quirks.c

index fc734014206fb0845e9d6549e2b7b554f8845919..b1a3a36073b4459e1702f871bb1c100347d482d5 100644 (file)
@@ -3901,6 +3901,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9230,
                         quirk_dma_func1_alias);
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TTI, 0x0642,
                         quirk_dma_func1_alias);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TTI, 0x0645,
+                        quirk_dma_func1_alias);
 /* https://bugs.gentoo.org/show_bug.cgi?id=497630 */
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_JMICRON,
                         PCI_DEVICE_ID_JMICRON_JMB388_ESD,
This page took 0.060872 seconds and 4 git commands to generate.