sc_alloc_tty
static struct tty *sc_alloc_tty(int, int);
sc->dev[0] = sc_alloc_tty(0, unit * MAXCONS);
sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS);