summaryrefslogtreecommitdiffstats
path: root/drivers/video/vgacon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/vgacon.c')
-rw-r--r--drivers/video/vgacon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/vgacon.c b/drivers/video/vgacon.c
index 696845f8a..1180d3ee0 100644
--- a/drivers/video/vgacon.c
+++ b/drivers/video/vgacon.c
@@ -106,7 +106,14 @@ static int vga_can_do_color = 0; /* Do we support colors? */
static unsigned int vga_default_font_height; /* Height of default screen font */
static unsigned char vga_video_type; /* Card type */
static unsigned char vga_hardscroll_enabled;
+#ifdef CONFIG_IA64_SOFTSDV_HACKS
+/*
+ * SoftSDV doesn't have hardware assist VGA scrolling
+ */
+static unsigned char vga_hardscroll_user_enable = 0;
+#else
static unsigned char vga_hardscroll_user_enable = 1;
+#endif
static unsigned char vga_font_is_default = 1;
static int vga_vesa_blanked;
static int vga_palette_blanked;