Subject: CVS commit: src/sys/arch/ews4800mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/08/2006 13:48:12
Module Name: src
Committed By: tsutsui
Date: Fri Sep 8 13:48:12 UTC 2006
Modified Files:
src/sys/arch/ews4800mips/ews4800mips: clock.c tr2_intr.c tr2a_intr.c
src/sys/arch/ews4800mips/include: sbdvar.h types.h
Log Message:
Switch ews4800mips to a MIPS3 cp0 based timecounter. From gdamore
on port-ews4800mips.
XXX: ews4800mips can't use mips/mips/mips3_clock.c for now because
it isn't configured to use internal clock interrupt for CPU INT 5,
i.e. mips3_clockintr() is not needed and its own cpu_initclocks(9)
is required.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/ews4800mips/ews4800mips/clock.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/ews4800mips/ews4800mips/tr2_intr.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/ews4800mips/include/sbdvar.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/ews4800mips/include/types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.