git: af069400a8ea - main - bnxt(4): Cross-reference led(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Aug 2026 00:35:10 UTC
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=af069400a8ea514c8e55f123cae478aee65e04d5
commit af069400a8ea514c8e55f123cae478aee65e04d5
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-08-18 00:33:46 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-08-18 00:34:19 +0000
bnxt(4): Cross-reference led(4)
Point the identification LED documentation to led(4), which describes
how to control /dev/led device nodes.
MFC after: 2 weeks
Sponsored by: BBOX.io
---
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 ,