Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/footbridge Remove commented out setting of SDRA...



details:   https://anonhg.NetBSD.org/src/rev/a6425f1b826b
branches:  trunk
changeset: 758863:a6425f1b826b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 18 18:00:40 2010 +0000

description:
Remove commented out setting of SDRAM_MEMORY_ADDR - it's set later on.

diffstat:

 sys/arch/arm/footbridge/footbridge.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r b19cce09467c -r a6425f1b826b sys/arch/arm/footbridge/footbridge.c
--- a/sys/arch/arm/footbridge/footbridge.c      Thu Nov 18 14:40:31 2010 +0000
+++ b/sys/arch/arm/footbridge/footbridge.c      Thu Nov 18 18:00:40 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge.c,v 1.21 2009/07/21 07:35:55 skrll Exp $    */
+/*     $NetBSD: footbridge.c,v 1.22 2010/11/18 18:00:40 skrll Exp $    */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.21 2009/07/21 07:35:55 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.22 2010/11/18 18:00:40 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -175,8 +175,6 @@
        bus_space_write_4(sc->sc_iot, sc->sc_ioh, IRQ_ENABLE_CLEAR, 0xffffffff);
        bus_space_write_4(sc->sc_iot, sc->sc_ioh, FIQ_ENABLE_CLEAR, 0xffffffff);
 
-/*     bus_space_write_4(sc->sc_iot, sc->sc_ioh, 0x18, 0x40000000);*/
-
        /* Install a generic handler to catch a load of system interrupts */
        sc->sc_serr_ih = footbridge_intr_claim(IRQ_SERR, IPL_HIGH,
            "serr", footbridge_intr, sc);



Home | Main Index | Thread Index | Old Index