Date: Mon, 10 Aug 1998 01:39:21 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Message-ID: <199808100839.BAA10741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808100839.BAA10741>
