summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
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
=======