diff options
| author | Logan Gunthorpe <logang@deltatee.com> | 2026-07-14 15:20:09 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-07-17 11:33:53 -0500 |
| commit | 0d8a6306c680ee534be131e360f0cafa2bada7be (patch) | |
| tree | d9036d1abc1a30ab7bf6a33d2f6d1fd35417f3e3 | |
| parent | 8b326de3cc02c46e034601535444370e90f127ea (diff) | |
| download | linux-0d8a6306c680ee534be131e360f0cafa2bada7be.tar.gz linux-0d8a6306c680ee534be131e360f0cafa2bada7be.zip | |
PCI: switchtec: Add Microchip PCI1008 device ID
Add the Microchip PCI1008 device ID to the core switchtec management
driver's PCI ID table. Without it, the management endpoint on a PCI1008
switch is not bound by this driver, preventing userspace tools from
configuring or monitoring the switch and leaving NTB functionality
unavailable.
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20260714212010.230606-3-logang@deltatee.com
| -rw-r--r-- | drivers/pci/switch/switchtec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switchtec.c index 41fc4b512708..5711aaa5df11 100644 --- a/drivers/pci/switch/switchtec.c +++ b/drivers/pci/switch/switchtec.c @@ -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); |
