clock problem

M. Warner Losh imp at bsdimp.com
Fri May 11 14:53:57 UTC 2007


In message: <20070511110759.L700 at thinkpad.dieringer.dyndns.org>
            Martin Dieringer <martin.dieringer at gmx.de> writes:
: This is NOT a hardware problem. 1. I have this on 2 machines, 2. the
: problem is solved by switching to ACPI instead of APM

It is a hardware problem.  APM + powerd changes the frequency of the
TSC.  If the TSC is used as the time source, then you'll get bad
timekeeping.  ACPI uses its own frequency source that is much more
stable and independent of the TSC, so switching to it fixes the
problem because you are switching the hardware from using a really bad
frequency source with ugly steps to using a good frequency source w/o
steps.

Warner


More information about the freebsd-stable mailing list