artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9bfa6e
)
Enable stfclock(4) and make xhci(4) attach to fdt.
author
kettenis
<kettenis@openbsd.org>
Tue, 7 Jun 2022 18:55:55 +0000
(18:55 +0000)
committer
kettenis
<kettenis@openbsd.org>
Tue, 7 Jun 2022 18:55:55 +0000
(18:55 +0000)
sys/arch/riscv64/conf/RAMDISK
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/conf/RAMDISK
b/sys/arch/riscv64/conf/RAMDISK
index
5db2eca
..
48d1199
100644
(file)
--- a/
sys/arch/riscv64/conf/RAMDISK
+++ b/
sys/arch/riscv64/conf/RAMDISK
@@
-1,4
+1,4
@@
-# $OpenBSD: RAMDISK,v 1.3
1 2022/02/18 10:51:43 visa
Exp $
+# $OpenBSD: RAMDISK,v 1.3
2 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?