summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 17:17:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 17:17:05 +0000
commitccfa60b4ad7fdbf593b5725b96e49b39011d6d33 (patch)
tree21aeefdcbb58eec2a36dd01ccf4d3dfb38fc5b68 /c/src/libchip
parentRewrote NS16550 TX interrupt processing to use termios for the buffer (diff)
downloadrtems-ccfa60b4ad7fdbf593b5725b96e49b39011d6d33.tar.bz2
Updated to reflect set attributes.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/serial/STATUS11
1 files changed, 9 insertions, 2 deletions
diff --git a/c/src/libchip/serial/STATUS b/c/src/libchip/serial/STATUS
index 16c256615e..6eb7fa4171 100644
--- a/c/src/libchip/serial/STATUS
+++ b/c/src/libchip/serial/STATUS
@@ -22,6 +22,11 @@ General
functions which are strictly internal to each chip driver. This
should be a performance win.
++ Need a test which prompts you for termios settings and tests them. Until
+ this happens, testing for the variety of settings possible will be limited.
+ This test should be able to test any serial port while prompts come to the
+ console.
+
MC68681
=======
@@ -38,14 +43,16 @@ NS16650
+ Interrupt code has been reworked to not use ring buffer and may be broken
as it has not been tested since this was done.
-+ Missing set attributes function.
++ ns16550_set-attributes function is untested.
+
++ Hardware flow control included but is currently disabled in ISR.
Z85C30
======
+ Works polled and interrupt.
-+ Hardware flow control included but is currently disabled.
++ Hardware flow control included but is currently disabled in ISR.
+ Needs to support mode where more specific vectors are generated.