Subject: CVS commit: src/sys/arch/powerpc
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 12/28/2007 04:45:57
Module Name:	src
Committed By:	garbled
Date:		Fri Dec 28 04:45:57 UTC 2007

Modified Files:
	src/sys/arch/powerpc/powerpc: rtas.c
Added Files:
	src/sys/arch/powerpc/include: rtas.h

Log Message:
Rewrite the rtas_call command, to allow ports to call rtas directly from
outside rtas.c, by simply issuing the right token.  This makes using the
rtas functionality much simpler.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/powerpc/include/rtas.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/powerpc/powerpc/rtas.c

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