diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-06-09 12:16:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-06-09 12:16:57 +0000 |
commit | 0aec9880b190e46a2b35ef6b7a4ba37ea16b9b43 (patch) | |
tree | 124d0f457ea73cbe6b4d19501eef8d7f3fff9483 | |
parent | bde819a0a8c2268bcb9144d15fbf985b133a3296 (diff) |
Add gpiorestart(4).
-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 23e9cbdc942..c69b00978c9 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 2022/06/08 08:42:09 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.39 2022/06/09 12:16:56 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -78,6 +78,7 @@ plic* at fdt? early 1 syscon* at fdt? early 1 gfrtc* at fdt? +gpiorestart* at fdt? cad* at fdt? dwge* at fdt? diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index ba745472162..5001ff15035 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.33 2022/06/08 08:42:09 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.34 2022/06/09 12:16:56 kettenis Exp $ machine riscv64 maxusers 4 @@ -68,6 +68,7 @@ plic* at fdt? early 1 syscon* at fdt? early 1 gfrtc* at fdt? +gpiorestart* at fdt? cad* at fdt? dwge* at fdt? |