summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 16:17:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 16:17:33 +0000
commitf600da3fca9856bcc7c2176e58b18274803a0bf6 (patch)
treea8d9f5869bfab32b9747a3fb0e3502e4c6e4501b /c/src/libchip
parentRemoved "if 0" used to switch between serial ports. (diff)
downloadrtems-f600da3fca9856bcc7c2176e58b18274803a0bf6.tar.bz2
Added information on Chris Johns' suggestion to use pointers internally
rather than doing repeated table lookups.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/serial/STATUS3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/libchip/serial/STATUS b/c/src/libchip/serial/STATUS
index 793fb1a4b9..c5cf7da1b7 100644
--- a/c/src/libchip/serial/STATUS
+++ b/c/src/libchip/serial/STATUS
@@ -18,6 +18,9 @@ General
+ A termios structure should be included to specify the initial settings.
Right now all drivers default to 9600, 8N1.
++ Need to switch to passing pointers rather than a minor number to
+ functions which are strictly internal to each chip driver. This
+ should be a performance win.
MC68681
=======