git: f0ee6112eb61 - main - cxgbe(4): Add missing description for a port type.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Apr 2024 20:32:35 UTC
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))