From 3efac0e76e89bb8f55d6042f31739d91768d1217 Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 4 Jul 2023 13:04:08 +0000 Subject: [PATCH] enable dwqe(4) --- sys/arch/riscv64/conf/GENERIC | 3 ++- sys/arch/riscv64/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 9b526541b2f..acf00b84a25 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2023/01/24 13:28:31 jca Exp $ +# $OpenBSD: GENERIC,v 1.43 2023/07/04 13:04:08 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -83,6 +83,7 @@ gpiorestart* at fdt? cad* at fdt? dwge* at fdt? +dwqe* at fdt? dwmmc* at fdt? sdmmc* at dwmmc? diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 8f114b63619..45bc8983aa0 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.36 2023/04/25 14:04:47 kn Exp $ +# $OpenBSD: RAMDISK,v 1.37 2023/07/04 13:04:08 kettenis Exp $ machine riscv64 maxusers 4 @@ -73,6 +73,7 @@ gpiorestart* at fdt? cad* at fdt? dwge* at fdt? +dwqe* at fdt? dwmmc* at fdt? sdmmc* at dwmmc? -- 2.20.1