From owner-svn-src-head@freebsd.org Wed Jul 20 15:20:11 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3EB2B9FE76; Wed, 20 Jul 2016 15:20:11 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B78B519B1; Wed, 20 Jul 2016 15:20:11 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f179.google.com with SMTP id m101so50396700ioi.2; Wed, 20 Jul 2016 08:20:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=7qwxLgnR6no4IVerhQZfwAvYLAxHBbprLOof3cgTVRY=; b=XUIfxG5Qcy5jbHaLKOJE0Vl34yKxnNgNIIG70bXpCTQJT+OQfB7/1PC9X5tauNLc+m GjrhViAEgEmooL3vLfYrDP+yeD1Hm8+x9ZRfPgXZxivI0efQEmgtVG38uA6jhY39boIJ HI2EMaLQs8WrzLFnbqNzO/98mAG54nlWPjVA3P6vXcOZ3WroDfUCD/Er1BrqfMYkK/Uo nvN7eVHtjyTkGSr8leoLLiPHLdrFH+lhnvA6/s9XT5/Ci4lFionoc8u2NKWJtChz8cAW OaPq6AXLMDJgIsHnnPiWooHAQgkZX671U4kRqDzdWniU/qAKEpYZMWGiNAYOgxUKo4OZ mdgQ== X-Gm-Message-State: ALyK8tIy9h0Iz3jc0WVvbe4VhmvQhSkyrzzcnR/t9lFKhUSefBpKFQP8MbulFbCzo+C5/g== X-Received: by 10.107.17.68 with SMTP id z65mr45259681ioi.150.1469028005383; Wed, 20 Jul 2016 08:20:05 -0700 (PDT) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com. [209.85.223.171]) by smtp.gmail.com with ESMTPSA id 188sm8950093itk.19.2016.07.20.08.20.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jul 2016 08:20:05 -0700 (PDT) Received: by mail-io0-f171.google.com with SMTP id m101so50396347ioi.2; Wed, 20 Jul 2016 08:20:05 -0700 (PDT) X-Received: by 10.107.28.11 with SMTP id c11mr3969572ioc.7.1469028004881; Wed, 20 Jul 2016 08:20:04 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.233.67 with HTTP; Wed, 20 Jul 2016 08:20:04 -0700 (PDT) In-Reply-To: <1c485351-51f3-99f1-b7da-0745030dd1e6@FreeBSD.org> References: <201607191920.u6JJKm7R026421@repo.freebsd.org> <1c485351-51f3-99f1-b7da-0745030dd1e6@FreeBSD.org> From: Conrad Meyer Date: Wed, 20 Jul 2016 08:20:04 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r303043 - in head: share/man/man4 sys/dev/vt sys/dev/vt/hw/fb To: koobs@freebsd.org Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 15:20:12 -0000 On Wed, Jul 20, 2016 at 12:44 AM, Kubilay Kocak wrote: > On 20/07/2016 5:20 AM, Conrad E. Meyer wrote: >> Author: cem >> Date: Tue Jul 19 19:20:47 2016 >> New Revision: 303043 >> URL: https://svnweb.freebsd.org/changeset/base/303043 >> >> Log: >> Increase vt(4) framebuffer maximum size >> >> And rename "DEFAULT" constants to the more accurate "MAX." >> >> PR: 210382 >> Submitted by: Felix >> Reviewed by: wblock, cem >> Tested by: Dave Cottlehuber > > Can MFC? > > There are high hopes for this coming out in 11.0 / next 10.x > > re is cc'd on the original bugzilla issue If you would like to do so, please go ahead. Best, Conrad