From owner-cvs-sys Tue Jan 30 10:57:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17334 for cvs-sys-outgoing; Tue, 30 Jan 1996 10:57:06 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17321 Tue, 30 Jan 1996 10:56:57 -0800 (PST) Date: Tue, 30 Jan 1996 10:56:57 -0800 (PST) From: Garrett Wollman Message-Id: <199601301856.KAA17321@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk 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