CDTTY_RING_SIZE
u_int cdtty_rbuf_size = CDTTY_RING_SIZE;
u_int cdtty_rbuf_hiwat = (CDTTY_RING_SIZE * 1) / 4;
u_int cdtty_rbuf_lowat = (CDTTY_RING_SIZE * 3) / 4;