git: 69a8bf9e58bc - stable/15 - mlx5: Add PCI IDs for ConnectX-9.

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 06 Jul 2026 01:43:02 UTC
The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=69a8bf9e58bc2a7a65bbdd69e04c452e2746451c

commit 69a8bf9e58bc2a7a65bbdd69e04c452e2746451c
Author:     Slava Shwartsman <slavash@nvidia.com>
AuthorDate: 2026-05-04 07:29:18 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-07-06 01:35:51 +0000

    mlx5: Add PCI IDs for ConnectX-9.
    
    (cherry picked from commit 741f489ed09ab1d9172d1f61aa341004b5c3e968)
---
 contrib/ofed/libmlx5/mlx5.c        | 1 +
 sys/dev/mlx5/mlx5_core/mlx5_main.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/ofed/libmlx5/mlx5.c b/contrib/ofed/libmlx5/mlx5.c
index f55be7dae45e..6b1cb770ddd8 100644
--- a/contrib/ofed/libmlx5/mlx5.c
+++ b/contrib/ofed/libmlx5/mlx5.c
@@ -84,6 +84,7 @@ static struct {
 	HCA(MELLANOX, 4127),	/* ConnectX-6 LX */
 	HCA(MELLANOX, 4129),	/* ConnectX-7 */
 	HCA(MELLANOX, 4131),	/* ConnectX-8 */
+	HCA(MELLANOX, 4133),	/* ConnectX-9 */
 	HCA(MELLANOX, 41682),	/* BlueField integrated ConnectX-5 network controller */
 	HCA(MELLANOX, 41683),	/* BlueField integrated ConnectX-5 network controller VF */
 	HCA(MELLANOX, 41686),	/* BlueField-2 integrated ConnectX-6 Dx network controller */
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c
index 221781327b51..058085348a3f 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_main.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c
@@ -2126,7 +2126,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
 	{ PCI_VDEVICE(MELLANOX, 4130) },
 	{ PCI_VDEVICE(MELLANOX, 4131) }, /* ConnectX-8 */
 	{ PCI_VDEVICE(MELLANOX, 4132) },
-	{ PCI_VDEVICE(MELLANOX, 4133) },
+	{ PCI_VDEVICE(MELLANOX, 4133) }, /* ConnectX-9 */
 	{ PCI_VDEVICE(MELLANOX, 4134) },
 	{ PCI_VDEVICE(MELLANOX, 4135) },
 	{ PCI_VDEVICE(MELLANOX, 4136) },