From owner-cvs-all Sun Sep 19 1:59: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C29BF151F5; Sun, 19 Sep 1999 01:58:54 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA24695; Sun, 19 Sep 1999 01:58:54 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199909190858.BAA24695@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 19 Sep 1999 01:58:54 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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