diff options
author | Mohammed Taha <mohammedt@nvidia.com> | 2023-01-23 22:52:30 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-01-23 22:52:30 +0000 |
commit | c5426cdaa943a14183edb424b472d7e0d7e55cc3 (patch) | |
tree | 5debb9e078cd7efe31258c54a534803d1eb21b60 /src/drivers | |
parent | e72670ad7ba6f6d8058359c990375e36e71a1cc4 (diff) | |
download | ipxe-c5426cdaa943a14183edb424b472d7e0d7e55cc3.zip ipxe-c5426cdaa943a14183edb424b472d7e0d7e55cc3.tar.gz ipxe-c5426cdaa943a14183edb424b472d7e0d7e55cc3.tar.bz2 |
[golan] Add new PCI ID for NVIDIA BlueField-3 network device
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
-rwxr-xr-x | src/drivers/infiniband/golan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/infiniband/golan.c b/src/drivers/infiniband/golan.c index 2f1ab23..ce02a86 100755 --- a/src/drivers/infiniband/golan.c +++ b/src/drivers/infiniband/golan.c @@ -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 = { |