diff options
author | Tim Sander <tim@krieglstein.org> | 2016-01-19 15:32:29 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-01-20 12:46:35 -0500 |
commit | 8b9b963e55a8a8eadf604c0d60b97249c468e706 (patch) | |
tree | bcea1c0b7a57e1c400cd472c5e924e2c5b9ad3aa /drivers/pci | |
parent | 1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff) |
PCI: Add function 1 DMA alias quirk for Lite-On/Plextor M6e/Marvell 88SS9183
Add function 1 DMA alias quirk for Lite-On/Plextor M6e/Marvell 88SS9183.
Signed-off-by: Tim Sander <tim@krieglstein.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/quirks.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 7e327309cf69..9f61be560ed8 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -3620,6 +3620,10 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TTI, 0x0642, | |||
3620 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_JMICRON, | 3620 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_JMICRON, |
3621 | PCI_DEVICE_ID_JMICRON_JMB388_ESD, | 3621 | PCI_DEVICE_ID_JMICRON_JMB388_ESD, |
3622 | quirk_dma_func1_alias); | 3622 | quirk_dma_func1_alias); |
3623 | /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c117 */ | ||
3624 | DECLARE_PCI_FIXUP_HEADER(0x1c28, /* Lite-On */ | ||
3625 | 0x0122, /* Plextor M6E (Marvell 88SS9183)*/ | ||
3626 | quirk_dma_func1_alias); | ||
3623 | 3627 | ||
3624 | /* | 3628 | /* |
3625 | * Some devices DMA with the wrong devfn, not just the wrong function. | 3629 | * Some devices DMA with the wrong devfn, not just the wrong function. |