diff options
author | Logan Gunthorpe <logang@deltatee.com> | 2017-06-15 16:12:24 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-06-27 19:25:06 -0400 |
commit | 393958d0d9ba2b9fd77e39ce764aa10b2e56b701 (patch) | |
tree | c38b2ae400d178ea36edff50afa2731543cdad5a | |
parent | 079e3bc588465f6216bfc5ad61540b5db4616598 (diff) |
switchtec: Add device IDs for additional Switchtec products
The switchtec driver also supports the PAX, PFXL and PFXI products which
have the same management interface.
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
-rw-r--r-- | drivers/pci/switch/switchtec.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switchtec.c index a5009b623555..8046e632da5c 100644 --- a/drivers/pci/switch/switchtec.c +++ b/drivers/pci/switch/switchtec.c | |||
@@ -1562,6 +1562,24 @@ static const struct pci_device_id switchtec_pci_tbl[] = { | |||
1562 | SWITCHTEC_PCI_DEVICE(0x8544), //PSX 64xG3 | 1562 | SWITCHTEC_PCI_DEVICE(0x8544), //PSX 64xG3 |
1563 | SWITCHTEC_PCI_DEVICE(0x8545), //PSX 80xG3 | 1563 | SWITCHTEC_PCI_DEVICE(0x8545), //PSX 80xG3 |
1564 | SWITCHTEC_PCI_DEVICE(0x8546), //PSX 96xG3 | 1564 | SWITCHTEC_PCI_DEVICE(0x8546), //PSX 96xG3 |
1565 | SWITCHTEC_PCI_DEVICE(0x8551), //PAX 24XG3 | ||
1566 | SWITCHTEC_PCI_DEVICE(0x8552), //PAX 32XG3 | ||
1567 | SWITCHTEC_PCI_DEVICE(0x8553), //PAX 48XG3 | ||
1568 | SWITCHTEC_PCI_DEVICE(0x8554), //PAX 64XG3 | ||
1569 | SWITCHTEC_PCI_DEVICE(0x8555), //PAX 80XG3 | ||
1570 | SWITCHTEC_PCI_DEVICE(0x8556), //PAX 96XG3 | ||
1571 | SWITCHTEC_PCI_DEVICE(0x8561), //PFXL 24XG3 | ||
1572 | SWITCHTEC_PCI_DEVICE(0x8562), //PFXL 32XG3 | ||
1573 | SWITCHTEC_PCI_DEVICE(0x8563), //PFXL 48XG3 | ||
1574 | SWITCHTEC_PCI_DEVICE(0x8564), //PFXL 64XG3 | ||
1575 | SWITCHTEC_PCI_DEVICE(0x8565), //PFXL 80XG3 | ||
1576 | SWITCHTEC_PCI_DEVICE(0x8566), //PFXL 96XG3 | ||
1577 | SWITCHTEC_PCI_DEVICE(0x8571), //PFXI 24XG3 | ||
1578 | SWITCHTEC_PCI_DEVICE(0x8572), //PFXI 32XG3 | ||
1579 | SWITCHTEC_PCI_DEVICE(0x8573), //PFXI 48XG3 | ||
1580 | SWITCHTEC_PCI_DEVICE(0x8574), //PFXI 64XG3 | ||
1581 | SWITCHTEC_PCI_DEVICE(0x8575), //PFXI 80XG3 | ||
1582 | SWITCHTEC_PCI_DEVICE(0x8576), //PFXI 96XG3 | ||
1565 | {0} | 1583 | {0} |
1566 | }; | 1584 | }; |
1567 | MODULE_DEVICE_TABLE(pci, switchtec_pci_tbl); | 1585 | MODULE_DEVICE_TABLE(pci, switchtec_pci_tbl); |