diff options
Diffstat (limited to 'drivers/video/sstfb.c')
-rw-r--r-- | drivers/video/sstfb.c | 6 |
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 | ||
96 | static int vgapass; /* enable VGA passthrough cable */ | 96 | static bool vgapass; /* enable VGA passthrough cable */ |
97 | static int mem; /* mem size in MB, 0 = autodetect */ | 97 | static int mem; /* mem size in MB, 0 = autodetect */ |
98 | static int clipping = 1; /* use clipping (slower, safer) */ | 98 | static bool clipping = 1; /* use clipping (slower, safer) */ |
99 | static int gfxclk; /* force FBI freq in Mhz . Dangerous */ | 99 | static int gfxclk; /* force FBI freq in Mhz . Dangerous */ |
100 | static int slowpci; /* slow PCI settings */ | 100 | static 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 |