aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/video
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-06-19 15:09:59 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-06-19 15:09:59 +0100
commit2f081add3ea0d1ea18629073c1d6964a093c9a5d (patch)
tree28926f31f714da3566c4676ad58886f6edae16ae /xen/drivers/video
parent3f945b103c430aa733f17d72194635d213247584 (diff)
downloadxen-2f081add3ea0d1ea18629073c1d6964a093c9a5d.tar.gz
xen-2f081add3ea0d1ea18629073c1d6964a093c9a5d.tar.bz2
xen-2f081add3ea0d1ea18629073c1d6964a093c9a5d.zip
x86: Re-introduce VIDEO_CURRENT_MODE into video.S video-mode-setting
code, and make visible at the command line via 'vga=current'. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/drivers/video')
-rw-r--r--xen/drivers/video/vga.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/drivers/video/vga.c b/xen/drivers/video/vga.c
index 1f6c2c504a..7c9326e40c 100644
--- a/xen/drivers/video/vga.c
+++ b/xen/drivers/video/vga.c
@@ -33,6 +33,9 @@ static unsigned char *video;
* 'vga=ask':
* display a vga menu of available modes
*
+ * 'vga=current':
+ * use the current vga mode without modification
+ *
* 'vga=text-80x<rows>':
* text mode, where <rows> is one of {25,28,30,34,43,50,60}
*