summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/RAMDISK
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-05 19:17:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-05 19:17:15 +0000
commit889140cc7443199609393b489e13d395e9e062a1 (patch)
tree9e57175bdada4e31c27b49ac718d0d24dd92e2d2 /sys/arch/i386/conf/RAMDISK
parent52e7566f48bd54f2a0a319139b4ca8625857a49c (diff)
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
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r--sys/arch/i386/conf/RAMDISK4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index a14c3f2c7d5..fbeee7eb01e 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.157 2007/11/28 17:05:09 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.158 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?