git: 64d0098e311a - stable/15 - bnxt(4): Cross-reference led(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Sep 2026 00:28:09 UTC
The branch stable/15 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=64d0098e311aa154d2c17328ea991efe1774099a
commit 64d0098e311aa154d2c17328ea991efe1774099a
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:27:59 +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 cedab9b83d00..e72eca955404 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
@@ -255,6 +257,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 ,