From owner-cvs-src@FreeBSD.ORG Thu Jul 17 17:06:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA3D837B401; Thu, 17 Jul 2003 17:06:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8462843F93; Thu, 17 Jul 2003 17:06:10 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6I06A0U055608; Thu, 17 Jul 2003 17:06:10 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6I06Ap0055607; Thu, 17 Jul 2003 17:06:10 -0700 (PDT) Message-Id: <200307180006.h6I06Ap0055607@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Jul 2003 17:06:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa vesa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 00:06:11 -0000 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