diff options
Diffstat (limited to 'sys/arch/riscv64/conf')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 3024748578e..31014e90122 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 2022/01/05 03:32:44 visa Exp $ +# $OpenBSD: GENERIC,v 1.33 2022/01/18 07:53:39 visa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,6 +45,8 @@ intc0 at cpu0 com* at fdt? # PolarFire SoCs +cdsdhc* at fdt? +sdmmc* at cdsdhc? mpfclock* at fdt? early 1 # SiFive SoCs diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 74993f13161..74397a579a8 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.28 2022/01/05 03:32:44 visa Exp $ +# $OpenBSD: RAMDISK,v 1.29 2022/01/18 07:53:39 visa Exp $ machine riscv64 maxusers 4 @@ -36,6 +36,8 @@ intc0 at cpu0 com* at fdt? # PolarFire SoCs +cdsdhc* at fdt? +sdmmc* at cdsdhc? mpfclock* at fdt? early 1 # SiFive SoCs |