Subject: CVS commit: src/sys/arch/zaurus/include
To: None <source-changes@NetBSD.org>
From: Jaime Fournier <ober@netbsd.org>
List: source-changes
Date: 01/12/2007 13:06:11
Module Name:	src
Committed By:	ober
Date:		Fri Jan 12 13:06:11 UTC 2007

Modified Files:
	src/sys/arch/zaurus/include: types.h

Log Message:
Update zaurus port to include TODR/TIMECOUNTER.
zaurus# ./timetest -A -t 600
Will test active counter and counters with positive quality from saost_count(q=100, f=3686400 Hz) clockinterrupt(q=0, f=100 Hz) dummy(q=-1000000, f=1000000 Hz)
Testing time for monotonicity of timecounter "saost_count" for 600 seconds...
claimed resolution 271 nsec (3690036.900369 Hz) or better, observed minimum non zero delta 2712 nsec
switching to timecounter "saost_count"...
Testing time for monotonicity of timecounter "saost_count" for 600 seconds...
claimed resolution 271 nsec (3690036.900369 Hz) or better, observed minimum non zero delta 2712 nsec
switching to timecounter "clockinterrupt"...
Testing time for monotonicity of timecounter "clockinterrupt" for 600 seconds...
claimed resolution 10000000 nsec (100.000000 Hz) or better, observed minimum non zero delta 9999999 nsec
TEST SUCCESSFUL

ok peter@


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/zaurus/include/types.h

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