git: 878413d5590c - main - cxgbe(4): Fix the name of the 2 x 10/25 OCP card.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Nov 2024 19:00:58 UTC
The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=878413d5590c9f24fb8a92ebca00899662594874 commit 878413d5590c9f24fb8a92ebca00899662594874 Author: Navdeep Parhar <np@FreeBSD.org> AuthorDate: 2024-11-29 18:17:49 +0000 Commit: Navdeep Parhar <np@FreeBSD.org> CommitDate: 2024-11-29 18:21:43 +0000 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. MFC after: 1 week Sponsored by: Chelsio Communications --- 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 46739740db83..a7dd532cc077 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 */