diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 3 | ||||
-rw-r--r-- | 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? |