]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[golan] Add new PCI ID for NVIDIA BlueField-3 network device
authorMohammed Taha <mohammedt@nvidia.com>
Mon, 23 Jan 2023 22:52:30 +0000 (22:52 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2023 22:52:30 +0000 (22:52 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/infiniband/golan.c

index 2f1ab235764cf934747b6e0e94ffe618b4ba1a40..ce02a867fd6a948f11cb4828e9fd60702bf4ae34 100755 (executable)
@@ -2647,6 +2647,7 @@ static struct pci_device_id golan_nics[] = {
        PCI_ROM ( 0x15b3, 0x1021, "ConnectX-7", "ConnectX-7 HCA driver, DevID 4129", 0 ),
        PCI_ROM ( 0x15b3, 0xa2d2, "BlueField", "BlueField integrated ConnectX-5 network controller HCA driver, DevID 41682", 0 ),
        PCI_ROM ( 0x15b3, 0xa2d6, "BlueField-2", "BlueField-2 network controller HCA driver, DevID 41686", 0 ),
+       PCI_ROM ( 0x15b3, 0xa2dc, "BlueField-3", "BlueField-3 network controller HCA driver, DevID 41692", 0 ),
 };
 
 struct pci_driver golan_driver __pci_driver = {