Subject: CVS commit: src/sys/arch/sun2
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 09/03/2006 21:43:56
Module Name:	src
Committed By:	gdamore
Date:		Sun Sep  3 21:43:56 UTC 2006

Modified Files:
	src/sys/arch/sun2/include: types.h
	src/sys/arch/sun2/sun2: clock.c

Log Message:
Convert to timecounters.  Since sun2 lacks a separate timer for microsecond
interpolation, we just use the default clock interrupt timer. (100Hz)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/sun2/include/types.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/sun2/sun2/clock.c

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