Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/algor Initlialize PMON after configuring the ...



details:   https://anonhg.NetBSD.org/src/rev/a27056c42a8d
branches:  trunk
changeset: 511213:a27056c42a8d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jun 14 15:29:23 2001 +0000

description:
Initlialize PMON after configuring the console, so we can see
debugging info.

diffstat:

 sys/arch/algor/algor/machdep.c |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 4cb82cd6a32e -r a27056c42a8d sys/arch/algor/algor/machdep.c
--- a/sys/arch/algor/algor/machdep.c    Thu Jun 14 15:28:56 2001 +0000
+++ b/sys/arch/algor/algor/machdep.c    Thu Jun 14 15:29:23 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.7 2001/06/14 05:58:19 thorpej Exp $      */
+/*     $NetBSD: machdep.c,v 1.8 2001/06/14 15:29:23 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -211,13 +211,6 @@
        kernendpfn   = atop(MIPS_KSEG0_TO_PHYS(kernend));
 
        /*
-        * The Algorithmics boards have PMON firmware; set up our
-        * PMON state.
-        */
-       led_display('p', 'm', 'o', 'n');
-       pmon_init(envp);
-
-       /*
         * Initialize bus space tags and bring up the console.
         */
 #if defined(ALGOR_P4032)
@@ -320,6 +313,13 @@
 #endif /* ALGOR_P4032 || ALGOR_P5064 || ALGOR_P6032 */
 
        /*
+        * The Algorithmics boards have PMON firmware; set up our
+        * PMON state.
+        */
+       led_display('p', 'm', 'o', 'n');
+       pmon_init(envp);
+
+       /*
         * Get the Ethernet address of the on-board Ethernet.
         */
        if ((cp = pmon_getenv("ethaddr")) != NULL) {



Home | Main Index | Thread Index | Old Index