|
@@ -48,7 +48,7 @@ static struct fb_fix_screeninfo vesafb_fix __initdata = {
|
|
};
|
|
};
|
|
|
|
|
|
static int inverse = 0;
|
|
static int inverse = 0;
|
|
-static int mtrr = 3; /* default to write-combining */
|
|
|
|
|
|
+static int mtrr = 0; /* disable mtrr */
|
|
static int vram_remap __initdata = 0; /* Set amount of memory to be used */
|
|
static int vram_remap __initdata = 0; /* Set amount of memory to be used */
|
|
static int vram_total __initdata = 0; /* Set total amount of memory */
|
|
static int vram_total __initdata = 0; /* Set total amount of memory */
|
|
static int pmi_setpal = 0; /* pmi for palette changes ??? */
|
|
static int pmi_setpal = 0; /* pmi for palette changes ??? */
|