Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/kern/tty_cons.c 50477 1999-08-28 01:08:13Z peter $
---
> * $FreeBSD: head/sys/kern/tty_cons.c 51654 1999-09-25 16:21:39Z phk $
103d102
< static struct tty *cn_tp; /* physical console tty struct */
178d176
< cn_tp = (*cdp->d_devtotty)(cn_tab->cn_dev);
199d196
< cn_tp = NULL;
283a281
> dev->si_tty = physdev->si_tty;
294a293
> struct tty *cn_tp;
298a298
> cn_tp = cndev->si_tty;