From owner-freebsd-current@FreeBSD.ORG Wed Feb 1 10:00:21 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F3216A425 for ; Wed, 1 Feb 2006 10:00:21 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 2253643D5A for ; Wed, 1 Feb 2006 10:00:10 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 01 Feb 2006 10:00:09 -0000 Received: from fwswe.rise-s.com (EHLO dhcp105.swe) [83.65.168.194] by mail.gmx.net (mp037) with SMTP; 01 Feb 2006 11:00:09 +0100 X-Authenticated: #16703784 From: Stefan Ehmann To: John Baldwin In-Reply-To: <200601311739.27980.jhb@freebsd.org> References: <200601311739.27980.jhb@freebsd.org> Content-Type: text/plain Date: Wed, 01 Feb 2006 11:00:02 +0100 Message-Id: <1138788002.701.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: anholt@freebsd.org, current@freebsd.org Subject: Re: Patch to fix i915 drm with vgapci changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 10:00:22 -0000 On Tue, 2006-01-31 at 17:39 -0500, John Baldwin wrote: > This patch uses an identify routine in the agp driver to add the agp child to > vgapci instead of having vgapci guess based on the PCIY_AGP capability. > Patch is at http://www.FreeBSD.org/~jhb/patches/agp_vgapci.patch Doesn't compile because of missing return statement. Otherwise it works fine for me. Thanks.