Date: Tue, 30 Jan 1996 10:56:57 -0800 (PST) From: Garrett Wollman <wollman> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Message-ID: <199601301856.KAA17321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 96/01/30 10:56:51
Modified: sys/i386/include clock.h
sys/i386/isa clock.c
Log:
No longer use the cyclecounter to attempt to correct for late or missed
clock interrupts.
Keep a 1-in-16 smoothed average of the length of each tick. If the
CPU speed is correctly diagnosed, this should give experienced users
enough information to figure out a more suitable value for `tick'.
Revision Changes Path
1.9 +6 -6 src/sys/i386/include/clock.h
1.51 +2 -1 src/sys/i386/isa/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601301856.KAA17321>
