diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2014-07-16 14:59:42 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2014-07-16 14:59:42 +0000 |
commit | 56489ca4cc653adb269ef2bdfbefba6cd3dcc4c4 (patch) | |
tree | 497216f874b9cabd356d7afb3c78e996cb459f68 /sys/arch/i386/conf/RAMDISK_CD | |
parent | d71b1a8ae15ea892144977c386ab2487853da300 (diff) |
Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501
and thus the choice of bsd.mp in the installer. 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 5ef549ab9f6..d6d53c23aaf 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.217 2014/07/15 22:12:10 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.218 2014/07/16 14:59:41 naddy Exp $ machine i386 # architecture, used by config; REQUIRED @@ -48,6 +48,8 @@ acpimadt0 at acpi? acpiprt* at acpi? #acpitz* at acpi? +mpbios0 at bios0 + cpu0 at mainbus? bios0 at mainbus0 ioapic* at mainbus? |