From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myron Stowe Subject: [PATCH 1/2] PCI: Add Mellanox device IDs Date: Wed, 24 May 2017 16:47:43 -0600 Message-ID: <20170524224743.24221.77298.stgit@amt.stowe> References: <20170524224734.24221.33787.stgit@amt.stowe> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: bhelgaas@google.com, saeedm@mellanox.com, noaos@mellanox.com, tariqt@mellanox.com To: linux-pci@vger.kernel.org, netdev@vger.kernel.org Return-path: In-Reply-To: <20170524224734.24221.33787.stgit@amt.stowe> Sender: linux-pci-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Add Mellanox device IDs for controllers covered by the mlx5 driver. Signed-off-by: Myron Stowe --- include/linux/pci_ids.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5f6b71d..5626d5a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2266,6 +2266,9 @@ #define PCI_DEVICE_ID_MELLANOX_CONNECTIB 0x1011 #define PCI_DEVICE_ID_MELLANOX_CONNECTX4 0x1013 #define PCI_DEVICE_ID_MELLANOX_CONNECTX4_LX 0x1015 +#define PCI_DEVICE_ID_MELLANOX_CONNECTX5 0x1017 +#define PCI_DEVICE_ID_MELLANOX_CONNECTX5_EX 0x1019 +#define PCI_DEVICE_ID_MELLANOX_CONNECTX6 0x101b #define PCI_DEVICE_ID_MELLANOX_TAVOR 0x5a44 #define PCI_DEVICE_ID_MELLANOX_TAVOR_BRIDGE 0x5a46 #define PCI_DEVICE_ID_MELLANOX_SINAI_OLD 0x5e8c