diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-13 13:53:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-13 13:53:51 +0000 |
commit | c8bbebfc17c8bb1c3bcfaa89aaa1f8f3586e061b (patch) | |
tree | 4c47917947e9c106b7c40996bbcf0ed6f261cdd9 /sys/arch/i386/conf/RAMDISK | |
parent | 9c7e0fea63c2ab02df4f18e020bf1813e4896cb3 (diff) |
Turn mpbios into a real device, such that people can disable it on crappy
BIOSes.
ok deraadt@ (for the amd64 bit, or the i386 bit, can't remember which)
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 158d90afc46..78ed4b5beec 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.166 2009/01/06 23:03:16 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.167 2009/01/13 13:53:50 kettenis Exp $ machine i386 # architecture, used by config; REQUIRED @@ -50,6 +50,7 @@ bios0 at mainbus0 ioapic* at mainbus? apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 #option APMDEBUG +mpbios0 at bios0 pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 |