Subject: CVS commit: src/sys/arch/hp700
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 09/15/2006 07:51:17
Module Name:	src
Committed By:	skrll
Date:		Fri Sep 15 07:51:17 UTC 2006

Modified Files:
	src/sys/arch/hp700/dev: clock.c pdc.c
	src/sys/arch/hp700/include: types.h

Log Message:
Convert hp700 to __HAVE_GENERIC_TODR

Move the tod routines to dev/pdc.c as suggested by Izumi Tsutsui - we
access the tod device via the pdc.

Tested on a hp712/60 with a flat battery.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/hp700/dev/clock.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/hp700/dev/pdc.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/hp700/include/types.h

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