From owner-freebsd-current@FreeBSD.ORG Mon May 10 03:18:33 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CFF0106566C; Mon, 10 May 2010 03:18:33 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 86E488FC13; Mon, 10 May 2010 03:18:30 +0000 (UTC) Received: by wyg36 with SMTP id 36so306615wyg.13 for ; Sun, 09 May 2010 20:18:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=GgiV7DrSgq/czX70prm8Pqhun0BOajwaHQoa78AiHEk=; b=gpawLfJO83ObBPtquyiLa3qnrEM8tclSiMecqYFuLeFG1rrOrUDVziHv7vpOz38FYA jBkgXAhjCzfjixqjtBhYZg0U0K5/DMXfiwBADVnZlwx7BrDm4nC5BZspwg+f7N0wXPPP 9VHuXtVfvaV7BbWG7q7Pu20Awbq3aoNEhTrB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=gSMjAwBAdC6o/nm6emMhnIc6o1xbtvqEsfd2ppkSttHl3YYSM5dj89uz5Qpgjehtnk c+1tWp21ISqZVBtzHwhdae9//HnMNvNjAMt0BhhJblBfKPjhhvGKFtLebBWe6GxR7uFU TXWCaCoH6oKumIrzWGhpNotiAw7VXNtX+iAtE= MIME-Version: 1.0 Received: by 10.216.86.71 with SMTP id v49mr2022546wee.14.1273461509319; Sun, 09 May 2010 20:18:29 -0700 (PDT) Received: by 10.216.163.21 with HTTP; Sun, 9 May 2010 20:18:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 10 May 2010 03:18:29 +0000 Message-ID: From: "b. f." To: Brandon Gooch Content-Type: text/plain; charset=ISO-8859-1 Cc: alc@freebsd.org, Kip Macy , freebsd-current@freebsd.org, miwi@FreeBSD.org Subject: Re: Recent sys/vm/ changes and nvidia-driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 03:18:33 -0000 On 5/10/10, Brandon Gooch wrote: > > Is there a final "target state" regarding the work and/or a time-frame > for completion? Perhaps a "heads-up" e-mail to the freebsd-current > mailing list when the first round of commits have settled in? I'm > wondering, due to the Nvidia issue stated in this thread, as well as > panics I'm seeing using VirtualBox on my computer running HEAD. > Kip, could you please add an entry for the __FreeBSD_version 900011 to the Porter's Handbook table in doc/en_US.ISO8859-1/books/porters-handbook/book.sgml , as documented in src/sys/sys/param.h, if no one else beats you to it? In addition to alerting porters to the VM changes, it will remind them that we've also had a version bump after the import of OpenSSL 0.9.8n. Regards, b.