git: 696e179e56a3 - stable/13 - mlx5core: Add PCI IDs for ConnectX-8.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 14:30:08 UTC
The branch stable/13 has been updated by hselasky:
URL: https://cgit.FreeBSD.org/src/commit/?id=696e179e56a318e7c592eef1bf6dff1903cc5b49
commit 696e179e56a318e7c592eef1bf6dff1903cc5b49
Author: Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-02-21 08:25:45 +0000
Commit: Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-03-03 14:28:53 +0000
mlx5core: Add PCI IDs for ConnectX-8.
Sponsored by: NVIDIA Networking
(cherry picked from commit eb16e362d6cb96fab733d94fa01b7a1c84ccb436)
---
sys/dev/mlx5/mlx5_core/mlx5_main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c
index 3c511f52cd3e..6fcd7cf281f2 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_main.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c
@@ -2032,7 +2032,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
{ PCI_VDEVICE(MELLANOX, 4128) },
{ PCI_VDEVICE(MELLANOX, 4129) }, /* ConnectX-7 */
{ PCI_VDEVICE(MELLANOX, 4130) },
- { PCI_VDEVICE(MELLANOX, 4131) },
+ { PCI_VDEVICE(MELLANOX, 4131) }, /* ConnectX-8 */
{ PCI_VDEVICE(MELLANOX, 4132) },
{ PCI_VDEVICE(MELLANOX, 4133) },
{ PCI_VDEVICE(MELLANOX, 4134) },
@@ -2050,6 +2050,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 */
{ }
};