diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2023-03-04 10:42:27 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2023-03-04 10:42:27 +0000 |
commit | 449ea36ae88cd4859cb4f3efdd16dbcde60ecd08 (patch) | |
tree | 2ff0a9f9a399cfa0701f79b9511c030ce6365117 /sys/arch/armv7 | |
parent | 5caf20a6c98fb01c6116bf3182dfa36db064f3a5 (diff) |
Add mvortc(4) and mvodog(4) here too
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/marvell/files.marvell | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/arch/armv7/marvell/files.marvell b/sys/arch/armv7/marvell/files.marvell index b0ceb1768e2..8b73a496ac3 100644 --- a/sys/arch/armv7/marvell/files.marvell +++ b/sys/arch/armv7/marvell/files.marvell @@ -1,4 +1,4 @@ -# $OpenBSD: files.marvell,v 1.10 2022/01/09 13:27:47 visa Exp $ +# $OpenBSD: files.marvell,v 1.11 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 |