From owner-freebsd-current@FreeBSD.ORG Mon Jun 14 13:48:29 2010 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 788AE1065678; Mon, 14 Jun 2010 13:48:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4ADBD8FC1D; Mon, 14 Jun 2010 13:48:29 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id F355146C17; Mon, 14 Jun 2010 09:48:28 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8FEA58A050; Mon, 14 Jun 2010 09:48:27 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 14 Jun 2010 08:48:55 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <4C15A09B.8080501@FreeBSD.org> In-Reply-To: <4C15A09B.8080501@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201006140848.55979.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 14 Jun 2010 09:48:27 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: alc@freebsd.org, Alan Cox , Doug Barton , Christian Zander Subject: Re: nvidia-driver 195.22 use horribly broken on amd64 between r206173 and 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: Mon, 14 Jun 2010 13:48:29 -0000 On Sunday 13 June 2010 11:23:07 pm Doug Barton wrote: > On 06/13/10 19:09, Alan Cox wrote: > > On Sun, Jun 13, 2010 at 8:38 PM, Doug Barton wrote: > > > >> On 06/01/10 08:26, John Baldwin wrote: > >> > >>> > >>> I've asked the driver author if the calls to vm_page_wire() and > >>> vm_page_unwire() can simply be removed but have not heard back yet. > >>> > >> > >> Is there any news on this? I have updated to the latest current so I'm > >> running the nv driver now, but I'd like to get the nvidia driver running > >> again. > >> > >> > > Yes, the unnecessary (and now problematic) wiring and unwiring calls will be > > removed in a future release of the driver. > > Excellent! Any ETA? Or are there patches against an existing version of > the driver? I would just remove the calls to vm_page_wire() and vm_page_unwire() along with the immediately adjacent calls to vm_page_{un,}lock_queues(). -- John Baldwin