From owner-freebsd-current@FreeBSD.ORG Sun Aug 15 16:48:59 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 E602416A4CE; Sun, 15 Aug 2004 16:48:59 +0000 (GMT) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1C543D46; Sun, 15 Aug 2004 16:48:59 +0000 (GMT) (envelope-from andrew.lankford@verizon.net) Received: from outgoing.verizon.net ([192.168.1.1]) by out001.verizon.net ESMTP <20040815164858.WMCC24594.out001.verizon.net@outgoing.verizon.net>; Sun, 15 Aug 2004 11:48:58 -0500 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) From: Andrew Lankford To: Doug Rabson Date: Sun, 15 Aug 2004 11:48:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [192.168.1.1] at Sun, 15 Aug 2004 11:48:58 -0500 Message-Id: <20040815164858.WMCC24594.out001.verizon.net@outgoing.verizon.net> cc: amd64@freebsd.org cc: freebsd-current@freebsd.org Subject: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andrew.lankford@verizon.net 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 16:49:00 -0000 >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. Any chance of support for freebsd-amd64 being added at some point? Andrew Lankford >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 :-). There will be a thread-safe driver available for FreeBSD-current sometime after I commit the pthread parts of the TLS support code.