Subject: CVS commit: src/sys/arch/hp300
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/09/2006 19:45:49
Module Name:	src
Committed By:	tsutsui
Date:		Sat Sep  9 19:45:49 UTC 2006

Modified Files:
	src/sys/arch/hp300/hp300: clock.c locore.s
	src/sys/arch/hp300/include: types.h

Log Message:
Switch hp300 to timecounter with MC6840 interval timer, which is
used for hardclcok(9). Old code is still left for reference.

XXX: possibly problematic if hardclock(9) is blocked more than 1/HZ,
XXX: but old microtime(9) implementation also had the similar problem.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/arch/hp300/hp300/clock.c
cvs rdiff -r1.137 -r1.138 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -r1.16 -r1.17 src/sys/arch/hp300/include/types.h

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