From owner-cvs-all@FreeBSD.ORG Tue Dec 20 20:18:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03D116A420; Tue, 20 Dec 2005 20:18:45 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC82143D5A; Tue, 20 Dec 2005 20:18:42 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBKKIfir056659; Tue, 20 Dec 2005 13:18:41 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43A86721.8010405@samsco.org> Date: Tue, 20 Dec 2005 13:18:41 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200512202005.jBKK5Ld7024624@repoman.freebsd.org> In-Reply-To: <200512202005.jBKK5Ld7024624@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci agp.c agpvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 20:18:45 -0000 John Baldwin wrote: > jhb 2005-12-20 20:05:21 UTC > > FreeBSD src repository > > Modified files: > sys/pci agp.c agpvar.h > Log: > Don't map the AGP aperture into contiguous KVA. The various graphics > drivers already map sections into KVA as needed anyway. Note that this > will probably break the nvidia driver, but I will coordinate to get that > fixed. > > MFC after: 2 weeks > > Revision Changes Path > 1.49 +1 -3 src/sys/pci/agp.c > 1.3 +0 -1 src/sys/pci/agpvar.h So this means no more panicing when using a card with 256 or 512MB of RAM? Scott