diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/vgacon.c /linux//drivers/video/vgacon.c --- /linux.vanilla/drivers/video/vgacon.c Fri Feb 23 20:34:02 2001 +++ /linux//drivers/video/vgacon.c Thu Mar 29 21:17:57 2001 @@ -104,7 +104,7 @@ static u16 vga_video_port_val; /* Video register value port */ static unsigned int vga_video_num_columns; /* Number of text columns */ static unsigned int vga_video_num_lines; /* Number of text lines */ -static int vga_can_do_color = 0; /* Do we support colors? */ +static int vga_can_do_color; /* Do we support colors? */ static unsigned int vga_default_font_height; /* Height of default screen font */ static unsigned char vga_video_type; /* Card type */ static unsigned char vga_hardscroll_enabled; @@ -112,7 +112,7 @@ /* * SoftSDV doesn't have hardware assist VGA scrolling */ -static unsigned char vga_hardscroll_user_enable = 0; +static unsigned char vga_hardscroll_user_enable; #else static unsigned char vga_hardscroll_user_enable = 1; #endif @@ -122,7 +122,7 @@ static int vga_is_gfx; static int vga_512_chars; static int vga_video_font_height; -static unsigned int vga_rolled_over = 0; +static unsigned int vga_rolled_over; static int __init no_scroll(char *str) @@ -965,7 +965,7 @@ static void vgacon_save_screen(struct vc_data *c) { - static int vga_bootup_console = 0; + static int vga_bootup_console; if (!vga_bootup_console) { /* This is a gross hack, but here is the only place we can