Date: Tue, 25 Feb 2014 23:04:40 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262502 - head/sys/dev/syscons Message-ID: <201402252304.s1PN4eKx064948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmmv Date: Tue Feb 25 23:04:39 2014 New Revision: 262502 URL: http://svnweb.freebsd.org/changeset/base/262502 Log: Fix comment introduced in r262480: it's 1920x1200, not 1980x1200. PR: kern/180558 MFC after: 5 days Modified: head/sys/dev/syscons/syscons.h Modified: head/sys/dev/syscons/syscons.h ============================================================================== --- head/sys/dev/syscons/syscons.h Tue Feb 25 23:03:48 2014 (r262501) +++ head/sys/dev/syscons/syscons.h Tue Feb 25 23:04:39 2014 (r262502) @@ -145,7 +145,7 @@ /* The following #defines are hard-coded for a maximum text resolution corresponding to a maximum framebuffer - resolution of 1980x1200 with an 8x8 font... + resolution of 1920x1200 with an 8x8 font... */ #define COL 240 #define ROW 150
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402252304.s1PN4eKx064948>