From dc3848cf232fdf486cf9b808c4d99bb7eb38c21b Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 7 Jun 2022 18:55:55 +0000 Subject: [PATCH] Enable stfclock(4) and make xhci(4) attach to fdt. --- sys/arch/riscv64/conf/RAMDISK | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 5db2eca12d1..48d11994573 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.31 2022/02/18 10:51:43 visa Exp $ +# $OpenBSD: RAMDISK,v 1.32 2022/06/07 18:55:55 kettenis Exp $ machine riscv64 maxusers 4 @@ -49,6 +49,9 @@ sfclock* at fdt? early 1 # PRCI sfcc* at fdt? early 1 # L2 Cache Controller sfuart* at fdt? +# StarFive SoCs +stfclock* at fdt? early 1 + virtio* at fdt? virtio* at pci? vio* at virtio? # Network @@ -80,6 +83,8 @@ ociic* at fdt? iic* at ociic? dapmic* at iic? +xhci* at fdt? + # PCI ppb* at pci? # PCI-PCI bridges pci* at ppb? -- 2.20.1