From 5c473b3c12db4498659a2322694285e12515d1fc Mon Sep 17 00:00:00 2001 From: kn Date: Thu, 21 Sep 2023 12:11:34 +0000 Subject: [PATCH] enable softraid(4) in ramdisk 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/powerpc64/conf/RAMDISK b/sys/arch/powerpc64/conf/RAMDISK index 77b8c26db12..fcf1c122408 100644 --- a/sys/arch/powerpc64/conf/RAMDISK +++ b/sys/arch/powerpc64/conf/RAMDISK @@ -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? -- 2.20.1