diff options
| author | Alvaro Karsz <alvaro.karsz@solid-run.com> | 2023-01-10 19:56:36 +0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2023-02-21 03:26:55 +0300 |
| commit | db6c4dee4c104f50ed163af71c53bfdb878a8318 (patch) | |
| tree | 4fdcccfdd99c42ad640c15627695d08968ee8998 | |
| parent | d8b3832a788dbe9d2da4a48f8cd1e022c3175514 (diff) | |
| download | linux-db6c4dee4c104f50ed163af71c53bfdb878a8318.tar.xz | |
PCI: Add SolidRun vendor ID
Add SolidRun vendor ID to pci_ids.h
The vendor ID is used in 2 different source files, the SNET vDPA driver
and PCI quirks.
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Message-Id: <20230110165638.123745-2-alvaro.karsz@solid-run.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -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 b362d90eb9b0..6716e6371a18 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3092,6 +3092,8 @@ #define PCI_VENDOR_ID_3COM_2 0xa727 +#define PCI_VENDOR_ID_SOLIDRUN 0xd063 + #define PCI_VENDOR_ID_DIGIUM 0xd161 #define PCI_DEVICE_ID_DIGIUM_HFC4S 0xb410 |
