summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2022-06-06 14:58:20 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2022-06-06 14:58:20 +0000
commit0f7eddc4031d97c216c16bb00c469f2a6f38aed7 (patch)
tree5aa5697c7e9b22b7291bc7accda998fd5424b6ab
parentadd625451e277f8e38d58726a0f95ba5c10f476f (diff)
Enable stfclock(4) and make xhci(4) attach to fdt.
-rw-r--r--sys/arch/riscv64/conf/GENERIC7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC
index 3968370b5c8..18928222e79 100644
--- a/sys/arch/riscv64/conf/GENERIC
+++ b/sys/arch/riscv64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.36 2022/05/30 17:39:09 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.37 2022/06/06 14:58:19 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -59,6 +59,9 @@ sfcc* at fdt? early 1 # L2 Cache Controller
sfgpio* at fdt?
sfuart* at fdt?
+# StartFive SoCs
+stfclock* at fdt? early 1
+
virtio* at fdt?
virtio* at pci?
vio* at virtio? # Network
@@ -91,6 +94,8 @@ iic* at ociic?
dapmic* at iic?
titmp* at iic?
+xhci* at fdt?
+
# PCI
ppb* at pci? # PCI-PCI bridges
pci* at ppb?