freebsd_amp_hwpstate/sys/dev/syscons
Kazutaka YOKOTA 8c12242c81 - Hang the scr_stat struct from dev_t.
- Remove sc_get_scr_stat().  It's not necessary anymore.
- Call ttymalloc() to allocate the struct tty for each vty, rather than
  statically declaring an array of struct tty.  We still need a statically
  allocated struct tty for the first vty which is used for the kernel
  console I/O, though.
- Likewise, call ttymalloc() for /dev/sysmouse and /dev/consolectl.
- Delete unnecessary test on the pointer struct tty *tp in some functions.
- Delete unused code in scmouse.c.

WARNING: this change requires you to recompile screen savers!
1999-09-19 08:58:53 +00:00
..
blank $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
daemon $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fire $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
green $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
logo $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
rain $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
snake $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
star $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
warp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scgfbrndr.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
schistory.c - Hang the scr_stat struct from dev_t. 1999-09-19 08:58:53 +00:00
scmouse.c - Hang the scr_stat struct from dev_t. 1999-09-19 08:58:53 +00:00
scvesactl.c - Hang the scr_stat struct from dev_t. 1999-09-19 08:58:53 +00:00
scvgarndr.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scvidctl.c - Hang the scr_stat struct from dev_t. 1999-09-19 08:58:53 +00:00
scvtb.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscons.c - Hang the scr_stat struct from dev_t. 1999-09-19 08:58:53 +00:00
syscons.h - Hang the scr_stat struct from dev_t. 1999-09-19 08:58:53 +00:00