linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pci: Add DMA alias quirk for Adaptec 3805
@ 2016-07-18 14:32 Alex Williamson
  2016-07-19 22:15 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Williamson @ 2016-07-18 14:32 UTC (permalink / raw)
  To: bhelgaas, linux-pci; +Cc: linux-kernel

Just like the 3405 quirk added in commit d3d2ab43ddae ("PCI: Add DMA
alias quirk for Adaptec 3405").

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://www.redhat.com/archives/vfio-users/2016-July/msg00046.html
---
 drivers/pci/quirks.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 98b0af0..b69321c 100644
--- 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 }
 };
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pci: Add DMA alias quirk for Adaptec 3805
  2016-07-18 14:32 [PATCH] pci: Add DMA alias quirk for Adaptec 3805 Alex Williamson
@ 2016-07-19 22:15 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2016-07-19 22:15 UTC (permalink / raw)
  To: Alex Williamson; +Cc: bhelgaas, linux-pci, linux-kernel

On Mon, Jul 18, 2016 at 08:32:45AM -0600, Alex Williamson wrote:
> Just like the 3405 quirk added in commit d3d2ab43ddae ("PCI: Add DMA
> alias quirk for Adaptec 3405").
> 
> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
> Link: https://www.redhat.com/archives/vfio-users/2016-July/msg00046.html

Applied to pci/virtualization for v4.8, thanks, Alex!

> ---
>  drivers/pci/quirks.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index 98b0af0..b69321c 100644
> --- 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 }
>  };
>  
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-19 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 14:32 [PATCH] pci: Add DMA alias quirk for Adaptec 3805 Alex Williamson
2016-07-19 22:15 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).