mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
Merge branch 'pci/switchtec'
- Add Microchip PCI1008 device ID and include it in NTB DMA alias quirk (Logan Gunthorpe) * pci/switchtec: PCI: switchtec: Add Microchip PCI1008 to NTB DMA alias quirk PCI: switchtec: Add Microchip PCI1008 device ID dmaengine: switchtec-dma: Add PCI1008 device ID
This commit is contained in:
commit
5572ea216f
|
|
@ -1424,6 +1424,7 @@ static const struct pci_device_id switchtec_dma_pci_tbl[] = {
|
|||
SW_ID(PCI_VENDOR_ID_EFAR, 0x1004), /* PCI1004 16XG4 */
|
||||
SW_ID(PCI_VENDOR_ID_EFAR, 0x1005), /* PCI1005 16XG4 */
|
||||
SW_ID(PCI_VENDOR_ID_EFAR, 0x1006), /* PCI1006 16XG4 */
|
||||
SW_ID(PCI_VENDOR_ID_EFAR, 0x1008), /* PCI1008 16XG4 */
|
||||
{0}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, switchtec_dma_pci_tbl);
|
||||
|
|
|
|||
|
|
@ -6093,6 +6093,7 @@ SWITCHTEC_PCI100X_QUIRK(0x1003); /* PCI1003XG4 */
|
|||
SWITCHTEC_PCI100X_QUIRK(0x1004); /* PCI1004XG4 */
|
||||
SWITCHTEC_PCI100X_QUIRK(0x1005); /* PCI1005XG4 */
|
||||
SWITCHTEC_PCI100X_QUIRK(0x1006); /* PCI1006XG4 */
|
||||
SWITCHTEC_PCI100X_QUIRK(0x1008); /* PCI1008XG4 */
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1874,6 +1874,7 @@ static const struct pci_device_id switchtec_pci_tbl[] = {
|
|||
SWITCHTEC_PCI100X_DEVICE(0x1004, SWITCHTEC_GEN4), /* PCI1004 16XG4 */
|
||||
SWITCHTEC_PCI100X_DEVICE(0x1005, SWITCHTEC_GEN4), /* PCI1005 16XG4 */
|
||||
SWITCHTEC_PCI100X_DEVICE(0x1006, SWITCHTEC_GEN4), /* PCI1006 16XG4 */
|
||||
SWITCHTEC_PCI100X_DEVICE(0x1008, SWITCHTEC_GEN4), /* PCI1008 16XG4 */
|
||||
{0}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, switchtec_pci_tbl);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user