From 2342f5508ff8c324e4ea67403e7273b9a4827c9f Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 25 Apr 2023 14:04:47 +0000 Subject: [PATCH] Enable softraid(4) in the ramdisk kernel aka. make disk crypto install work GENERIC, efiboot and installboot(8) all have softraid enabled, the manual already documents boot support for riscv64, "just" bsd.rd lacks it. (thought I had committed this months ago...) SiFive HiFive Unmatched A00. OK patrick --- sys/arch/riscv64/conf/RAMDISK | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 3c1c43ddd40..8f114b63619 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.35 2022/06/26 20:05:06 sthen Exp $ +# $OpenBSD: RAMDISK,v 1.36 2023/04/25 14:04:47 kn Exp $ machine riscv64 maxusers 4 @@ -27,6 +27,7 @@ config bsd root on rd0a swap on rd0b # mainbus mainbus0 at root +softraid0 at root # cpu0 cpu0 at mainbus0 -- 2.20.1