TTYBUF_MAX
bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX);
bs = MIN(tp->t_termios.c_ospeed / 5, TTYBUF_MAX);