diff options
author | Slava Shwartsman <slavash@nvidia.com> | 2025-03-09 12:31:17 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-03-11 22:47:26 +0000 |
commit | 7008b9fab5552fd6dcf5a00cd2c62144d54ef3a0 (patch) | |
tree | ea6abc95924548fd9f8f8ddb07862f7d7d0dc0ef /sys/dev/mlx5/mlx5_core | |
parent | 5ca7754519e8c618968d8acbf54d653b6e968829 (diff) |
BlueField-4 will not be based on ConnectX-8. Remove the wrong description
Sponsored by: NVidia networking
MFC after: 1 week
Diffstat (limited to 'sys/dev/mlx5/mlx5_core')
-rw-r--r-- | sys/dev/mlx5/mlx5_core/mlx5_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c index 09b623b6fde8..2b0c9f584088 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_main.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c @@ -2142,7 +2142,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = { { PCI_VDEVICE(MELLANOX, 0xa2d3) }, /* BlueField integrated ConnectX-5 network controller VF */ { PCI_VDEVICE(MELLANOX, 0xa2d6) }, /* BlueField-2 integrated ConnectX-6 Dx network controller */ { PCI_VDEVICE(MELLANOX, 0xa2dc) }, /* BlueField-3 integrated ConnectX-7 network controller */ - { PCI_VDEVICE(MELLANOX, 0xa2df) }, /* BlueField-4 integrated ConnectX-8 network controller */ + { PCI_VDEVICE(MELLANOX, 0xa2df) }, /* BlueField-4 Family integrated network controller */ { } }; |