Date: Tue, 19 Jan 1999 03:31:23 -0800 (PST) From: Kazutaka YOKOTA <yokota@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons_isa.c atkbd_isa.c src/sys/dev/fb fb.c fbreg.h src/sys/dev/kbd atkbd.c kbdreg.h src/sys/dev/syscons scvidctl.c syscons.c syscons.h src/sys/i386/conf files.i386 Message-ID: <199901191131.DAA19762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1999/01/19 03:31:23 PST Modified files: sys/i386/isa atkbd_isa.c sys/dev/fb fb.c fbreg.h sys/dev/kbd atkbd.c kbdreg.h sys/dev/syscons scvidctl.c syscons.c syscons.h sys/i386/conf files.i386 Added files: sys/i386/isa syscons_isa.c Log: syscons - Bring down the splash screen when a vty is opened for the first time. - Make sure the splash screen/screen saver is stopped before switching vtys. - Read and save initial values in the BIOS data area early. VESA BIOS may change BIOS data values when switching modes. - Fix missing '&' operator. - Move ISA specific part of driver initialization to syscons_isa.c. atkbd - kbdtables.h is now in /sys/dev/kbd. all - Adjust for forthcoming alpha port. Submitted by: dfr Revision Changes Path 1.2 +2 -2 src/sys/i386/isa/atkbd_isa.c 1.3 +4 -3 src/sys/dev/fb/fb.c 1.2 +4 -4 src/sys/dev/fb/fbreg.h 1.3 +15 -4 src/sys/dev/kbd/atkbd.c 1.2 +2 -2 src/sys/dev/kbd/kbdreg.h 1.7 +3 -1 src/sys/dev/syscons/scvidctl.c 1.293 +184 -80 src/sys/dev/syscons/syscons.c 1.46 +6 -1 src/sys/dev/syscons/syscons.h 1.219 +2 -1 src/sys/i386/conf/files.i386 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?199901191131.DAA19762>