From def98c3a027532a7ad79d8abd269b8a98e1028c0 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 14 May 2021 06:55:19 +0000 Subject: [PATCH] add dwge(4) to RAMDISK as well --- sys/arch/riscv64/conf/RAMDISK | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 14d15ad5393..a94078da67d 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2021/05/12 01:20:52 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.11 2021/05/14 06:55:19 jsg Exp $ # # GENERIC machine description file # @@ -70,6 +70,9 @@ sfcc* at fdt? early 1 syscon* at fdt? early 1 gfrtc* at fdt? +dwge* at fdt? +ukphy* at mii? + dwmmc* at fdt? sdmmc* at dwmmc? -- 2.20.1