git: af069400a8ea - main - bnxt(4): Cross-reference led(4)
Kevin Bowling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.current.scm |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=af069400a8ea514c8e55f123cae478aee65e04d5 commit af069400a8ea514c8e55f123cae478aee65e04d5 Author: Kevin Bowling <[email protected]> AuthorDate: 2026-08-18 00:33:46 +0000 Commit: Kevin Bowling <[email protected]> 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 ,