summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammed2019-05-02 12:00:18 +0200
committerMichael Brown2019-05-02 12:00:18 +0200
commit1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1 (patch)
tree935cfca46d6dcc32ad9e3f2000b5ceb9b7b50403
parent[intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functions (diff)
downloadipxe-1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1.tar.gz
ipxe-1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1.tar.xz
ipxe-1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1.zip
[golan] Add various new PCI device IDs
Signed-off-by: Mohammed <mohammedt@mellanox.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rwxr-xr-xsrc/drivers/infiniband/golan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/infiniband/golan.c b/src/drivers/infiniband/golan.c
index 18ebfb1e..e96ba269 100755
--- a/src/drivers/infiniband/golan.c
+++ b/src/drivers/infiniband/golan.c
@@ -2640,6 +2640,9 @@ static struct pci_device_id golan_nics[] = {
PCI_ROM ( 0x15b3, 0x1015, "ConnectX-4Lx", "ConnectX-4Lx HCA driver, DevID 4117", 0 ),
PCI_ROM ( 0x15b3, 0x1017, "ConnectX-5", "ConnectX-5 HCA driver, DevID 4119", 0 ),
PCI_ROM ( 0x15b3, 0x1019, "ConnectX-5EX", "ConnectX-5EX HCA driver, DevID 4121", 0 ),
+ PCI_ROM ( 0x15b3, 0x101b, "ConnectX-6", "ConnectX-6 HCA driver, DevID 4123", 0 ),
+ PCI_ROM ( 0x15b3, 0x101d, "ConnectX-6DX", "ConnectX-6DX HCA driver, DevID 4125", 0 ),
+ PCI_ROM ( 0x15b3, 0xa2d2, "BlueField", "BlueField integrated ConnectX-5 network controller HCA driver, DevID 41682", 0 ),
};
struct pci_driver golan_driver __pci_driver = {