From: Samuel Thibault Date: Mon, 27 Mar 2006 09:17:19 +0000 (-0800) Subject: [PATCH] vgacon: fix EGA cursor resize function X-Git-Tag: v2.6.17-rc1~337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2115aea8185c8987b7688111953322742bd8795c;p=pandora-kernel.git [PATCH] vgacon: fix EGA cursor resize function This corrects cursor resize on ega boards: registers are write-only, so we shouldn't even try to read them. And on ega, 31/30 produces a flat cursor. Using 31/31 is better: except with 32 pixels high fonts, it shouldn't show up. Signed-off-by: Samuel Thibault Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed