Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/20/2007 21:42:12
Module Name:	src
Committed By:	he
Date:		Sat Jan 20 21:42:12 UTC 2007

Modified Files:
	src/sys/arch/macppc/conf: INSTALL
	src/sys/arch/macppc/dev: ofb.c ofb_cons.c
	src/sys/arch/macppc/include: autoconf.h
	src/sys/arch/macppc/macppc: autoconf.c
	src/sys/dev/ofw: openfirm.h
	src/sys/dev/pci: chipsfb.c voodoofb.c

Log Message:
Unify the declaration of OF_interpret() between sparc{,64} and macppc
by adding the "nargs" argument to the macppc version, and fix the macppc
ports uses of OF_interpret() accordingly.

Also move the declaration of OF_interpt() from macppc's autoconf.h to
ofw/openfirm.h.  This fixes the build of the macppc port.

Approved by macallan@.


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/sys/arch/macppc/conf/INSTALL
cvs rdiff -r1.53 -r1.54 src/sys/arch/macppc/dev/ofb.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/macppc/dev/ofb_cons.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/macppc/include/autoconf.h
cvs rdiff -r1.50 -r1.51 src/sys/arch/macppc/macppc/autoconf.c
cvs rdiff -r1.22 -r1.23 src/sys/dev/ofw/openfirm.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/chipsfb.c src/sys/dev/pci/voodoofb.c

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