From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 25 21:03:08 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3D7B16A406; Mon, 25 Feb 2008 21:03:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 11C9813C442; Mon, 25 Feb 2008 21:03:07 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233368715-1834499 for multiple; Mon, 25 Feb 2008 15:49:17 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1PKkjBE009744; Mon, 25 Feb 2008 15:46:48 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: remko@freebsd.org Date: Mon, 25 Feb 2008 13:48:22 -0500 User-Agent: KMail/1.9.7 References: <200802211215.m1LCFsIX043354@freefall.freebsd.org> In-Reply-To: <200802211215.m1LCFsIX043354@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802251348.23131.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 25 Feb 2008 15:46:49 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5991/Mon Feb 25 13:48:35 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-bugs@freebsd.org Subject: Re: kern/87155: [boot] [panic] [agp] Can't Alloc Virtual Memory in FreeBSD 6.0 beta 5 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 21:03:08 -0000 On Thursday 21 February 2008 07:15:54 am remko@freebsd.org wrote: > Synopsis: [boot] [panic] [agp] Can't Alloc Virtual Memory in FreeBSD 6.0 beta 5 > > Responsible-Changed-From-To: freebsd-bugs->jhb > Responsible-Changed-By: remko > Responsible-Changed-When: Thu Feb 21 12:15:18 UTC 2008 > Responsible-Changed-Why: > Hi John, can you look at MFC'ing this? > > I have a patch ready for it, but since you mention that it might > break the nvidia driver, I am a bit held-back in doing this myself :-) Yes, the nvidia driver assumes that the relevant pointer in the AGP info is mapped which this patch breaks. I think newer versions of the Nvidia driver don't depend on this, but it would break the ABI for older versions compiled against 6.1, etc. so it can't be MFC'd. -- John Baldwin