From ae94afbdfc914e1cb458a6c9ba76fd3e4a8bec80 Mon Sep 17 00:00:00 2001 From: jmatthew Date: Sat, 4 Mar 2023 10:42:26 +0000 Subject: [PATCH] Add mvortc(4) and mvodog(4) here too --- sys/arch/armv7/marvell/files.marvell | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.20.1