git: 094c5673be99 - stable/14 - bnxt(4): Cross-reference led(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Sep 2026 00:29:23 UTC
The branch stable/14 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=094c5673be99605abb1779af259edb7ba9406da8
commit 094c5673be99605abb1779af259edb7ba9406da8
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-08-18 00:33:46 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-09-01 00:29:15 +0000
bnxt(4): Cross-reference led(4)
Point the identification LED documentation to led(4), which describes
how to control /dev/led device nodes.
Sponsored by: BBOX.io
(cherry picked from commit af069400a8ea514c8e55f123cae478aee65e04d5)
---
share/man/man4/bnxt.4 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/bnxt.4 b/share/man/man4/bnxt.4
index c7f970e54f08..54f2ed33c56b 100644
--- a/share/man/man4/bnxt.4
+++ b/share/man/man4/bnxt.4
@@ -54,7 +54,9 @@ For more information on configuring this device, see
.Xr ifconfig 8 .
.Pp
On physical functions whose firmware reports identification LED support,
-the LEDs for each port are controlled through its
+the LEDs for each port are controlled through the
+.Xr led 4
+interface at its
.Pa /dev/led/bnxt*
device node.
.Sh HARDWARE
@@ -236,6 +238,7 @@ As of this writing, the system must be rebooted to initiate a PCI device reset.
.Xr altq 4 ,
.Xr arp 4 ,
.Xr iflib 4 ,
+.Xr led 4 ,
.Xr netintro 4 ,
.Xr ng_ether 4 ,
.Xr vlan 4 ,