changeset 15bece33379b in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=15bece33379b
description:
        Fix console to work on all systems.

        console/console.c:
            CONS_REM (remote console) doesn't work on Tru64.  Use CONS_DZ which
            seems to work alright everywhere.

diffstat:

 system/alpha/console/console.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r abc215a139a8 -r 15bece33379b system/alpha/console/console.c
--- a/system/alpha/console/console.c    Thu Jul 28 13:45:36 2005 -0400
+++ b/system/alpha/console/console.c    Thu Aug 18 13:34:03 2005 -0400
@@ -621,7 +621,7 @@
 
     bzero((char *)rpb_ctb, sizeof(struct ctb_tt));
 
-    rpb_ctb->rpb_type = CONS_REM;
+    rpb_ctb->rpb_type = CONS_DZ;
     rpb_ctb->rpb_length = sizeof(ctb_tt) - sizeof(rpb_ctb);
 
     /*
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to