From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 2 05:19:46 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BE616A4CE for ; Sat, 2 Apr 2005 05:19:46 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371DE43D48 for ; Sat, 2 Apr 2005 05:19:46 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j325Ji1I053680; Sat, 2 Apr 2005 00:19:45 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-amd64@freebsd.org Date: Sat, 2 Apr 2005 00:19:43 -0500 User-Agent: KMail/1.6.2 References: <20050401090927.M62447@martymac.com> <20050402013119.M28803@martymac.com> <1112407417.6647.11.camel@leguin> In-Reply-To: <1112407417.6647.11.camel@leguin> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200504020019.43594.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/799/Fri Apr 1 05:49:13 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Re: [PATCH test] K8N-E deluxe / Nforce3 250 : no agp support yet ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 05:19:46 -0000 On Friday 01 April 2005 09:03 pm, Eric Anholt wrote: > On Sat, 2005-04-02 at 01:53 +0000, Ganael Laplanche wrote: > > Hi Kim, > > > > Thank you very much for you answer. > > > > I tried your patch, but unfortunately, no agp device was > > detected... so I modified it a bit and managed to get this : > > ... > > > It seems that your patch can manage nforce3, not nforce3-250. My > > patch makes nforce3-250 detected, but unfortunately, the system > > hangs at X startup... so it is not yet usable. > > It looks like more is required than just PCI IDs for nforce3 > support. I would recommend anyone interested take a look at the > nvidia-agp driver in linux for the process. My patch worked fine for nForce3. I just don't have nForce3 250. > http://linux.bkbits.net:8080/linux-2.5/anno/drivers/char/agp/amd64- >agp.c@1.86?nav=index.html|src/drivers/char/agp That's interesting. However, I don't have hardware or document to verify. :-( Jung-uk Kim