Subject: CVS commit: [netbsd-4] src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 08/28/2006 05:22:12
Module Name:	src
Committed By:	riz
Date:		Mon Aug 28 05:22:11 UTC 2006

Modified Files:
	src/sys/arch/sparc/sparc [netbsd-4]: timer_sun4.c

Log Message:
Pull up following revision(s) (requested by kardel in ticket #61):
	sys/arch/sparc/sparc/timer_sun4.c: revision 1.15
Pass the correct (timer instead of stat counter) timer registers to timerattach().
History: This cleans up another long standing inconsistency where timerblurb for delay() was
calibrated against the stat timer instead the clock timer. Before timecounters
this didn't matter at al as both timer run with the same frequency and the
calibration was a frequency based calibration.
Misbehaving clock found by Fanch (at) kekpar dot net on current-users@ - Thanks.
Fix verified to work by Fanch.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.4.1 src/sys/arch/sparc/sparc/timer_sun4.c

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