mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add B921600 (yes, some serial ports can do this, but generic sio not support
them yet)
This commit is contained in:
parent
2d887af57e
commit
531918e6e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78485
@ -231,6 +231,7 @@ struct termios {
|
||||
#define B115200 115200
|
||||
#define B230400 230400
|
||||
#define B460800 460800
|
||||
#define B921600 921600
|
||||
#define EXTA 19200
|
||||
#define EXTB 38400
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
|
@ -60,6 +60,7 @@
|
||||
#define B115200 17
|
||||
#define B230400 18
|
||||
#define B460800 19
|
||||
#define B921600 20
|
||||
#endif /* USE_OLD_TTY */
|
||||
|
||||
#endif /* !_SYS_TTYDEV_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user