From d3781397067f710134e58c4cef5c067b06c5a720 Mon Sep 17 00:00:00 2001 From: kettenis Date: Thu, 9 Jun 2022 12:16:56 +0000 Subject: [PATCH] Add gpiorestart(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 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? -- 2.20.1