projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac0108
)
PCI: Add DMA alias quirk for Adaptec 3805
author
Alex Williamson
<alex.williamson@redhat.com>
Mon, 18 Jul 2016 14:32:45 +0000
(08:32 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 19 Jul 2016 22:13:32 +0000
(17:13 -0500)
Add a DMA alias quirk for the Adaptec 3805, just like the 3405 quirk added
in commit
d3d2ab43ddae
("PCI: Add DMA alias quirk for Adaptec 3405").
Link:
https://www.redhat.com/archives/vfio-users/2016-July/msg00046.html
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/quirks.c
b/drivers/pci/quirks.c
index 98b0af0fcc8147dbe351756f56c63232d7a69080..b69321c0c5d6062cda3bfa8b0636ea96f9fb036b 100644
(file)
--- a/
drivers/pci/quirks.c
+++ b/
drivers/pci/quirks.c
@@
-3752,6
+3752,9
@@
static const struct pci_device_id fixed_dma_alias_tbl[] = {
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x0285,
PCI_VENDOR_ID_ADAPTEC2, 0x02bb), /* Adaptec 3405 */
.driver_data = PCI_DEVFN(1, 0) },
+ { PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x0285,
+ PCI_VENDOR_ID_ADAPTEC2, 0x02bc), /* Adaptec 3805 */
+ .driver_data = PCI_DEVFN(1, 0) },
{ 0 }
};