Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Pull in arm_generic_dma.c to RPI kernel...



details:   https://anonhg.NetBSD.org/src/rev/13e55a4dfbfe
branches:  trunk
changeset: 744993:13e55a4dfbfe
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Feb 20 08:31:17 2020 +0000

description:
Pull in arm_generic_dma.c to RPI kernel for arm_generic_dma_tag, which is
required by fdt_dma_machdep.c.

diffstat:

 sys/arch/evbarm/conf/files.rpi |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f55d7e2d2115 -r 13e55a4dfbfe sys/arch/evbarm/conf/files.rpi
--- a/sys/arch/evbarm/conf/files.rpi    Thu Feb 20 08:27:38 2020 +0000
+++ b/sys/arch/evbarm/conf/files.rpi    Thu Feb 20 08:31:17 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.rpi,v 1.11 2018/10/18 09:01:54 skrll Exp $
+#      $NetBSD: files.rpi,v 1.12 2020/02/20 08:31:17 rin Exp $
 #
 # Raspberry Pi
 #
@@ -14,7 +14,7 @@
 file   arch/arm/arm32/irq_dispatch.S                   arm32
 file   arch/arm/arm32/armv7_generic_space.c            arm32
 file   arch/arm/arm/bus_space_a4x.S                    arm32
-#file  arch/arm/arm/arm_generic_dma.c
+file   arch/arm/arm/arm_generic_dma.c
 
 # CPU support and integrated peripherals
 include "arch/arm/broadcom/files.bcm2835"



Home | Main Index | Thread Index | Old Index