git: 8a78a9aa99d9 - stable/14 - mlx5: Fix BlueField-4 device description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Mar 2025 01:41:48 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8a78a9aa99d9bed91bc2bd8084a632d7ae8bac3d commit 8a78a9aa99d9bed91bc2bd8084a632d7ae8bac3d Author: Slava Shwartsman <slavash@nvidia.com> AuthorDate: 2025-03-09 12:31:17 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-03-18 01:41:18 +0000 mlx5: Fix BlueField-4 device description (cherry picked from commit 7008b9fab5552fd6dcf5a00cd2c62144d54ef3a0) --- sys/dev/mlx5/mlx5_core/mlx5_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c index 95d88c728306..94d0bd3be745 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_main.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c @@ -2129,7 +2129,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 */ { } };