From owner-freebsd-current@FreeBSD.ORG Wed Oct 12 02:20:08 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0DB961065678; Wed, 12 Oct 2011 02:20:07 +0000 (UTC) Date: Wed, 12 Oct 2011 02:20:07 +0000 From: Alexey Dokuchaev To: Nali Toja Message-ID: <20111012022007.GA49833@FreeBSD.org> References: <4e4ab684.0c4c970a.68e8.6846SMTPIN_ADDED@mx.google.com> <9A6F7C9D-32D8-4387-BB03-B11CB0A91BFA@gmail.com> <20110829.214640.1568838937885804931.ken@tydfam.jp> <20110831124126.GB82908@FreeBSD.org> <86vcs2q4vh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <86vcs2q4vh.fsf@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: fidaj@ukr.net, gobledb@gmail.com, yanegomi@gmail.com, Ali Mashtizadeh , Olivier Smedts , freebsd-current@freebsd.org Subject: Re: x11/nvidia-driver / Compilation has failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Oct 2011 02:20:08 -0000 On Thu, Oct 06, 2011 at 01:35:14AM +0000, Nali Toja wrote: > Ali Mashtizadeh writes: > > 2011/8/31 Alexey Dokuchaev : > >> On Mon, Aug 29, 2011 at 02:59:48PM +0200, Olivier Smedts wrote: > >>> 2011/8/29 ken : > >>> > Could I test your patch for nvidia-driver, too? > >>> > I cannot find your patch in this mail. > >>> > >>> I took the patch in : > >>> http://lists.freebsd.org/pipermail/freebsd-current/2011-August/026515.html > >>> > >>> And it worked for me. > >> > >> Should be fixed in the port itself now (also updated to 280.13). > > > > Is there any reason I should still be hitting this bug when building > > on 9-STABLE? With Linux compatibility disabled I can build the driver, > > but the kernel refuses to load it saying it's incompatible with my > > kernel version. > > Only if you're using 285.05.09 with the port. And it'd affect both > /stable/9 and /head users. > > // from src/nv-freebsd.h: > #if __FreeBSD_version >= 900041 > #include > #else > #define fget(td, fd, cap, fp) fget(td, fd, fp) > #endif > > Can you commit below tiny change? It should make testing the new version a > bit easier for people who are impatient to wait for the next port update. > > That version also includes tunable support similar to ports/156386. Port was updated to serve the most recent release from NVidia, 285.05.09. Please test and report of any issues. Thanks, ./danfe