summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-19 16:19:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-19 16:19:48 +0000
commite7d06758120d8753bb1b46be9461a4a247a28af8 (patch)
tree17b435691468f23c27134c9a275fefdc4b1282ae /c/src/lib/libbsp/shared/ChangeLog
parent2005-08-18 Karel Gardas <kgardas@objectsecurity.com> (diff)
downloadrtems-e7d06758120d8753bb1b46be9461a4a247a28af8.tar.bz2
2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>
PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx() only as part of the last close.
Diffstat (limited to 'c/src/lib/libbsp/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index 3218f4b7db..b79628c8c1 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>
+
+ PR 577/bsps
+ * console.c: The console_close() method currently calls StopRemoteTx()
+ on all invocations. It should should be ok for last close only but
+ not for any others. If you open a port multiple times, you only want
+ to call StopRemoteTx() only as part of the last close.
+
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
PR 779/bsp