artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab9845
)
Enable stfclock(4) and make xhci(4) attach to fdt.
author
kettenis
<kettenis@openbsd.org>
Mon, 6 Jun 2022 14:58:19 +0000
(14:58 +0000)
committer
kettenis
<kettenis@openbsd.org>
Mon, 6 Jun 2022 14:58:19 +0000
(14:58 +0000)
sys/arch/riscv64/conf/GENERIC
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/conf/GENERIC
b/sys/arch/riscv64/conf/GENERIC
index
3968370
..
1892822
100644
(file)
--- a/
sys/arch/riscv64/conf/GENERIC
+++ b/
sys/arch/riscv64/conf/GENERIC
@@
-1,4
+1,4
@@
-# $OpenBSD: GENERIC,v 1.3
6 2022/05/30 17:39:0
9 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.3
7 2022/06/06 14:58:1
9 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?