diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/tdfxfb.c /linux//drivers/video/tdfxfb.c --- /linux.vanilla/drivers/video/tdfxfb.c Tue Mar 27 20:32:57 2001 +++ /linux//drivers/video/tdfxfb.c Thu Mar 29 21:29:29 2001 @@ -458,7 +458,7 @@ void tdfxfb_setup(char *options, int *ints); -static int currcon = 0; +static int currcon; static struct fb_ops tdfxfb_ops = { owner: THIS_MODULE, @@ -491,14 +491,14 @@ static struct fb_info_tdfx fb_info; -static int noaccel = 0; -static int nopan = 0; +static int noaccel; +static int nopan; static int nowrap = 1; // not implemented (yet) -static int inverse = 0; +static int inverse; #ifdef CONFIG_MTRR -static int nomtrr = 0; +static int nomtrr; #endif -static int nohwcursor = 0; +static int nohwcursor; static char __initdata fontname[40] = { 0 }; static const char *mode_option __initdata = NULL;