From fa1512e206b4872e7b37175037c5bc11892daafc Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Thu, 28 Jul 2005 12:26:05 -0400 Subject: changes console/console.c: fixed bootstrap stack h/rpb.h: ctb_term_type instead of ctb_baud --- system/alpha/h/rpb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/alpha/h') diff --git a/system/alpha/h/rpb.h b/system/alpha/h/rpb.h index 81ed5bb14..cd754af1d 100644 --- a/system/alpha/h/rpb.h +++ b/system/alpha/h/rpb.h @@ -265,7 +265,7 @@ struct ctb_tt { long ctb_csr; /* 020: CSR Address */ long ctb_tivec; /* 028: <63>=tie; interrupt vector */ long ctb_rivec; /* 030: <63>=rie; interrupt vector */ - long ctb_baud; /* 038: baud rate */ + long ctb_term_type; /* 038: baud rate */ long ctb_put_sts; /* 040: PUTS callback extended status */ long ctb_get_sts; /* 048: GETS callback extended status */ long ctb_rsvd[1]; /* 050: reserved for console use */ -- cgit v1.2.3