From: Tim R. <tim...@us...> - 2002-02-27 16:57:55
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv17997/include/blob/arch Modified Files: assabet.h brutus.h clart.h frodo.h lart.h nesa.h pleb.h Log Message: finish the TERMINAL_SPEED patch Index: assabet.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/assabet.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- assabet.h 4 Nov 2001 23:04:37 -0000 1.5 +++ assabet.h 27 Feb 2002 16:57:51 -0000 1.6 @@ -35,6 +35,7 @@ /* serial port */ #define USE_SERIAL1 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ Index: brutus.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/brutus.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- brutus.h 4 Nov 2001 23:04:37 -0000 1.3 +++ brutus.h 27 Feb 2002 16:57:51 -0000 1.4 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ Index: clart.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/clart.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- clart.h 4 Nov 2001 23:04:37 -0000 1.4 +++ clart.h 27 Feb 2002 16:57:51 -0000 1.5 @@ -35,6 +35,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ Index: frodo.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/frodo.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- frodo.h 25 Feb 2002 12:53:45 -0000 1.5 +++ frodo.h 27 Feb 2002 16:57:51 -0000 1.6 @@ -82,6 +82,7 @@ /* serial port */ #define USE_SERIAL2 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ #define LED_GPIO (0x00000000) /* no led (for now) */ Index: lart.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/lart.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- lart.h 4 Nov 2001 23:04:37 -0000 1.3 +++ lart.h 27 Feb 2002 16:57:51 -0000 1.4 @@ -35,6 +35,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ Index: nesa.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/nesa.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- nesa.h 21 Jan 2002 23:31:25 -0000 1.5 +++ nesa.h 27 Feb 2002 16:57:51 -0000 1.6 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ Index: pleb.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/pleb.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- pleb.h 4 Nov 2001 23:04:37 -0000 1.3 +++ pleb.h 27 Feb 2002 16:57:51 -0000 1.4 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_9600 /* GPIO for the LED */ |