vcons_cnputc
cn_tab->cn_putc = vcons_cnputc;
vcons_cnputc(tp->t_dev, getc(&tp->t_outq));
void vcons_cnputc(dev_t, int);