very high watermarks for 19.2 and 38.4k baud
authorBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 31 Oct 1982 16:58:12 +0000 (08:58 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 31 Oct 1982 16:58:12 +0000 (08:58 -0800)
SCCS-vsn: sys/kern/tty.c 4.33

usr/src/sys/kern/tty.c

index e74b0c4..39e0af5 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty.c   4.32    82/10/17        */
+/*     tty.c   4.33    82/10/31        */
 
 /*
  * TTY subroutines common to more than one line discipline
 
 /*
  * TTY subroutines common to more than one line discipline
@@ -95,7 +95,7 @@ char  maptab[] ={
 };
 
 short  tthiwat[16] =
 };
 
 short  tthiwat[16] =
-   { 100,100,100,100,100,100,100,200,200,400,400,400,650,650,650,650 };
+   { 100,100,100,100,100,100,100,200,200,400,400,400,650,650,1300,2000 };
 short  ttlowat[16] =
    {  30, 30, 30, 30, 30, 30, 30, 50, 50,120,120,120,125,125,125,125 };
 
 short  ttlowat[16] =
    {  30, 30, 30, 30, 30, 30, 30, 50, 50,120,120,120,125,125,125,125 };