Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm finish conversion from TEAMASA_NPWR to IOP31...



details:   https://anonhg.NetBSD.org/src/rev/2dcb28f95803
branches:  trunk
changeset: 521896:2dcb28f95803
user:      briggs <briggs%NetBSD.org@localhost>
date:      Fri Feb 08 01:41:48 2002 +0000

description:
finish conversion from TEAMASA_NPWR to IOP310_TEAMASA_NPWR

diffstat:

 sys/arch/evbarm/conf/TEAMASA_NPWR |  4 ++--
 sys/arch/evbarm/iq80310/obio.c    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 0e378e86662d -r 2dcb28f95803 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Fri Feb 08 01:36:18 2002 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Fri Feb 08 01:41:48 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.1 2002/02/07 21:34:23 thorpej Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.2 2002/02/08 01:41:48 briggs Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
 #
 
 include        "arch/evbarm/conf/std.iq80310"
-options        TEAMASA_NPWR    # Enable Npwr support
+options        IOP310_TEAMASA_NPWR     # Enable Npwr support
 
 # estimated number of users
 
diff -r 0e378e86662d -r 2dcb28f95803 sys/arch/evbarm/iq80310/obio.c
--- a/sys/arch/evbarm/iq80310/obio.c    Fri Feb 08 01:36:18 2002 +0000
+++ b/sys/arch/evbarm/iq80310/obio.c    Fri Feb 08 01:41:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.4 2002/02/07 21:34:24 thorpej Exp $ */
+/*     $NetBSD: obio.c,v 1.5 2002/02/08 01:41:48 briggs Exp $  */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -74,7 +74,7 @@
        bus_addr_t od_addr;
        int od_irq;
 } obio_devices[] =
-#if defined(TEAMASA_NPWR)
+#if defined(IOP310_TEAMASA_NPWR)
 {
        /*
         * There is only one UART on the Npwr.



Home | Main Index | Thread Index | Old Index