From da03a6df25e45651a0f3d04319cd895dc92a9c32 Mon Sep 17 00:00:00 2001 From: visa Date: Sun, 9 Jan 2022 13:27:47 +0000 Subject: [PATCH] Indicate that mvpxa(4) depends on sdhc code. OK deraadt@ phessler@ --- sys/arch/armv7/marvell/files.marvell | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/armv7/marvell/files.marvell b/sys/arch/armv7/marvell/files.marvell index ec0b3cc2a92..b0ceb1768e2 100644 --- a/sys/arch/armv7/marvell/files.marvell +++ b/sys/arch/armv7/marvell/files.marvell @@ -1,4 +1,4 @@ -# $OpenBSD: files.marvell,v 1.9 2018/07/09 09:58:40 patrick Exp $ +# $OpenBSD: files.marvell,v 1.10 2022/01/09 13:27:47 visa Exp $ device mvacc attach mvacc at fdt @@ -32,6 +32,6 @@ device mvpcie: pcibus attach mvpcie at fdt file arch/armv7/marvell/mvpcie.c mvpcie -device mvpxa: sdmmcbus +device mvpxa: sdmmcbus, sdhc attach mvpxa at fdt file arch/armv7/marvell/mvpxa.c mvpxa -- 2.20.1