Add B921600 (yes, some serial ports can do this, but generic sio not support

them yet)
This commit is contained in:
Andrey A. Chernov 2001-06-20 03:26:41 +00:00
parent 2d887af57e
commit 531918e6e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78485
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

@ -60,6 +60,7 @@
#define B115200 17
#define B230400 18
#define B460800 19
#define B921600 20
#endif /* USE_OLD_TTY */
#endif /* !_SYS_TTYDEV_H_ */