[Bug 246885] if_igb: Loader tunables/LEDs gone after iflib conversion?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 16 06:42:00 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246885

Jose Luis Duran <jlduran at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #217604|0                           |1
        is obsolete|                            |

--- Comment #8 from Jose Luis Duran <jlduran at gmail.com> ---
Created attachment 224987
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224987&action=edit
Add back LED device node.

Add `iflib_led_create` late during `attach_post()` (don't know where else to
put it).

I could not find any other device using `iflib_led_create` (I must be
identifying NICs wrong).

Test plan:

    # echo f2 > /dev/led/em0

LEDs blink.

    # echo 0 > /dev/led/em0

LEDs stop blinking.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list