Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/sa11x0 comment out: bus_space_write_2



details:   https://anonhg.NetBSD.org/src/rev/5a2de032df07
branches:  trunk
changeset: 512245:5a2de032df07
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Jul 08 14:43:52 2001 +0000

description:
comment out: bus_space_write_2

diffstat:

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

diffs (20 lines):

diff -r a62a3e41f4b9 -r 5a2de032df07 sys/arch/hpcarm/sa11x0/sa11x0.c
--- a/sys/arch/hpcarm/sa11x0/sa11x0.c   Sun Jul 08 14:41:14 2001 +0000
+++ b/sys/arch/hpcarm/sa11x0/sa11x0.c   Sun Jul 08 14:43:52 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sa11x0.c,v 1.15 2001/07/07 15:50:37 ichiro Exp $       */
+/*     $NetBSD: sa11x0.c,v 1.16 2001/07/08 14:43:52 ichiro Exp $       */
 
 /*-
  * Copyright (c) 2001, The NetBSD Foundation, Inc.  All rights reserved.
@@ -154,7 +154,9 @@
        if (bus_space_map(sc->sc_iot, SAEGPIO_BASE, 1, 0, &sc->sc_egpioh))
                panic("%s: unable to map Extended GPIO registers\n",
                        self->dv_xname);
-       bus_space_write_4(sc->sc_iot, sc->sc_egpioh, 0, EGPIO_INIT);
+# if 0
+       bus_space_write_2(sc->sc_iot, sc->sc_egpioh, 0, EGPIO_INIT);
+# endif
 #endif
 
        /* Map the PPC registers */



Home | Main Index | Thread Index | Old Index