2007-05-21 22:28:46 +02:00
|
|
|
Index: xen-3.1-testing/xen/drivers/video/vga.c
|
2007-02-11 11:48:10 +01:00
|
|
|
===================================================================
|
2007-05-21 22:28:46 +02:00
|
|
|
--- xen-3.1-testing.orig/xen/drivers/video/vga.c
|
|
|
|
+++ xen-3.1-testing/xen/drivers/video/vga.c
|
|
|
|
@@ -587,6 +587,8 @@ void vga_init(void)
|
|
|
|
keep = -1;
|
2007-02-11 11:48:10 +01:00
|
|
|
else if ( strncmp(p, "text-80x", 8) == 0 )
|
|
|
|
vgacon_lines = simple_strtoul(p + 8, NULL, 10);
|
|
|
|
+ else if ( strncmp(p, "text", 4) == 0 && p[4] != '-' )
|
|
|
|
+ vgacon_lines = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
video = setup_vga();
|