Date: Sun, 19 Sep 1999 01:58:54 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons schistory.c scmouse.c scvesactl.c scvidctl.c syscons.c syscons.h Message-ID: <199909190858.BAA24695@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1999/09/19 01:58:54 PDT Modified files: sys/dev/syscons schistory.c scmouse.c scvesactl.c scvidctl.c syscons.c syscons.h Log: - 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! Revision Changes Path 1.5 +3 -2 src/sys/dev/syscons/schistory.c 1.3 +12 -35 src/sys/dev/syscons/scmouse.c 1.13 +2 -2 src/sys/dev/syscons/scvesactl.c 1.15 +3 -2 src/sys/dev/syscons/scvidctl.c 1.322 +80 -101 src/sys/dev/syscons/syscons.c 1.55 +4 -4 src/sys/dev/syscons/syscons.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909190858.BAA24695>