Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501
authornaddy <naddy@openbsd.org>
Wed, 16 Jul 2014 14:59:41 +0000 (14:59 +0000)
committernaddy <naddy@openbsd.org>
Wed, 16 Jul 2014 14:59:41 +0000 (14:59 +0000)
and thus the choice of bsd.mp in the installer.  ok kettenis@

sys/arch/amd64/conf/RAMDISK_CD
sys/arch/i386/conf/RAMDISK_CD

index 77ac90f..ce441c0 100644 (file)
@@ -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
index 5ef549a..d6d53c2 100644 (file)
@@ -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?