Reviewed by:

Submitted by:
Add back the baud rates above 19200, as we have them already under 1.1.x.
This commit is contained in:
Andreas Schulz 1994-09-04 16:52:12 +00:00
parent 7a5f7b0656
commit b54c304080
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2494

View File

@ -55,7 +55,7 @@ static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93";
*/
int bauds[] = {
0, 50, 75, 110, 134, 150, 200, 300, 600,
1200, 1800, 2400, 4800, 9600, 19200, -1
1200, 1800, 2400, 4800, 9600, 19200, 38400, 57600, 115200, -1
};
int disc = OTTYDISC; /* tip normally runs this way */