From 6ae8e077aee5a91d2df2c43c08fa5019e976f81c Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Fri, 29 Nov 2024 10:17:49 -0800 Subject: [PATCH] cxgbe(4): Fix the name of the 2 x 10/25 OCP card. Reported by: Sony Arpita Das @ Chelsio Fixes: 5c15094916bf cxgbe(4): Update the board names of the T6 OCP cards. Sponsored by: Chelsio Communications (cherry picked from commit 878413d5590c9f24fb8a92ebca00899662594874) --- sys/dev/cxgbe/t4_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c index ab9dbc52e5a..9a163880220 100644 --- a/sys/dev/cxgbe/t4_main.c +++ b/sys/dev/cxgbe/t4_main.c @@ -936,7 +936,7 @@ struct { {0x6403, "Chelsio T6425-CR"}, /* 4 x 10/25G */ {0x6404, "Chelsio T6425-SO-CR"}, /* 4 x 10/25G, nomem */ {0x6405, "Chelsio T6225-SO-OCP3"}, /* 2 x 10/25G, nomem */ - {0x6406, "Chelsio T62100-OCP3"}, /* 2 x 10/25G */ + {0x6406, "Chelsio T6225-OCP3"}, /* 2 x 10/25G */ {0x6407, "Chelsio T62100-LP-CR"}, /* 2 x 40/50/100G */ {0x6408, "Chelsio T62100-SO-CR"}, /* 2 x 40/50/100G, nomem */ {0x6409, "Chelsio T6210-BT"}, /* 2 x 10GBASE-T */