diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-06-07 18:55:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-06-07 18:55:56 +0000 |
commit | cb6bee2b079dcfd9ef1dd7da7a4503e5fa0077f3 (patch) | |
tree | 5de2f0554925cb4fe6d5375843ac3e2af8a6779e /sys/arch | |
parent | e084ec2049604c9176c2425d12fe0a751781af5a (diff) |
Enable stfclock(4) and make xhci(4) attach to fdt.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 7 |
1 files changed, 6 insertions, 1 deletions
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? |