STTY_RBUF_SIZE
sp->sp_rbuf = malloc(STTY_RBUF_SIZE, M_DEVBUF, M_NOWAIT);
sp->sp_rend = sp->sp_rbuf + STTY_RBUF_SIZE;