diff options
author | Jason S. McMullan <jason.mcmullan@netronome.com> | 2015-09-30 15:35:06 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-07 08:29:58 +0200 |
commit | 9710cb2056abefa642f3806f361398c6b6fdb3d3 (patch) | |
tree | 5166e1d93e21f060a1f6d0b47773201af16e2093 | |
parent | e64ccb6b60280689150c3ca6f1c41e69cca1966e (diff) | |
download | linux-stable-9710cb2056abefa642f3806f361398c6b6fdb3d3.tar.gz linux-stable-9710cb2056abefa642f3806f361398c6b6fdb3d3.tar.bz2 linux-stable-9710cb2056abefa642f3806f361398c6b6fdb3d3.zip |
PCI: Add Netronome vendor and device IDs
commit a755e169031dac9ebaed03302c4921687c271d62 upstream.
Device IDs for the Netronome NFP3200, NFP3240, NFP6000, and NFP6000 SR-IOV
devices.
Signed-off-by: Jason S. McMullan <jason.mcmullan@netronome.com>
[simon: edited changelog]
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | include/linux/pci_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 057c1d8c77e5..cd429d02cb7f 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2473,6 +2473,12 @@ #define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x1700 #define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff +#define PCI_VENDOR_ID_NETRONOME 0x19ee +#define PCI_DEVICE_ID_NETRONOME_NFP3200 0x3200 +#define PCI_DEVICE_ID_NETRONOME_NFP3240 0x3240 +#define PCI_DEVICE_ID_NETRONOME_NFP6000 0x6000 +#define PCI_DEVICE_ID_NETRONOME_NFP6000_VF 0x6003 + #define PCI_VENDOR_ID_QMI 0x1a32 #define PCI_VENDOR_ID_AZWAVE 0x1a3b |