From: Nathan Binkert Date: Thu, 18 Aug 2005 17:34:03 +0000 (-0400) Subject: Fix console to work on all systems. X-Git-Tag: stable_2012_02_02~553^2~2^2~9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3d47c1de8db97e1bf6d4a075d9bcc42af010e34;p=gem5.git 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. --- diff --git a/system/alpha/console/console.c b/system/alpha/console/console.c index 6d0020370..e5be19f5f 100644 --- a/system/alpha/console/console.c +++ b/system/alpha/console/console.c @@ -621,7 +621,7 @@ unixBoot(int argc, char **argv) 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); /*