From owner-cvs-src@FreeBSD.ORG Sat Mar 13 09:06:27 2004 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 C718516A4D1 for ; Sat, 13 Mar 2004 09:06:27 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 57FCC43D54 for ; Sat, 13 Mar 2004 09:06:27 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 89823 invoked by uid 1002); 13 Mar 2004 17:06:25 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 13 Mar 2004 17:06:25 -0000 Message-ID: <40533EC8.5060001@freebsd.org> Date: Sat, 13 Mar 2004 10:03:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Edwards References: <200403131606.i2DG6Wgp068417@repoman.freebsd.org> In-Reply-To: <200403131606.i2DG6Wgp068417@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci agp_intel.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: Sat, 13 Mar 2004 17:06:28 -0000 Peter Edwards wrote: > peadar 2004/03/13 08:06:32 PST > > FreeBSD src repository > > Modified files: > sys/pci agp_intel.c > Log: > Recognise the 82845G AGP bridge, and poke it appropriately at > attach/detach time. > > Assigning the default behaviour to this particular device is > incorrect, corrupting the video BIOS aperture, and breaking > VESA support in the kernel and XFree86. > > Reviewed By: dfr > MFC after: 1 week > PR: kern/62906 > > Revision Changes Path > 1.20 +5 -0 src/sys/pci/agp_intel.c > Cool! Would this also be the reason for X not being able to get DDC information? Scott