Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 247de694 authored by Sakari Ailus's avatar Sakari Ailus Committed by Bjorn Helgaas
Browse files

PCI: Add function 1 DMA alias quirk for Marvell 9120



Marvell 9120 SATA controller has the same issue as a number of others, so
use the same quirk for this one.  The other quirks were added by
cc346a47 ("PCI: Add function 1 DMA alias quirk for Marvell devices").

Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent dca230d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3572,6 +3572,8 @@ static void quirk_dma_func1_alias(struct pci_dev *dev)
 * SKUs this function is not present, making this a ghost requester.
 * https://bugzilla.kernel.org/show_bug.cgi?id=42679
 */
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9120,
			 quirk_dma_func1_alias);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9123,
			 quirk_dma_func1_alias);
/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c14 */