diff options
| author | Martin Hundebøll <[email protected]> | 2021-02-08 16:01:57 +0100 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2021-02-09 15:08:02 -0600 |
| commit | 8f1fc1c15329a9d53bde5636e85ca98ece2ec7bd (patch) | |
| tree | efad852a5656bc5cc8e23d16f4a0524074352683 /include/linux/pci_ids.h | |
| parent | 2a0c106a671b2582f7d74cce4e48fd1a9dc7e8c9 (diff) | |
PCI: Add Silicom Denmark vendor ID
Update pci_ids.h with the vendor ID for Silicom Denmark. The define is
going to be referenced in driver(s) for FPGA accelerated smart NICs.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin Hundebøll <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Tom Rix <[email protected]>
Reviewed-by: Krzysztof Wilczyński <[email protected]>
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d8156a5dbee8..aae07d512ca6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2588,6 +2588,8 @@ #define PCI_VENDOR_ID_REDHAT 0x1b36 +#define PCI_VENDOR_ID_SILICOM_DENMARK 0x1c2c + #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36 #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8 |
