From owner-freebsd-current@FreeBSD.ORG Mon Jun 14 02:09:34 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 ED5D2106566B; Mon, 14 Jun 2010 02:09:33 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6F97D8FC08; Mon, 14 Jun 2010 02:09:33 +0000 (UTC) Received: by vws20 with SMTP id 20so4230380vws.13 for ; Sun, 13 Jun 2010 19:09:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=KtA3aM2ABxDM7YB2CxyNlg8M6PT5ZEzwSUEkaOtbqVM=; b=Lm6bt6cY70MNUmcnpMOZm0fek1i7FgbCmDOHXNDnFLNFMBcjB5Xlwvh/HCRmuEnpmB oacCr3cGBwmh1uJCVMKDUr1nONjnmJUL7MsVMIyT4SyCYyFMWMLhcQ44HpO7E9ZuaTeW 2qyFMDxl6jMY23RyOukwS62wO8FIDrLlKVEuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=wBPx3fICexC3Kv7Xfw1iacM8/DUc773FmNk1ja/MI+hTlm/+dUzqZ+2XhgCQtCjQjW PuGZa5yjNTdmdyKrAAb6DldJlo6GVoH0sR6vYMrhNCkND0a8tDvvCzV5hzBSczbuTLFC tQiKOl3yBx0MZlZPNmT5hiNoiVz1FBTo2/CYA= MIME-Version: 1.0 Received: by 10.224.73.27 with SMTP id o27mr1749596qaj.177.1276481372435; Sun, 13 Jun 2010 19:09:32 -0700 (PDT) Received: by 10.229.212.205 with HTTP; Sun, 13 Jun 2010 19:09:32 -0700 (PDT) In-Reply-To: <4C1587F8.40002@FreeBSD.org> References: <20100530025541.GA19805@FreeBSD.org> <201006011126.02396.jhb@freebsd.org> <4C1587F8.40002@FreeBSD.org> Date: Sun, 13 Jun 2010 21:09:32 -0500 Message-ID: From: Alan Cox To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, 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 Reply-To: alc@freebsd.org 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 02:09:34 -0000 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. Alan