From owner-freebsd-current Thu Dec 5 15:15:41 2002 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 6F32037B401 for ; Thu, 5 Dec 2002 15:15:39 -0800 (PST) Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5502443E4A for ; Thu, 5 Dec 2002 15:15:38 -0800 (PST) (envelope-from KermitTheFragger@planet.nl) Received: from ktf ([213.10.54.85]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id H6O5X000.ICQ; Fri, 6 Dec 2002 00:15:00 +0100 From: "Jasper Siepkes" To: "'Cliff L. Biffle'" , Subject: RE: NVidia binary driver on 5.0-DP2 Date: Fri, 6 Dec 2002 00:14:58 +0100 Message-ID: <001101c29cb4$217cab60$9600000a@ktf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <200212051320.37797.cbiffle@safety.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG w00t, thanks Cliff :-) -----Original Message----- From: owner-freebsd-current@FreeBSD.ORG [mailto:owner-freebsd-current@FreeBSD.ORG] On Behalf Of Cliff L. Biffle Sent: donderdag 5 december 2002 21:21 To: freebsd-current@freebsd.org Subject: NVidia binary driver on 5.0-DP2 Hey, for the curious... We've gotten NVidia's binary drivers for the GeForce cards up and running on 5.0-DP2. Once five or so lines in nv-freebsd.h that disabled support on 5.0 were removed...it works beautifully. :-) Patch follows. This is Chris Lee's work, not mine, but he's not on the list, since he's still having trouble admitting to running anything other than Gentoo. :-) (Yes, 5.0-DP2 is bringing in converts from the cold left and right here in Tempe!) -Cliff L. Biffle --- src/nv-freebsd.h Wed Oct 30 07:30:58 2002 +++ src/nv-freebsd.h Thu Dec 5 05:09:33 2002 @@ -27,12 +27,6 @@ * active development and also unsupported. */ -#if __FreeBSD_version >= 500000 -#error This driver does not support FreeBSD 5.0/-CURRENT! -#elif __FreeBSD_version < 470000 -#error This driver requires FreeBSD 4.7 or later! -#endif - #include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message