Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2024 20:32:52 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6ae8e077aee5 - stable/14 - cxgbe(4): Fix the name of the 2 x 10/25 OCP card.
Message-ID:  <202412062032.4B6KWqXl064301@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by np:

URL: https://cgit.FreeBSD.org/src/commit/?id=6ae8e077aee5a91d2df2c43c08fa5019e976f81c

commit 6ae8e077aee5a91d2df2c43c08fa5019e976f81c
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2024-11-29 18:17:49 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2024-12-06 18:23:10 +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.
    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 ab9dbc52e5ad..9a163880220d 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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412062032.4B6KWqXl064301>