CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/06/26 15:01:20

Modified files:
        sys/dev/pci    : if_iwm.c 

Log message:
Use timeout_add_msec(9)

To initiate LED blinking, simply kick of the timer after the blinking
rate's period rather than one tick to get red of the last hardclock(9)
based timeout in this driver.  The now increased delay is compensated by
also turning on the LED immediately.

OK stsp

Reply via email to