SCI_RING_SIZE
u_int sci_rbuf_hiwat = (SCI_RING_SIZE * 1) / 4;
u_int sci_rbuf_lowat = (SCI_RING_SIZE * 3) / 4;
u_int sci_rbuf_size = SCI_RING_SIZE;