From owner-freebsd-current Sun Jul 19 23:43:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03659 for freebsd-current-outgoing; Sun, 19 Jul 1998 23:43:05 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03654 for ; Sun, 19 Jul 1998 23:43:02 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA17899; Mon, 20 Jul 1998 16:42:39 +1000 Date: Mon, 20 Jul 1998 16:42:39 +1000 From: Bruce Evans Message-Id: <199807200642.QAA17899@godzilla.zeta.org.au> To: bde@zeta.org.au, brian@Awfulhak.org Subject: Re: tickadj -t not changing tick Cc: freebsd-current@FreeBSD.ORG, jak@cetlink.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >APM seems to be preventing use of the TSC timecounter. Otherwise >the clock would go non-backwards 233/17 faster :-). The whole problem may be caused by APM. APM's time handling is of low quality. Among other bugs, it assumes that inittodr() has a resolution of about 1 usec. inittodr() actually has a resolution of about 1 second, so the time may be set wrong by up to +- 1 second after even a short suspension. This may cause the time to go backwards if the suspension period is shorter than 1 second. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message