summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-10-28 13:58:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-10-28 13:58:22 +0000
commit4778c6e0c40453d8ef3fd0d98a208284b572f3f5 (patch)
tree7596af6a67aea837a70cee9fbdc5fdc220904775 /c
parentRegenerate. (diff)
downloadrtems-4778c6e0c40453d8ef3fd0d98a208284b572f3f5.tar.bz2
2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1944/misc * libchip/serial/mc68681.c: Remove #if 0.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/libchip/serial/mc68681.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 5aea2071b2..dbe8976f99 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -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):
diff --git a/c/src/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c
index a0c66e2718..3966fbe977 100644
--- a/c/src/libchip/serial/mc68681.c
+++ b/c/src/libchip/serial/mc68681.c
@@ -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);
}