Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 20:32:35 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f0ee6112eb61 - main - cxgbe(4): Add missing description for a port type.
Message-ID:  <202404292032.43TKWZXR090413@gitrepo.freebsd.org>

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

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

commit f0ee6112eb61a5130acedd20d9827627c0975fba
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2024-04-29 20:27:48 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2024-04-29 20:27:48 +0000

    cxgbe(4): Add missing description for a port type.
    
    MFC after:      1 week
    Sponsored by:   Chelsio Communications
---
 sys/dev/cxgbe/common/t4_hw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/cxgbe/common/t4_hw.c b/sys/dev/cxgbe/common/t4_hw.c
index e3d5cf814e4d..bb2ed5e4d820 100644
--- a/sys/dev/cxgbe/common/t4_hw.c
+++ b/sys/dev/cxgbe/common/t4_hw.c
@@ -6814,6 +6814,7 @@ const char *t4_get_port_type_description(enum fw_port_type port_type)
 		"CR2_QSFP",
 		"SFP28",
 		"KR_SFP28",
+		"KR_XLAUI",
 	};
 
 	if (port_type < ARRAY_SIZE(port_type_description))



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