Subject: CVS commit: src/sys/arch/evbmips
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 09/02/2006 02:04:26
Module Name:	src
Committed By:	gdamore
Date:		Sat Sep  2 02:04:26 UTC 2006

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

Log Message:
Convert evbmips to timecounters, using the MIPS3 cp0 clock.
This has been tested on AR5312, and I expect it to "just work" on
all evbmips systems.  (On AR5312, the counter is 110MHz. :-)


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

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