From owner-freebsd-current@FreeBSD.ORG Sun Aug 15 09:56:50 2004 Return-Path: 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 52A4C16A4CE for ; Sun, 15 Aug 2004 09:56:50 +0000 (GMT) Received: from robbins.dropbear.id.au (113.b.003.mel.iprimus.net.au [210.50.32.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8080443D53 for ; Sun, 15 Aug 2004 09:56:49 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 430D641FA; Sun, 15 Aug 2004 19:56:46 +1000 (EST) Date: Sun, 15 Aug 2004 19:56:46 +1000 From: Tim Robbins To: Doug Rabson Message-ID: <20040815095646.GA3561@cat.robbins.dropbear.id.au> References: <200408141934.24107.dfr@nlsystems.com> <20040815012413.GA1872@cat.robbins.dropbear.id.au> <200408150929.32494.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408150929.32494.dfr@nlsystems.com> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: New nvidia drivers available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 15 Aug 2004 09:56:50 -0000 On Sun, Aug 15, 2004 at 09:29:32AM +0100, Doug Rabson wrote: > On Sunday 15 August 2004 02:24, Tim Robbins wrote: > > On Sat, Aug 14, 2004 at 07:34:24PM +0100, Doug Rabson wrote: > > > The latest 6113 build of the nvidia graphics drivers has just > > > appeared on nvidia's web site. Check out > > > http://www.nvidia.com/object/freebsd_1.0-6113.html if you are > > > currently using the nvidia proprietary drivers. This driver works > > > nicely on FreeBSD-current and while this version is not > > > thread-safe, it does not conflict with libpthread or libthr's use > > > of %gs so you don't have to map everything down to libc_r any more > > > :-). > > > > Are you aware of any plans to release an AMD64 build of the driver? > > I'm not aware of any plans. Anything like that will require working > kernel module support on amd64 though. The only remaining issue with kernel module support on amd64 seems to be that the bootloader doesn't know how to load ELF relocatable images. Depending on how early the nvidia drivers need to initialize, this may be enough. (In theory, since modules are ELF relocatables on amd64, it might even be possible to statically link the binary drivers into any standard kernel image.) Tim