From f600da3fca9856bcc7c2176e58b18274803a0bf6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 25 Jul 1998 16:17:33 +0000 Subject: Added information on Chris Johns' suggestion to use pointers internally rather than doing repeated table lookups. --- c/src/libchip/serial/STATUS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/libchip') 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 ======= -- cgit v1.2.3