diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-26 17:10:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-26 17:10:46 +0000 |
commit | a05cf1cf173171bb9fe2f11155e0074f3afdd327 (patch) | |
tree | 1e6537bf0a2ad16e8a5b5b34bf07f9926a6b10a2 /sys/arch/i386/conf/RAMDISK_CD | |
parent | c76c4eab21094e895bc49910778dae42e8e8a690 (diff) |
use the exact same policy for choosing apic on all 3 types of kernel.
ok kettenis
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 432be7ae4d0..508bad5c448 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.160 2008/10/23 17:26:26 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.161 2008/12/26 17:10:45 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -45,11 +45,13 @@ acpi0 at bios? #acpibtn* at acpi? #acpicpu* at acpi? #acpiec* at acpi? +acpimadt0 at acpi? acpiprt* at acpi? #acpitz* at acpi? cpu0 at mainbus? bios0 at mainbus0 +ioapic* at mainbus? apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 #option APMDEBUG pcibios0 at bios0 flags 0x0000 |