Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 09/06/2000 10:52:48
Module Name:	syssrc
Committed By:	wdk
Date:		Wed Sep  6 07:52:47 UTC 2000

Modified Files:
	syssrc/sys/arch/mipsco/mipsco: machdep.c
	syssrc/sys/arch/mipsco/obio: rambo.c rambo.h

Log Message:
Microtime calculation was seriously incorrect when HZ != 100

Give rest of clock interrupt code a revamp.  Because we are using an external
cycle counter we can now handle loosing several hundred interrupts without
the time slipping.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/mipsco/mipsco/machdep.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/mipsco/obio/rambo.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/mipsco/obio/rambo.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.