2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1944/misc
	* libchip/serial/mc68681.c: Remove #if 0.
This commit is contained in:
Joel Sherrill
2011-10-28 13:58:22 +00:00
parent dc2cc62736
commit 4778c6e0c4
2 changed files with 5 additions and 3 deletions

View File

@@ -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>
* libchip/serial/ns16550.c (ns16550_init):

View File

@@ -339,11 +339,8 @@ MC68681_STATIC int mc68681_close(
/*
* 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_RX );
#endif
return(RTEMS_SUCCESSFUL);
}