forked from Imagelibrary/rtems
2002-11-02 Joel Sherrill <joel@OARcorp.com>
* console/console.c, start/start.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-11-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, start/start.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
|
||||
@@ -134,13 +134,14 @@ void xmit_interrupt(void) {
|
||||
void modem_status(void) {
|
||||
register char a;
|
||||
|
||||
if ( ((a=*MDSR) & DCTS) != 0 )
|
||||
if ( ((a=*MDSR) & DCTS) != 0 ) {
|
||||
if ( (a & CTS) == 0)
|
||||
_tx_stop = 1;
|
||||
else {
|
||||
_tx_stop = 0;
|
||||
xmit_interrupt();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* transfer character from the buffer */
|
||||
|
||||
@@ -33,7 +33,7 @@ void boot_card();
|
||||
movel #end, %d0;\n\
|
||||
addl " STACK_SIZE ",%d0;\n\
|
||||
movel %d0,%sp;\n\
|
||||
link %a6, #0"\n\
|
||||
link %a6, #0"
|
||||
);
|
||||
/*
|
||||
* Initialize RAM by copying the .data section out of ROM (if
|
||||
|
||||
Reference in New Issue
Block a user