From owner-svn-src-all@FreeBSD.ORG Tue Feb 25 23:16:24 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 9FCBFDFC; Tue, 25 Feb 2014 23:16:24 +0000 (UTC) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FAA516BF; Tue, 25 Feb 2014 23:16:24 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id ik5so110871vcb.37 for ; Tue, 25 Feb 2014 15:16:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0xDW8k8ZRQwjy6R0l0TQnSsI/uOfBemFsgj4YrNu8MU=; b=BL4bEvXW1QRRVT3Mzb9xRr0ePc71gw/BlrOJnyX9HKYTjz8pw9DHnRRwexvvj8Yjab OdB+G83V94UE/WEYMtgiIvsd+vg+AYbm4XZ6zkjkSz/RylgNtMM1Kq6HykAGiPXDmsrY iEPsL/Q9p/MiBj6oqpKHjRV2SNKaZTZkGStgaZ5SQUpK2SYUPxCH+Hv7MMu5f84Q8/X5 2rltn4uuHjSYJpOG8E8WcgBzx7yoav9COcLrPH24CRNjdDo0jtCzpIfFwmPG7vkeuGg/ 4Mk2f8+NKFq6AsNCxGYRpqYcNrcM/bB0+WyLeN/zhXiGoS15YsfUauoqsvxsGKJ5NG4p Dqzw== MIME-Version: 1.0 X-Received: by 10.220.188.10 with SMTP id cy10mr223713vcb.36.1393370183261; Tue, 25 Feb 2014 15:16:23 -0800 (PST) Received: by 10.220.168.135 with HTTP; Tue, 25 Feb 2014 15:16:23 -0800 (PST) In-Reply-To: References: <201402251348.s1PDm5Zp030180@svn.freebsd.org> Date: Tue, 25 Feb 2014 18:16:23 -0500 Message-ID: Subject: Re: svn commit: r262480 - head/sys/dev/syscons From: Thomas Hoffmann To: Julio Merino 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:16:24 -0000 On Tue, Feb 25, 2014 at 6:04 PM, Julio Merino wrote: > 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. > Thanks for this patch to ./sys/dev/syscons. I've got an iMac running at 1920x1200 that I'm itching to move to vt(9) when I get a suitable block of free time. I was not looking forward to having a 1600x1200 limitation. -Tom