diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-04-23 13:03:42 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-04-23 13:03:42 +0000 |
commit | 05a679151ca74f1094c32806b0448356ac554904 (patch) | |
tree | f752ac6b2d9144c0d9577451e96f1e60d52f94f2 /sys | |
parent | 46e7c4be4acae97f4e0b8a79e9aeffa70a4a68f1 (diff) |
enable viornd(4) on riscv64
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index cbbb50dde2d..2942c9cf31e 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -40,7 +40,7 @@ vio* at virtio? # Network vioblk* at virtio? vioscsi* at virtio? # Disk (SCSI) #viomb* at virtio? # Memory Ballooning -#viornd* at virtio? # Random Source +viornd* at virtio? # Random Source # simplebus0 simplebus* at mainbus0 early 1 diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 59bc6918df9..9eb91bc90ef 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2021/04/23 12:49:53 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.3 2021/04/23 13:03:41 jsg Exp $ # # GENERIC machine description file # @@ -59,7 +59,7 @@ vio* at virtio? # Network vioblk* at virtio? vioscsi* at virtio? # Disk (SCSI) #viomb* at virtio? # Memory Ballooning -#viornd* at virtio? # Random Source +viornd* at virtio? # Random Source # simplebus0 simplebus* at mainbus0 early 1 |