mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-19 18:55:04 +08:00
Added information on Chris Johns' suggestion to use pointers internally
rather than doing repeated table lookups.
This commit is contained in:
@@ -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
|
||||
=======
|
||||
|
||||
@@ -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
|
||||
=======
|
||||
|
||||
Reference in New Issue
Block a user