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

/freebsd-11-stable/sys/dev/iicbus/
H A Dad7418.cdiff 323421 Mon Sep 11 03:12:10 MDT 2017 ian MFC r320743:

Fix drivers that assume ticks starts at zero. These drivers all have logic
similar to "if (ticks > localvar+interval) {localvar=ticks; ...}" where
localvar is initialized to zero. Ticks is initialized to a negative value
since r278230, and that leads to these if statements never being true.
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.cdiff 323421 Mon Sep 11 03:12:10 MDT 2017 ian MFC r320743:

Fix drivers that assume ticks starts at zero. These drivers all have logic
similar to "if (ticks > localvar+interval) {localvar=ticks; ...}" where
localvar is initialized to zero. Ticks is initialized to a negative value
since r278230, and that leads to these if statements never being true.
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.cdiff 323421 Mon Sep 11 03:12:10 MDT 2017 ian MFC r320743:

Fix drivers that assume ticks starts at zero. These drivers all have logic
similar to "if (ticks > localvar+interval) {localvar=ticks; ...}" where
localvar is initialized to zero. Ticks is initialized to a negative value
since r278230, and that leads to these if statements never being true.

Completed in 213 milliseconds