KBD_TX_RING_SIZE
u_char k_tbuf[KBD_TX_RING_SIZE]; /* data */
#define KBD_TX_RING_MASK (KBD_TX_RING_SIZE - 1)