K 10 svn:author V 3 ian K 8 svn:date V 27 2017-09-11T02:56:45.925279Z K 7 svn:log V 307 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. END