summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-09-04 16:52:12 +0000
committerats <ats@FreeBSD.org>1994-09-04 16:52:12 +0000
commit461bab45ed4c758a4335608fb201cf47b56ab064 (patch)
treec4267b54e6720e9720e34122f592ca1be77d517a /usr.bin/tip
parent0b6f9dbfcb201cf8c223f3eab48e92f2f361f263 (diff)
downloadFreeBSD-src-461bab45ed4c758a4335608fb201cf47b56ab064.zip
FreeBSD-src-461bab45ed4c758a4335608fb201cf47b56ab064.tar.gz
Reviewed by:
Submitted by: Add back the baud rates above 19200, as we have them already under 1.1.x.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c
index b09cde7..1f3d499 100644
--- a/usr.bin/tip/tip.c
+++ b/usr.bin/tip/tip.c
@@ -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 */
OpenPOWER on IntegriCloud