--- XFree86-3.3.6/xc/programs/Xserver/hw/xfree68/fbdev/fbdev.c.more_accel_defines Wed Jun 2 13:40:47 1999 +++ XFree86-3.3.6/xc/programs/Xserver/hw/xfree68/fbdev/fbdev.c Sun Sep 29 10:02:09 2002 @@ -281,6 +281,42 @@ * These aren't defined until the most recent kernels */ +#ifndef FB_ACCEL_S3_TRIO64 +#define FB_ACCEL_S3_TRIO64 3 +#endif +#ifndef FB_ACCEL_NCR_77C32BLT +#define FB_ACCEL_NCR_77C32BLT 4 +#endif +#ifndef FB_ACCEL_S3_VIRGE +#define FB_ACCEL_S3_VIRGE 5 +#endif +#ifndef FB_ACCEL_CLGEN +#define FB_ACCEL_CLGEN 6 +#endif +#ifndef FB_ACCEL_ATI_MACH64GX +#define FB_ACCEL_ATI_MACH64GX 6 +#endif +#ifndef FB_ACCEL_DEC_TGA +#define FB_ACCEL_DEC_TGA 7 +#endif +#ifndef FB_ACCEL_ATI_MACH64CT +#define FB_ACCEL_ATI_MACH64CT 8 +#endif +#ifndef FB_ACCEL_ATI_MACH64VT +#define FB_ACCEL_ATI_MACH64VT 9 +#endif +#ifndef FB_ACCEL_ATI_MACH64GT +#define FB_ACCEL_ATI_MACH64GT 10 +#endif +#ifndef FB_ACCEL_SUN_CREATOR +#define FB_ACCEL_SUN_CREATOR 11 +#endif +#ifndef FB_ACCEL_SUN_CGSIX +#define FB_ACCEL_SUN_CGSIX 12 +#endif +#ifndef FB_ACCEL_SUN_LEO +#define FB_ACCEL_SUN_LEO 13 +#endif #ifndef FB_ACCEL_IMS_TWINTURBO #define FB_ACCEL_IMS_TWINTURBO 14 #endif @@ -304,6 +340,18 @@ #endif #ifndef FB_ACCEL_MATROX_MGAG200 #define FB_ACCEL_MATROX_MGAG200 21 +#endif +#ifndef FB_ACCEL_SUN_CG14 +#define FB_ACCEL_SUN_CG14 22 +#endif +#ifndef FB_ACCEL_SUN_BWTWO +#define FB_ACCEL_SUN_BWTWO 23 +#endif +#ifndef FB_ACCEL_SUN_CGTHREE +#define FB_ACCEL_SUN_CGTHREE 24 +#endif +#ifndef FB_ACCEL_SUN_TCX +#define FB_ACCEL_SUN_TCX 25 #endif static struct accelentry {