diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/vfb.c /linux//drivers/video/vfb.c --- /linux.vanilla/drivers/video/vfb.c Fri Feb 23 20:34:02 2001 +++ /linux//drivers/video/vfb.c Thu Mar 29 22:29:58 2001 @@ -43,7 +43,7 @@ static u_long videomemory, videomemorysize = VIDEOMEMSIZE; MODULE_PARM(videomemorysize, "l"); -static int currcon = 0; +static int currcon; static struct display disp; static struct fb_info fb_info; static struct { u_char red, green, blue, pad; } palette[256]; @@ -68,7 +68,7 @@ 0, FB_VMODE_NONINTERLACED }; -static int vfb_enable = 0; /* disabled by default */ +static int vfb_enable; /* disabled by default */ /*