summaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2022-02-21 08:25:23 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2022-03-03 14:28:53 +0000
commitd608562a754ceb92b724266da2c889cf6d33a50e (patch)
tree18c9359dfdc62af7d48161199f561668157711ef /sys/dev/mlx5
parent769f1e79f58b9202471bff75f1f79bcbc6d0a03c (diff)
Diffstat (limited to 'sys/dev/mlx5')
-rw-r--r--sys/dev/mlx5/mlx5_core/mlx5_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c
index d9f9831b43e6..3c511f52cd3e 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_main.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c
@@ -2030,7 +2030,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
{ PCI_VDEVICE(MELLANOX, 4126) }, /* ConnectX Family mlx5Gen Virtual Function */
{ PCI_VDEVICE(MELLANOX, 4127) }, /* ConnectX-6 LX */
{ PCI_VDEVICE(MELLANOX, 4128) },
- { PCI_VDEVICE(MELLANOX, 4129) },
+ { PCI_VDEVICE(MELLANOX, 4129) }, /* ConnectX-7 */
{ PCI_VDEVICE(MELLANOX, 4130) },
{ PCI_VDEVICE(MELLANOX, 4131) },
{ PCI_VDEVICE(MELLANOX, 4132) },
@@ -2049,6 +2049,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
{ PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
{ 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 */
{ }
};