enable softraid(4) in ramdisk
authorkn <kn@openbsd.org>
Thu, 21 Sep 2023 12:11:34 +0000 (12:11 +0000)
committerkn <kn@openbsd.org>
Thu, 21 Sep 2023 12:11:34 +0000 (12:11 +0000)
No boot support as per manual, but it already has bio(4) and bioctl(8);
complete enable use of software RAID.

OK, run-tested gkoehler

sys/arch/powerpc64/conf/RAMDISK

index 77b8c26..fcf1c12 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.12 2022/06/26 20:05:06 sthen Exp $
+# $OpenBSD: RAMDISK,v 1.13 2023/09/21 12:11:34 kn Exp $
 
 machine                powerpc64
 maxusers       4
@@ -25,6 +25,7 @@ option                CRYPTO
 config         bsd     root on rd0a swap on rd0b
 
 mainbus0       at root
+softraid0      at root
 cpu0           at mainbus?
 opal0          at fdt?
 opalcons*      at fdt?