From owner-cvs-sys Sun Oct 26 00:38:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA23291 for cvs-sys-outgoing; Sun, 26 Oct 1997 00:38:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA23212; Sun, 26 Oct 1997 00:36:56 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA07881; Sun, 26 Oct 1997 00:36:14 -0700 (PDT) Date: Sun, 26 Oct 1997 00:36:14 -0700 (PDT) Message-Id: <199710260736.AAA07881@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1997/10/26 00:36:14 PDT Modified files: sys/i386/isa syscons.c Log: - Slightly change the way the border color register is updated so that flicker won't occur when set_border() is called. - Properly restore the border color when switching virtual consoles. Pointed out by: tony@dell.com OKed by: sos Revision Changes Path 1.236 +3 -4 src/sys/i386/isa/syscons.c