Subject: CVS commit: src/sys/arch/amiga/dev
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 10/10/2006 17:24:23
Module Name:	src
Committed By:	mhitch
Date:		Tue Oct 10 17:24:23 UTC 2006

Modified Files:
	src/sys/arch/amiga/dev: a2kbbc.c a34kbbc.c

Log Message:
Conversion to clock_ymdhms wasn't complete:  the match routine was calling
ugettod() with a NULL pointer to test if the clock was present.  That
argument was changed to a struct clock_ymdhms pointer and is no longer
optional.  Change to pass the address of a local structure when probing
for the clock.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/amiga/dev/a2kbbc.c
cvs rdiff -r1.19 -r1.20 src/sys/arch/amiga/dev/a34kbbc.c

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