From 65ef2e155d13400dd504b6d77f10ec061429d674 Mon Sep 17 00:00:00 2001 From: Michal Januszewski Date: Sun, 5 Oct 2008 12:16:04 +0200 Subject: [PATCH] --- yaml --- r: 113386 b: refs/heads/master c: 2407390bd20de38740eef87eab4fe3d1deafdbdd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/video-vesa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4511b55d6d0a..c75e6f99d206 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d960c9ce47c5360b39e47c064818e91c89df0e21 +refs/heads/master: 2407390bd20de38740eef87eab4fe3d1deafdbdd diff --git a/trunk/arch/x86/boot/video-vesa.c b/trunk/arch/x86/boot/video-vesa.c index 401ad998ad08..1e6fe0214c85 100644 --- a/trunk/arch/x86/boot/video-vesa.c +++ b/trunk/arch/x86/boot/video-vesa.c @@ -224,7 +224,7 @@ static void vesa_store_pm_info(void) static void vesa_store_mode_params_graphics(void) { /* Tell the kernel we're in VESA graphics mode */ - boot_params.screen_info.orig_video_isVGA = 0x23; + boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; /* Mode parameters */ boot_params.screen_info.vesa_attributes = vminfo.mode_attr;