From f8512acdb5703a4f6be3e7c34787c301c95d4d01 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 7 Mar 2024 01:05:07 +0000 Subject: [PATCH] Enable dwxe(4) ok kettenis@, deraadt@ --- 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 9c5ceaf3a82..27137512515 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.49 2024/02/02 12:09:18 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.50 2024/03/07 01:05:07 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -101,6 +101,7 @@ ehci* at fdt? cad* at fdt? dwge* at fdt? dwqe* at fdt? +dwxe* at fdt? dwiic* at fdt? iic* at dwiic? dwmmc* at fdt? diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 33a649240a9..0d6ff8728e7 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.42 2024/02/02 12:09:18 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.43 2024/03/07 01:05:07 kevlo Exp $ machine riscv64 maxusers 4 @@ -91,6 +91,7 @@ ehci* at fdt? cad* at fdt? dwge* at fdt? dwqe* at fdt? +dwxe* at fdt? dwmmc* at fdt? sdmmc* at dwmmc? -- 2.20.1