Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 06/05/2005 20:03:55
Module Name:	src
Committed By:	nathanw
Date:		Sun Jun  5 20:03:55 UTC 2005

Modified Files:
	src/sys/arch/macppc/dev: adb_direct.c adbvar.h ams.c pm_direct.c

Log Message:
Rearrange some of the ADB types and void * abuse to make -Wcast-qual
happy in the presence of the "volatile int flag" construct. Fix up a variety
of calls to pass NULL instead of (Ptr)0 to maintain function-pointer safety.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/macppc/dev/adb_direct.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/macppc/dev/adbvar.h
cvs rdiff -r1.16 -r1.17 src/sys/arch/macppc/dev/ams.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/macppc/dev/pm_direct.c

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