Subject: CVS commit: src/sys/arch/sandpoint
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 09/15/2006 16:03:14
Module Name:	src
Committed By:	gdamore
Date:		Fri Sep 15 16:03:14 UTC 2006

Modified Files:
	src/sys/arch/sandpoint/conf: GENERIC.sandpoint files.sandpoint
	src/sys/arch/sandpoint/include: types.h
	src/sys/arch/sandpoint/isa: isaclock.c
Added Files:
	src/sys/arch/sandpoint/isa: mcclock_isa.c

Log Message:
Convert sandpoint to GENERIC todr, including breaking of the clock handling
out into its own driver.  (NB: mcclock should really, really be an MI driver
to avoid this kind of pasteware, but it is "nontrivial" to cope with the
fact that some machines have different ideas of mcclock.)


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/arch/sandpoint/conf/GENERIC.sandpoint
cvs rdiff -r1.18 -r1.19 src/sys/arch/sandpoint/conf/files.sandpoint
cvs rdiff -r1.3 -r1.4 src/sys/arch/sandpoint/include/types.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/sandpoint/isa/isaclock.c
cvs rdiff -r0 -r1.1 src/sys/arch/sandpoint/isa/mcclock_isa.c

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