mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 20:37:32 +08:00
Patch from Aleksey (Quality Quorum <qqi@world.std.com>):
1. Finally fixes raw interrupts for pc386
2. Makes some minor cleanup in console and startup
3. Makes rtems_termios_dequeue_characters() to return count of
outstanding chars - it allows to simplify console isrs a little
bit.
4. pc386 uart modified to be friendlier to termios parameter changes,
to have minor performance improvement and to take advantage of
of above termios modification.
This commit is contained in:
@@ -157,7 +157,7 @@ rtems_status_code rtems_termios_read (void *arg);
|
||||
rtems_status_code rtems_termios_write (void *arg);
|
||||
rtems_status_code rtems_termios_ioctl (void *arg);
|
||||
int rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
||||
void rtems_termios_dequeue_characters (void *ttyp, int len);
|
||||
int rtems_termios_dequeue_characters (void *ttyp, int len);
|
||||
void rtems_termios_reserve_resources(
|
||||
rtems_configuration_table *configuration,
|
||||
rtems_unsigned32 number_of_devices
|
||||
|
||||
Reference in New Issue
Block a user