Date: Thu, 17 Jul 2003 17:06:10 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vesa.c Message-ID: <200307180006.h6I06Ap0055607@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2003/07/17 17:06:10 PDT FreeBSD src repository Modified files: sys/i386/isa vesa.c Log: Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes work when using a graphics chipset which identifies itself as `VIA CLE266', used in some VIA EPIA boards. Two values need to be patched in the VESA mode information structure: the widths of the modes mentioned above are encoded in a format which was unknown to the VESA module (and to my copy of the VBE spec.) whereas the window memory segment values seem to be just incorrect. I tested this on a VIA EPIA-M9000 and -M10000. Revision Changes Path 1.44 +12 -0 src/sys/i386/isa/vesa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307180006.h6I06Ap0055607>