Reviewed by:

Add entries for the speed 57600 and 115200 to the allowed speeds.
This commit is contained in:
Andreas Schulz 1994-09-06 11:17:30 +00:00
parent 2ac8be827f
commit 222de0c67e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2520

View File

@ -100,7 +100,7 @@ u_char escapechar = '~';
char *speeds[] = {
"0", "50", "75", "110", "134", "150", "200", "300", "600", "1200",
"1800", "2400", "4800", "9600", "19200", "38400"
"1800", "2400", "4800", "9600", "19200", "38400", "57600", "115200"
};
#ifdef OLDSUN