Skip to content

Commit

Permalink
Update led.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd authored Feb 29, 2024
1 parent 9520f50 commit 9fcb3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions led.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ When the `led auto on` command is execute the `ledproc_linkscan_cb` built-in to
pushing new LED data to the LED processors. Depending on the custom LED code this may or may not be used, but can
be used to base LEDs on things like if the interface speed is 100G or not.

Something potentially interesting is that at least on BRCM SAI 8.4.0.2 the `led auto on` registers `ledproc_linkscan_cb`
Something potentially interesting is that at starting at BRCM SAI 6.0.0.10 the `led auto on` registers `ledproc_linkscan_cb`
but calls it the "new" version "without port speed", while doing `led auto off` refers to the older version as having port
speed.
speed. This change is probably why issues like [this](https://github.com/sonic-net/sonic-buildimage/issues/10103) came to be.

```
drivshell>bsv
Expand Down

0 comments on commit 9fcb3a2

Please sign in to comment.