summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2023-07-04 13:04:09 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2023-07-04 13:04:09 +0000
commit33a3d32410a42e71326884d691f299fc6d4a4595 (patch)
tree89a49171d0547c96014b327b37ff8b45a25a32e3 /sys
parent8bd4530ede9d5126face2b7a75e13d3c90303c2c (diff)
enable dwqe(4)
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/riscv64/conf/GENERIC3
-rw-r--r--sys/arch/riscv64/conf/RAMDISK3
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?