Subject: CVS commit: src/sys/arch/prep
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 06/20/2006 05:49:09
Module Name:	src
Committed By:	garbled
Date:		Tue Jun 20 05:49:09 UTC 2006

Modified Files:
	src/sys/arch/prep/include: types.h
	src/sys/arch/prep/prep: clock.c
	src/sys/arch/prep/stand/boot: boot.h

Log Message:
Basic prep timecounter support.  This greatly increases the stability of
ntp on my 7248, however, my 7043-140 is still a bit flaky.  I suspect the
only way to fix the 7043 is going to be writing a timecounter driver for
the 8254 present on these machines.  Either way, this makes some of the
machines better, and the other machines are still about the same as they
were before, so it's a net gain for the port.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/prep/include/types.h
cvs rdiff -r1.16 -r1.17 src/sys/arch/prep/prep/clock.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/prep/stand/boot/boot.h

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