Searched hist:199539 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.cdiff 199539 Thu Nov 19 16:39:05 MST 2009 jhb - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE).
- Add a missing callout_drain() to detach.
- Hook into the stats timer and use that to drive the transmit watchdog
instead of using if_watchdog.
- Run the stats timer every second to match other drivers instead of every
other second.
- Remove dubious callout handling that stopped the timer only to start it
again while holding the driver lock without dropping it in between the
stop and the start.

Completed in 74 milliseconds