Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/08/2008 14:38:48
Module Name:	src
Committed By:	simonb
Date:		Tue Jan  8 14:38:48 UTC 2008

Modified Files:
	src/sys/arch/mips/sibyte/dev: sbtimer.c
	src/sys/arch/sbmips/conf: files.sbmips
	src/sys/arch/sbmips/include: param.h systemsw.h types.h
	src/sys/arch/sbmips/sbmips: systemsw.c

Log Message:
Add timecounter support for sbmips machines and Broadcom SiByte CPUs.
Based on patch from joerg@, with tweaks by me to work with sbmips
non-use of the CP0 count/compare registers for clock interrupts.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/mips/sibyte/dev/sbtimer.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/sbmips/conf/files.sbmips
cvs rdiff -r1.4 -r1.5 src/sys/arch/sbmips/include/param.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/sbmips/include/systemsw.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/sbmips/include/types.h
cvs rdiff -r1.13 -r1.14 src/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.