cvs commit: src/sys/i386/isa vesa.c
Robert Drehmel
robert at FreeBSD.org
Thu Jul 17 17:06:11 PDT 2003
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
More information about the cvs-src
mailing list