summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Taha <mohammedt@nvidia.com>2023-01-23 22:52:30 +0000
committerMichael Brown <mcb30@ipxe.org>2023-01-23 22:52:30 +0000
commitc5426cdaa943a14183edb424b472d7e0d7e55cc3 (patch)
tree5debb9e078cd7efe31258c54a534803d1eb21b60
parente72670ad7ba6f6d8058359c990375e36e71a1cc4 (diff)
downloadqemu-ipxe-c5426cdaa943a14183edb424b472d7e0d7e55cc3.tar.gz
[golan] Add new PCI ID for NVIDIA BlueField-3 network device
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rwxr-xr-xsrc/drivers/infiniband/golan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/infiniband/golan.c b/src/drivers/infiniband/golan.c
index 2f1ab235..ce02a867 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 = {