From owner-cvs-all Mon Aug 10 01:39:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01552 for cvs-all-outgoing; Mon, 10 Aug 1998 01:39:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01546; Mon, 10 Aug 1998 01:39:25 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10741; Mon, 10 Aug 1998 01:39:21 -0700 (PDT) Date: Mon, 10 Aug 1998 01:39:21 -0700 (PDT) Message-Id: <199808100839.BAA10741@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/08/10 01:39:20 PDT Modified files: sys/i386/isa syscons.c Log: A workaround for screen flicker; eliminate some I/O access to the VGA chip. It has been observed that the problem is most apparent: a) in notebook computers, b) and/or in the systems with C&T video chips. Define the new configuration option SC_BAD_FLICKER in the kernel configuration file to remove outb()/outw() calls in question. Revision Changes Path 1.273 +17 -1 src/sys/i386/isa/syscons.c