From e2e565c9c3ec74161775dcea711486d29934e208 Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 16 Jul 2014 14:59:41 +0000 Subject: [PATCH] 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@ --- sys/arch/amd64/conf/RAMDISK_CD | 4 +++- sys/arch/i386/conf/RAMDISK_CD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 77ac90f54ef..ce441c0915e 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.143 2014/07/15 22:12:10 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.144 2014/07/16 14:59:41 naddy Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -48,6 +48,8 @@ acpiprt* at acpi? acpimadt0 at acpi? #acpitz* at acpi? +mpbios0 at bios0 + cpu0 at mainbus0 ioapic* at mainbus? isa0 at mainbus0 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? -- 2.20.1