Added information on Chris Johns' suggestion to use pointers internally

rather than doing repeated table lookups.
This commit is contained in:
Joel Sherrill
1998-07-25 16:17:33 +00:00
parent 3d2c161c4d
commit f600da3fca
2 changed files with 6 additions and 0 deletions

View File

@@ -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
=======

View File

@@ -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
=======