K 10 svn:author V 8 hselasky K 8 svn:date V 27 2013-11-05T18:27:25.785682Z K 7 svn:log V 352 Protect the "ratectl_ch" callout in the "run" driver by the "run" softc's "sc->sc_mtx" mutex. Currently the callout was marked multi-processor safe, which is fine, but it is better to start/stop/reset callouts while holding the "run" drivers own mutex. While at it add a missing "ULL" at end of the 64-bit unsigned integer constant. MFC after: 1 week END