From owner-svn-src-head@FreeBSD.ORG Tue Feb 25 23:05:17 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1BB8B7E for ; Tue, 25 Feb 2014 23:05:17 +0000 (UTC) Received: from mail-qa0-f52.google.com (mail-qa0-f52.google.com [209.85.216.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BF7F15FC for ; Tue, 25 Feb 2014 23:05:17 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id j15so1272398qaq.11 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=HxyYVWd8EMhRsG9+JToi66OstdLgYPyyTOOtRYHocn9rGlqZ0WywLrQuNu15roiz7X aaK+pzHUuUOazBK4JXWvX80f+aWuB+vHNANY0tNZ+8mjRdVPxVNH5iDgEy4wS9um1IuV aBe9bL9T+b9olXONCKWU7xgFhJ5tPU87KyR815zfcwyiXaTsiEteiyNSwdwEU8EshxZJ rzC8C+I86HHFVwCWrV45FU8fRD1UTJcgYeJefCidT7n7yUzeBytz3PtdN2jqrZn6tkiH 2WTgRJfPEug1JZlxapIdNlUnnUoxk9g3AdaVXWBaNiNupxfGv3DM2H46eEB6hY9GbS32 PyyQ== X-Gm-Message-State: ALoCoQm1OE8Ulol+bzav17ASpZ4iVlz8Wp/GqZzTtnvJh3sSKpmIocN/OeAPc3kMGtRIZcx+ZAdh 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-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 25 Feb 2014 23:05:17 -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.