Displaying 1 result from an estimated 1 matches for "pci_dev_dma_multi_source_map".
2013 Jul 24
2
[acooks@gmail.com: Re: [RFC PATCH v2 1/2] pci: Create PCIe requester ID interface]
...use a single wrong requester
> ID. Thanks,
>
The cases I've found where multiple requester IDs were used are all related
to Marvell Sata controllers.
Here's a table of affected devices with links to the
bug reports. In each case both functions 0 and 1 are used.
static const struct pci_dev_dma_multi_source_map {
u16 vendor;
u16 device;
} pci_dev_dma_multi_source_map[] = {
/* Reported by Patrick Bregman
* https://bugzilla.redhat.com/show_bug.cgi?id=863653 */
{ PCI_VENDOR_ID_MARVELL_EXT, 0x9120},
/* Reported by Paweł Żak, Korneliusz Jarzębski, Daniel Mayer...