aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sstfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sstfb.c')
-rw-r--r--drivers/video/sstfb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/sstfb.c b/drivers/video/sstfb.c
index 2301c275d63a..111fb32e8769 100644
--- a/drivers/video/sstfb.c
+++ b/drivers/video/sstfb.c
@@ -93,11 +93,11 @@
93 93
94/* initialized by setup */ 94/* initialized by setup */
95 95
96static int vgapass; /* enable VGA passthrough cable */ 96static bool vgapass; /* enable VGA passthrough cable */
97static int mem; /* mem size in MB, 0 = autodetect */ 97static int mem; /* mem size in MB, 0 = autodetect */
98static int clipping = 1; /* use clipping (slower, safer) */ 98static bool clipping = 1; /* use clipping (slower, safer) */
99static int gfxclk; /* force FBI freq in Mhz . Dangerous */ 99static int gfxclk; /* force FBI freq in Mhz . Dangerous */
100static int slowpci; /* slow PCI settings */ 100static bool slowpci; /* slow PCI settings */
101 101
102/* 102/*
103 Possible default video modes: 800x600@60, 640x480@75, 1024x768@76, 640x480@60 103 Possible default video modes: 800x600@60, 640x480@75, 1024x768@76, 640x480@60