From 889140cc7443199609393b489e13d395e9e062a1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 5 Dec 2007 19:17:15 +0000 Subject: Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly others. ok kettenis --- sys/arch/i386/conf/RAMDISKB | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/conf/RAMDISKB') diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 271c10e115c..b4b53f1ffdb 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.101 2007/11/28 17:05:09 tedu Exp $ +# $OpenBSD: RAMDISKB,v 1.102 2007/12/05 19:17:13 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -34,7 +34,7 @@ config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root -acpi0 at mainbus? +acpi0 at bios? #acpitimer* at acpi? #acpihpet* at acpi? #acpiac* at acpi? -- cgit v1.2.3