artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a74f8
)
Add mvortc(4) and mvodog(4) here too
author
jmatthew
<jmatthew@openbsd.org>
Sat, 4 Mar 2023 10:42:26 +0000
(10:42 +0000)
committer
jmatthew
<jmatthew@openbsd.org>
Sat, 4 Mar 2023 10:42:26 +0000
(10:42 +0000)
sys/arch/armv7/marvell/files.marvell
patch
|
blob
|
history
diff --git
a/sys/arch/armv7/marvell/files.marvell
b/sys/arch/armv7/marvell/files.marvell
index
b0ceb17
..
8b73a49
100644
(file)
--- a/
sys/arch/armv7/marvell/files.marvell
+++ b/
sys/arch/armv7/marvell/files.marvell
@@
-1,4
+1,4
@@
-# $OpenBSD: files.marvell,v 1.1
0 2022/01/09 13:27:47 visa
Exp $
+# $OpenBSD: files.marvell,v 1.1
1 2023/03/04 10:42:26 jmatthew
Exp $
device mvacc
attach mvacc at fdt
@@
-35,3
+35,11
@@
file arch/armv7/marvell/mvpcie.c mvpcie
device mvpxa: sdmmcbus, sdhc
attach mvpxa at fdt
file arch/armv7/marvell/mvpxa.c mvpxa
+
+device mvodog
+attach mvodog at fdt
+file arch/armv7/marvell/mvodog.c mvodog
+
+device mvortc
+attach mvortc at fdt
+file arch/armv7/marvell/mvortc.c mvortc