Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/06/2002 09:47:58
Module Name:	syssrc
Committed By:	simonb
Date:		Wed Mar  6 07:47:57 UTC 2002

Modified Files:
	syssrc/sys/arch/mips/sibyte/dev: sbtimer.c
	syssrc/sys/arch/sbmips/sbmips: systemsw.c

Log Message:
Implement a clkread() function for microtime() using a multu/mfhi
sequence using the reciprocal of the delay divisor to perform the
division.
Set the cp0 compare register so that it doesn't trigger interrupts and
reset the cp0 count register in the hardclock interrupt handler.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/mips/sibyte/dev/sbtimer.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sbmips/sbmips/systemsw.c

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