From owner-cvs-all Sat Jan 15 7:25:47 2000 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 6072414F07; Sat, 15 Jan 2000 07:25:44 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA31861; Sat, 15 Jan 2000 07:25:44 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <200001151525.HAA31861@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 15 Jan 2000 07:25:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys consio.h src/sys/conf files.i386 files.alpha src/sys/dev/syscons scterm-dumb.c scterm-sc.c scterm.c sctermvar.h sysmouse.c schistory.c scmouse.c scvgarndr.c scvidctl.c scvtb.c syscons.c syscons.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 2000/01/15 07:25:44 PST Modified files: sys/sys consio.h sys/conf files.i386 files.alpha sys/dev/syscons schistory.c scmouse.c scvgarndr.c scvidctl.c scvtb.c syscons.c syscons.h sys/modules/syscons/daemon daemon_saver.c sys/modules/syscons/snake snake_saver.c sys/modules/syscons/star star_saver.c Added files: sys/dev/syscons scterm-dumb.c scterm-sc.c scterm.c sctermvar.h sysmouse.c Log: This is the 3rd stage of syscons code reorganization. - Split terminal emulation code from the main part of the driver so that we can have alternative terminal emulator modules if we like in the future. (We are not quite there yet, though.) - Put sysmouse related code in a separate file, thus, simplifying the main part of the driver. As some files are added to the source tree, you need to run config(8) before you compile a new kernel next time. You shouldn't see any functional change by this commit; this is only internal code reorganization. Revision Changes Path 1.5 +16 -1 src/sys/sys/consio.h 1.298 +5 -1 src/sys/conf/files.i386 1.40 +5 -1 src/sys/conf/files.alpha 1.7 +7 -3 src/sys/dev/syscons/schistory.c 1.9 +16 -202 src/sys/dev/syscons/scmouse.c 1.4 +14 -11 src/sys/dev/syscons/scvgarndr.c 1.17 +68 -39 src/sys/dev/syscons/scvidctl.c 1.4 +1 -2 src/sys/dev/syscons/scvtb.c 1.332 +283 -918 src/sys/dev/syscons/syscons.c 1.58 +159 -65 src/sys/dev/syscons/syscons.h 1.18 +2 -2 src/sys/modules/syscons/daemon/daemon_saver.c 1.26 +2 -2 src/sys/modules/syscons/snake/snake_saver.c 1.23 +2 -2 src/sys/modules/syscons/star/star_saver.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message