mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-10 16:51:38 +08:00
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
*** BEGIN OF TEST TERMIOS 6 ***
|
|
open(/dev/test) - OK
|
|
ioctl - RTEMS_IO_SNDWAKEUP - OK
|
|
ioctl - RTEMS_IO_RCVWAKEUP - OK
|
|
ioctl - TIOCGETD - OK
|
|
ioctl - TIOCSETD - OK
|
|
pppopen called
|
|
ioctl - TIOCSETD - OK
|
|
pppclose called
|
|
pppopen called
|
|
write(PPPD TEST) - OK
|
|
pppwrite called - 10 bytes
|
|
50 50 50 44 20 54 45 53 54 00 |PPPD TEST. |
|
|
pppstart called
|
|
ioctl(/dev/test) - OK
|
|
pppioctl called
|
|
tcgetattr(/dev/test) - OK
|
|
Turn on flow control on output - OK
|
|
Turn off flow control on output - OK
|
|
Turn on flow control on input - OK
|
|
Turn off flow control on input - OK
|
|
|
|
Reading (expected):
|
|
54 68 69 73 20 69 73 20 74 65 73 74 20 50 50 50 |This is test PPP|
|
|
20 69 6e 70 75 74 | input |
|
|
pppread called
|
|
pppinput called - with (T)
|
|
pppinput called - with (h)
|
|
pppinput called - with (i)
|
|
pppinput called - with (s)
|
|
pppinput called - with ( )
|
|
pppinput called - with (i)
|
|
pppinput called - with (s)
|
|
pppinput called - with ( )
|
|
pppinput called - with (t)
|
|
pppinput called - with (e)
|
|
pppinput called - with (s)
|
|
pppinput called - with (t)
|
|
pppinput called - with ( )
|
|
pppinput called - with (P)
|
|
pppinput called - with (P)
|
|
pppinput called - with (P)
|
|
pppinput called - with ( )
|
|
pppinput called - with (i)
|
|
pppinput called - with (n)
|
|
pppinput called - with (p)
|
|
pppinput called - with (u)
|
|
pppinput called - with (t)
|
|
pppinput called - with (.)
|
|
Rx_Wake - invoked
|
|
Read 0 bytes from read(2)
|
|
Error: length must be greater than zero.close(/dev/test) - OK
|
|
pppclose called
|
|
*** END OF TEST TERMIOS 6 ***
|