patch-2.3.48 linux/drivers/video/vgacon.c
Next file: linux/drivers/zorro/proc.c
Previous file: linux/drivers/video/matroxfb.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Feb 24 10:14:29 2000
- Orig file:
v2.3.47/linux/drivers/video/vgacon.c
- Orig date:
Mon Oct 4 15:49:30 1999
diff -u --recursive --new-file v2.3.47/linux/drivers/video/vgacon.c linux/drivers/video/vgacon.c
@@ -106,7 +106,14 @@
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;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)