diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-08-05 08:54:06 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-08-05 08:54:06 +0000 |
commit | 32fd5f72e358f61fefa352b8aa0de9133277333c (patch) | |
tree | 60bdebee50f7fc37f6d9bf8629c27470577c258b | |
parent | 9eddd831a1bbb1024c0f441b7c797744acf03af8 (diff) |
enable bio and softraid on armv7 ramdisk
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 2ccb184e13b..6ac1d047ca7 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.103 2018/08/03 13:37:08 kevlo Exp $ +# $OpenBSD: RAMDISK,v 1.104 2018/08/05 08:54:05 jsg Exp $ machine armv7 arm @@ -30,6 +30,7 @@ config bsd root on rd0a swap on rd0b # The main bus device mainbus0 at root +softraid0 at root simplebus* at fdt? cpu0 at mainbus? @@ -266,3 +267,4 @@ pseudo-device openprom pseudo-device loop 1 pseudo-device bpfilter 1 pseudo-device rd 1 +pseudo-device bio 1 |