From 91aad4ce54559c03f8a37444be45e4dd70e711bd Mon Sep 17 00:00:00 2001 From: visa Date: Mon, 3 Jan 2022 15:50:16 +0000 Subject: [PATCH] SOCs -> SoCs --- sys/arch/riscv64/conf/GENERIC | 4 ++-- sys/arch/riscv64/conf/RAMDISK | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index d4db36b7dfa..4c7e21926e7 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2021/11/30 02:13:55 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.31 2022/01/03 15:50:16 visa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -44,7 +44,7 @@ intc0 at cpu0 # NS16550 compatible serial ports com* at fdt? -# SiFive SOCs +# SiFive SoCs sfclock* at fdt? early 1 # PRCI sfcc* at fdt? early 1 # L2 Cache Controller sfuart* at fdt? diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index b3f94ed5940..3c85f6f4a97 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2021/09/02 10:49:26 mlarkin Exp $ +# $OpenBSD: RAMDISK,v 1.27 2022/01/03 15:50:16 visa Exp $ machine riscv64 maxusers 4 @@ -35,7 +35,7 @@ intc0 at cpu0 # NS16550 compatible serial ports com* at fdt? -# SiFive SOCs +# SiFive SoCs sfclock* at fdt? early 1 # PRCI sfcc* at fdt? early 1 # L2 Cache Controller sfuart* at fdt? -- 2.20.1