Skip to content

Commit 247de69

Browse files
Sakari Ailusbjorn-helgaas
authored andcommitted
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 cc346a4 ("PCI: Add function 1 DMA alias quirk for Marvell devices"). Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Alex Williamson <[email protected]>
1 parent dca230d commit 247de69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/pci/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,6 +3572,8 @@ static void quirk_dma_func1_alias(struct pci_dev *dev)
35723572
* SKUs this function is not present, making this a ghost requester.
35733573
* https://bugzilla.kernel.org/show_bug.cgi?id=42679
35743574
*/
3575+
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9120,
3576+
quirk_dma_func1_alias);
35753577
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9123,
35763578
quirk_dma_func1_alias);
35773579
/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c14 */

0 commit comments

Comments
 (0)