From owner-svn-src-all@FreeBSD.ORG Sat Aug 29 13:47:25 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 226BC106566B; Sat, 29 Aug 2009 13:47:25 +0000 (UTC) Date: Sat, 29 Aug 2009 13:47:25 +0000 From: Alexey Dokuchaev To: Xin LI Message-ID: <20090829134724.GA35926@FreeBSD.org> References: <200908242235.n7OMZrs6008394@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200908242235.n7OMZrs6008394@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196524 - in head/sys: dev/syscons i386/isa X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2009 13:47:25 -0000 On Mon, Aug 24, 2009 at 10:35:53PM +0000, Xin LI wrote: > Author: delphij > Date: Mon Aug 24 22:35:53 2009 > New Revision: 196524 > URL: http://svn.freebsd.org/changeset/base/196524 > > Log: > Fix VESA modes and allow 8bit depth modes. > > PR: i386/124902 > Submitted by: paradox > MFC after: 2 months > > Modified: > head/sys/dev/syscons/scvgarndr.c > head/sys/dev/syscons/scvidctl.c > head/sys/i386/isa/vesa.c This commit broke logo screensaver with vesa on my NEC Versa S950 laptop. Reverting and rebuilding/reloading vesa module restored correct behavior. I'm not familiar with our VESA implementation internals to give you sufficient analysis right now, but will take a look. Who did review these changes, BTW? ./danfe