Hi Marcelo this replaces floating point with fixed point in tridentfb so it compiles and also contains the strtok -> strsep change made by the janitors. Please apply.. I only discovered a couple of hours ago while trying rc3 that tridentfb didn't compile - I didn't know about the FPU issue when submitting. Thanks Jani. --- linux/tridentfb.c Fri Feb 22 13:50:10 2002 +++ linux/drivers/video/tridentfb.c Fri Feb 22 16:28:30 2002 @@ -35,7 +35,7 @@ #include "tridentfb.h" -#define VERSION "0.6.8" +#define VERSION "0.6.9" struct tridentfb_par { struct fb_var_screeninfo var; @@ -520,9 +520,8 @@ write3X4(CRTHiOrd, (read3X4(CRTHiOrd) & 0xF8) | (base & 0xE0000) >> 17); } - -#error "Floating point maths. This needs fixing before the driver is safe" -#define calc_freq(n,m,k) ((NTSC * (n+8))/((m+2)*(1<