From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: CONFIG_VIDEO_SELECT stole my will to live Date: Tue, 20 May 2003 18:18:21 +0100 Sender: linux-fbdev-devel-admin@lists.sourceforge.net Message-ID: <20030520171821.GA31761@suse.de> References: <20030520155138.GA29450@suse.de> Mime-Version: 1.0 Return-path: Received: from deviant.impure.org.uk ([195.82.120.238] ident=root) by sc8-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 19IAhM-0006E2-00 for ; Tue, 20 May 2003 10:14:48 -0700 Content-Disposition: inline In-Reply-To: Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: James Simmons Cc: Brett , linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net On Tue, May 20, 2003 at 05:55:41PM +0100, James Simmons wrote: > > Wasn't the EDID stuff getting backed out anyways ? > Only in the VESA driver. Some people did have luck with the BIOS EDID info > so I like to keep the BIOS call in there. That code runs way earlier than before we get to do any PCI quirks, so fixing that one up could be interesting. Dave ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263358AbTETRBz (ORCPT ); Tue, 20 May 2003 13:01:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263568AbTETRBz (ORCPT ); Tue, 20 May 2003 13:01:55 -0400 Received: from deviant.impure.org.uk ([195.82.120.238]:21447 "EHLO deviant.impure.org.uk") by vger.kernel.org with ESMTP id S263358AbTETRBz (ORCPT ); Tue, 20 May 2003 13:01:55 -0400 Date: Tue, 20 May 2003 18:18:21 +0100 From: Dave Jones To: James Simmons Cc: Brett , linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net Subject: Re: CONFIG_VIDEO_SELECT stole my will to live Message-ID: <20030520171821.GA31761@suse.de> Mail-Followup-To: Dave Jones , James Simmons , Brett , linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net References: <20030520155138.GA29450@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 20, 2003 at 05:55:41PM +0100, James Simmons wrote: > > Wasn't the EDID stuff getting backed out anyways ? > Only in the VESA driver. Some people did have luck with the BIOS EDID info > so I like to keep the BIOS call in there. That code runs way earlier than before we get to do any PCI quirks, so fixing that one up could be interesting. Dave