artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da1e46
)
enable softraid(4) in ramdisk
author
kn
<kn@openbsd.org>
Thu, 21 Sep 2023 12:11:34 +0000
(12:11 +0000)
committer
kn
<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
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc64/conf/RAMDISK
b/sys/arch/powerpc64/conf/RAMDISK
index
77b8c26
..
fcf1c12
100644
(file)
--- a/
sys/arch/powerpc64/conf/RAMDISK
+++ b/
sys/arch/powerpc64/conf/RAMDISK
@@
-1,4
+1,4
@@
-# $OpenBSD: RAMDISK,v 1.1
2 2022/06/26 20:05:06 sthe
n Exp $
+# $OpenBSD: RAMDISK,v 1.1
3 2023/09/21 12:11:34 k
n 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?