[PATCH] vgacon vga_can_do_64kb

Ragnar Hojland Espinosa (root@lightside.ddns.org)
Sat, 1 Aug 1998 17:00:02 +0200 (MET DST)


Came up with this while trying to figure out vgacon.
--
____/|  Ragnar Hojland  (ragnar@lightside.ddns.org)      Fingerprint  94C4B
\ o.O|                                                   2F0D27DE025BE2302C
 =(_)=  "Thou shalt not follow the NULL pointer for      104B78C56 B72F0822
   U     chaos and madness await thee at its end."       hkp://keys.pgp.com

--- ./drivers/video/vgacon.c.ORIG Sat Aug 1 16:49:40 1998 +++ ./drivers/video/vgacon.c Sat Aug 1 16:49:45 1998 @@ -684,7 +684,7 @@ vgacon_do_font_op(char *arg, int set, in charmap = (char *)VGA_MAP_MEM(colourmap); beg = 0x0e; #ifdef VGA_CAN_DO_64KB - if (video_type == VIDEO_TYPE_VGAC) + if (vga_video_type == VIDEO_TYPE_VGAC) beg = 0x06; #endif } else {

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html