Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/odroid DMA is initialized later in the boots...



details:   https://anonhg.NetBSD.org/src/rev/33f07459459d
branches:  trunk
changeset: 329217:33f07459459d
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu May 15 15:31:10 2014 +0000

description:
DMA is initialized later in the bootstrap. No need for this comment

diffstat:

 sys/arch/evbarm/odroid/odroid_machdep.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r a2576284d668 -r 33f07459459d sys/arch/evbarm/odroid/odroid_machdep.c
--- a/sys/arch/evbarm/odroid/odroid_machdep.c   Thu May 15 15:28:26 2014 +0000
+++ b/sys/arch/evbarm/odroid/odroid_machdep.c   Thu May 15 15:31:10 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: odroid_machdep.c,v 1.17 2014/05/15 15:28:26 reinoud Exp $ */
+/*     $NetBSD: odroid_machdep.c,v 1.18 2014/05/15 15:31:10 reinoud Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.17 2014/05/15 15:28:26 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.18 2014/05/15 15:31:10 reinoud Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_exynos.h"
@@ -381,13 +381,6 @@
                }
        }
 #endif
-
-       /*
-        * Configure DMA tags
-        */
-       /* XXX dma not implemented yet */
-       // exynos_dma_bootstrap(ram_size);
-
        bootconfig.dram[0].pages = ram_size / PAGE_SIZE;
 
 #ifdef __HAVE_MM_MD_DIRECT_MAPPED_PHYS



Home | Main Index | Thread Index | Old Index