Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/01/2005 16:49:14
Module Name:	src
Committed By:	drochner
Date:		Wed Jun  1 16:49:14 UTC 2005

Modified Files:
	src/sys/arch/i386/bios: vesabios.h
	src/sys/arch/i386/i386: apm.c mainbus.c
	src/sys/arch/i386/include: apmvar.h
	src/sys/arch/i386/pnpbios: pnpbios.c pnpbiosvar.h

Log Message:
kill the "busname" attach arg for acpi, apm, pnpbios and vesabios,
and pass NULL "print" function pointers to their config_found functions
because they shouldn't be called anyway


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/bios/vesabios.h
cvs rdiff -r1.86 -r1.87 src/sys/arch/i386/i386/apm.c
cvs rdiff -r1.56 -r1.57 src/sys/arch/i386/i386/mainbus.c
cvs rdiff -r1.21 -r1.22 src/sys/arch/i386/include/apmvar.h
cvs rdiff -r1.48 -r1.49 src/sys/arch/i386/pnpbios/pnpbios.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/pnpbios/pnpbiosvar.h

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