]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
switchtec: Add device IDs for additional Switchtec products
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 15 Jun 2017 20:12:24 +0000 (14:12 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 27 Jun 2017 23:25:06 +0000 (18:25 -0500)
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>
drivers/pci/switch/switchtec.c

index a5009b62355533f0e337c227cae2da8647d653bf..8046e632da5c03ee0257515b2d372c890996ade4 100644 (file)
@@ -1562,6 +1562,24 @@ static const struct pci_device_id switchtec_pci_tbl[] = {
        SWITCHTEC_PCI_DEVICE(0x8544),  //PSX 64xG3
        SWITCHTEC_PCI_DEVICE(0x8545),  //PSX 80xG3
        SWITCHTEC_PCI_DEVICE(0x8546),  //PSX 96xG3
+       SWITCHTEC_PCI_DEVICE(0x8551),  //PAX 24XG3
+       SWITCHTEC_PCI_DEVICE(0x8552),  //PAX 32XG3
+       SWITCHTEC_PCI_DEVICE(0x8553),  //PAX 48XG3
+       SWITCHTEC_PCI_DEVICE(0x8554),  //PAX 64XG3
+       SWITCHTEC_PCI_DEVICE(0x8555),  //PAX 80XG3
+       SWITCHTEC_PCI_DEVICE(0x8556),  //PAX 96XG3
+       SWITCHTEC_PCI_DEVICE(0x8561),  //PFXL 24XG3
+       SWITCHTEC_PCI_DEVICE(0x8562),  //PFXL 32XG3
+       SWITCHTEC_PCI_DEVICE(0x8563),  //PFXL 48XG3
+       SWITCHTEC_PCI_DEVICE(0x8564),  //PFXL 64XG3
+       SWITCHTEC_PCI_DEVICE(0x8565),  //PFXL 80XG3
+       SWITCHTEC_PCI_DEVICE(0x8566),  //PFXL 96XG3
+       SWITCHTEC_PCI_DEVICE(0x8571),  //PFXI 24XG3
+       SWITCHTEC_PCI_DEVICE(0x8572),  //PFXI 32XG3
+       SWITCHTEC_PCI_DEVICE(0x8573),  //PFXI 48XG3
+       SWITCHTEC_PCI_DEVICE(0x8574),  //PFXI 64XG3
+       SWITCHTEC_PCI_DEVICE(0x8575),  //PFXI 80XG3
+       SWITCHTEC_PCI_DEVICE(0x8576),  //PFXI 96XG3
        {0}
 };
 MODULE_DEVICE_TABLE(pci, switchtec_pci_tbl);