forked from Imagelibrary/rtems
2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1944/misc * libchip/serial/mc68681.c: Remove #if 0.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
PR 1944/misc
|
||||||
|
* libchip/serial/mc68681.c: Remove #if 0.
|
||||||
|
|
||||||
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libchip/serial/ns16550.c (ns16550_init):
|
* libchip/serial/ns16550.c (ns16550_init):
|
||||||
|
|||||||
@@ -339,11 +339,8 @@ MC68681_STATIC int mc68681_close(
|
|||||||
/*
|
/*
|
||||||
* Disable interrupts from this channel and then disable it totally.
|
* Disable interrupts from this channel and then disable it totally.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if 0
|
|
||||||
(*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_TX );
|
(*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_TX );
|
||||||
(*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_RX );
|
(*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_RX );
|
||||||
#endif
|
|
||||||
|
|
||||||
return(RTEMS_SUCCESSFUL);
|
return(RTEMS_SUCCESSFUL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user