Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/syscons/syscons.h 51394 1999-09-19 08:07:46Z yokota $
---
> * $FreeBSD: head/sys/dev/syscons/syscons.h 51404 1999-09-19 08:58:53Z yokota $
66a67,68
> #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty])
> #define SC_STAT(dev) ((scr_stat *)(dev)->si_drv1)
203,204c205
< struct tty *tty;
< struct scr_stat **console;
---
> dev_t *dev;
410d410
< scr_stat *sc_get_scr_stat(dev_t dev);