Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 12/28/2002 19:11:52
Module Name:	src
Committed By:	matt
Date:		Sat Dec 28 17:11:51 UTC 2002

Modified Files:
	src/sys/arch/i386/i386: mainbus.c
	src/sys/arch/i386/pnpbios: pnpbios.c

Log Message:
Move the call to isa_dmainit to mainbus_attach from pnpbios_attach since
ACPI needs to have that done for the exact same reasons as ACPI.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/arch/i386/i386/mainbus.c
cvs rdiff -r1.30 -r1.31 src/sys/arch/i386/pnpbios/pnpbios.c

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