diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2026-08-18 00:33:46 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2026-08-18 00:34:19 +0000 |
| commit | af069400a8ea514c8e55f123cae478aee65e04d5 (patch) | |
| tree | 0ac471184ba2c6597668d604ff27191c36df80a1 | |
| parent | a781965b91ea390f9576ae42c35c842db74aab86 (diff) | |
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
| -rw-r--r-- | share/man/man4/bnxt.4 | 5 |
1 files changed, 4 insertions, 1 deletions
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 , |
