Subject: CVS commit: src/sys/arch/amiga/dev
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/07/2007 10:34:58
Module Name:	src
Committed By:	lukem
Date:		Fri Sep  7 10:34:58 UTC 2007

Modified Files:
	src/sys/arch/amiga/dev: melody.c

Log Message:
Fix caddr_t fallout; use "uint8_t *" as the type for sc_intack because that
seems it will result in the closest behaviour to that of the caddr_t
abusing code (which did, amongst other things, " *sc->sc_intack = 0; ".)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/amiga/dev/melody.c

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