From owner-svn-src-all@FreeBSD.ORG Tue Feb 25 23:05:11 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6645B79 for ; Tue, 25 Feb 2014 23:05:11 +0000 (UTC) Received: from mail-qa0-f45.google.com (mail-qa0-f45.google.com [209.85.216.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CFA915F9 for ; Tue, 25 Feb 2014 23:05:11 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id m5so1265565qaj.32 for ; Tue, 25 Feb 2014 15:05:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Ni6mgikfCep6m0E/lguU4ToO+uM3NdS6nvDiiJ9IHLY=; b=m4xGHvRBtISVVN1Yc/eV2UJ8sIKiPTaN4CAghzlr9B3UCgnBOspJGMFVd6Eh7c2zM2 AhgIFSXWviTZcK0kGrCWJnhVWETR8D+bunh8vxoEKpShzh+tJDjEs/KXvWzis5f7r/UB fIyY5Dj+3Irv/P9SlmX4qXH+Sn0ewtcy9xHpAbKDm1z/2DwmUscjH7mE4hJmU5Hnxcw4 lvsFL6SqqbD4bnuSC6XcHJqwKv6GhoPus1Bgcs3maU9NInYnBvqkh0N+fd0AQwEmmlj9 eimWB5udrDheVGXSaWuVL8fC5MNwA2fR9kFuztWYVXQtpBIV63aFg+uSMAxy9Cm4kois ssZg== X-Gm-Message-State: ALoCoQnRcdWiXQEMAO+oPcDTS0CCDcJopsxLzGNSXWwXJGhnTZtm+QzPKQh6hneR4enX3hFEumpd X-Received: by 10.140.38.75 with SMTP id s69mr3537910qgs.62.1393369510181; Tue, 25 Feb 2014 15:05:10 -0800 (PST) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.102 with HTTP; Tue, 25 Feb 2014 15:04:49 -0800 (PST) X-Originating-IP: [2620:0:1003:1021:4caa:3bed:7f9b:5e2d] In-Reply-To: References: <201402251348.s1PDm5Zp030180@svn.freebsd.org> From: Julio Merino Date: Tue, 25 Feb 2014 18:04:49 -0500 X-Google-Sender-Auth: fiYFhB_UDeNBnpAwf9j7QBgj1JE Message-ID: Subject: Re: svn commit: r262480 - head/sys/dev/syscons To: Thomas Hoffmann Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 23:05:11 -0000 On Tue, Feb 25, 2014 at 9:30 AM, Thomas Hoffmann wrote: > > The math works out OK for COL 240, but the comment has it wrong. Should be > 1920x1200. > Doh, of course. Fixed in r262502.