Actions
Feature #8872
closede1000g MAC_CAPAB_LED support
Start date:
2017-11-29
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
With 8871 and RFD 89, we'd like the e1000g driver to support MAC_CAPAB_LED. One important twist is that not all of the e1000g hardware has blink circuitry. As such, we'll emulate ident by blinking at a 200ms rate via a ddi_periodic when the hardware is missing support for this. 200 ms is the same rate as the hardware.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
git commit c1e9c6963a28543aa11d020b08b333df83ad08ac
commit c1e9c6963a28543aa11d020b08b333df83ad08ac Author: Robert Mustacchi <rm@joyent.com> Date: 2018-02-10T17:49:45.000Z 8871 Want means of toggling data link LEDs 8872 e1000g MAC_CAPAB_LED support 8873 i40e MAC_CAPAB_LED support 8874 igb MAC_CAPAB_LED support Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions