Subject: CVS commit: src/sys/arch/mac68k
To: None <source-changes@NetBSD.org>
From: Hauke Fath <hauke@netbsd.org>
List: source-changes
Date: 11/20/2006 19:58:38
Module Name:	src
Committed By:	hauke
Date:		Mon Nov 20 19:58:38 UTC 2006

Modified Files:
	src/sys/arch/mac68k/include: autoconf.h types.h
	src/sys/arch/mac68k/mac68k: clock.c clockreg.h machdep.c
	    pmap_bootstrap.c

Log Message:
Add Timecounter support for mac68k, using the otherwise idle second
timer of VIA1. Passes regression/sys/kern/time regression test.

While we are here, GC leftover prototypes from MI todr integration,
and clean up clockreg.h in the light of "Guide to the Macintosh
Hardware" information.

(Reviewed and okayed by Martin Husemann)


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/mac68k/include/autoconf.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/mac68k/include/types.h
cvs rdiff -r1.45 -r1.46 src/sys/arch/mac68k/mac68k/clock.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/mac68k/mac68k/clockreg.h
cvs rdiff -r1.309 -r1.310 src/sys/arch/mac68k/mac68k/machdep.c
cvs rdiff -r1.64 -r1.65 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c

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