# HG changeset patch # User diego # Date 1203463872 0 # Node ID ffe773647288aa726a4a9992b7304bb46586e288 # Parent a506a6ab14e18de09be3cae3472482a5da1d8b36 cosmetics: Move definitions to a more standard place. diff -r a506a6ab14e1 -r ffe773647288 drivers/mga_vid.c --- a/drivers/mga_vid.c Tue Feb 19 23:27:23 2008 +0000 +++ b/drivers/mga_vid.c Tue Feb 19 23:31:12 2008 +0000 @@ -1,12 +1,3 @@ -//#define CRTC2 - -// Set this value, if autodetection fails! (video ram size in megabytes) -// #define MGA_MEMORY_SIZE 16 - -//#define MGA_ALLOW_IRQ - -#define MGA_VSYNC_POS 2 - /* * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 * BES == Back End Scaler @@ -41,6 +32,15 @@ //use the 'major' parameter to override the default major number (178) /* mknod /dev/mga_vid c 178 0 */ +//#define CRTC2 + +// Set this value, if autodetection fails! (video ram size in megabytes) +// #define MGA_MEMORY_SIZE 16 + +//#define MGA_ALLOW_IRQ + +#define MGA_VSYNC_POS 2 + #include #include #include