From owner-freebsd-current@FreeBSD.ORG Tue Apr 3 12:55:46 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8DD106566C for ; Tue, 3 Apr 2012 12:55:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id E527E8FC0A for ; Tue, 3 Apr 2012 12:55:45 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 45373B96F; Tue, 3 Apr 2012 08:55:45 -0400 (EDT) From: John Baldwin To: David Wolfskill Date: Tue, 3 Apr 2012 08:55:34 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120330131833.GV1709@albert.catwhisker.org> <201203301346.58219.jhb@freebsd.org> <20120330213307.GA1709@albert.catwhisker.org> In-Reply-To: <20120330213307.GA1709@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201204030855.34922.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 03 Apr 2012 08:55:45 -0400 (EDT) Cc: freebsd-current@freebsd.org Subject: Re: Failure to rebuild x11/nvidia-driver on head at r233697 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: Tue, 03 Apr 2012 12:55:46 -0000 On Friday, March 30, 2012 5:33:07 pm David Wolfskill wrote: > On Fri, Mar 30, 2012 at 01:46:58PM -0400, John Baldwin wrote: > > ... > > You can actually use that on 8 and 9 as well. I think it's a likely a bug > > that it used VM_MEMATTR_UNCACHED in the first place and that it should have > > been using VM_MEMATTR_UNCACHEABLE all along. (Which is why I've renamed > > the obscure and not really useful VM_MEMATTR_UNCACHED.) > > ... > > OK; that seems to work, at least under stable/8 -- thanks! FYI, this should be fixed in the next driver release from NVIDIA. -- John Baldwin