X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fboot%2Fvideo.S;h=2ac40c8244c47145fb1d7feae7c42b9fe03bf1d8;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=668b99600e2a1b68f1e7c1272240f5610f3af7b6;hpb=e6a27dba1cf83d871b2dfcd64f04f12a67e3f4d5;p=linux-2.6.git diff --git a/arch/i386/boot/video.S b/arch/i386/boot/video.S index 668b99600..2ac40c824 100644 --- a/arch/i386/boot/video.S +++ b/arch/i386/boot/video.S @@ -97,7 +97,6 @@ #define PARAM_VESAPM_OFF 0x30 #define PARAM_LFB_PAGES 0x32 #define PARAM_VESA_ATTRIB 0x34 -#define PARAM_CAPABILITIES 0x36 /* Define DO_STORE according to CONFIG_VIDEO_RETAIN */ #ifdef CONFIG_VIDEO_RETAIN @@ -127,12 +126,8 @@ video: pushw %ds # We use different segments call mode_set # Set the mode jc vid1 -#if 0 leaw badmdt, %si # Invalid mode ID call prtstr -#else - jmp vid1 -#endif /* CONFIG_VIDEO_IGNORE_BAD_MODE */ vid2: call mode_menu vid1: #ifdef CONFIG_VIDEO_RETAIN @@ -238,10 +233,6 @@ mopar_gr: movw 18(%di), %ax movl %eax, %fs:(PARAM_LFB_SIZE) -# store mode capabilities - movl 10(%di), %eax - movl %eax, %fs:(PARAM_CAPABILITIES) - # switching the DAC to 8-bit is for <= 8 bpp only movw %fs:(PARAM_LFB_DEPTH), %ax cmpw $8, %ax @@ -1933,7 +1924,6 @@ skip10: movb %ah, %al ret store_edid: -#ifdef CONFIG_FB_FIRMWARE_EDID pushw %es # just save all registers pushw %ax pushw %bx @@ -1952,29 +1942,18 @@ store_edid: stosl movw $0x4f15, %ax # do VBE/DDC - movw $0x00, %bx # INSTALLATION CHECK / CAPABILITIES + movw $0x01, %bx movw $0x00, %cx - movw $0x00, %dx - movw $0x140, %di - int $0x10 - cmpb $0x01, %ah - je no_edid - - movw $0x4f15, %ax # do VBE/DDC - movw $0x01, %bx # READ_EDID - movw $0x00, %cx - movw $0x00, %dx + movw $0x00, %dx movw $0x140, %di int $0x10 -no_edid: popw %di # restore all registers popw %dx popw %cx popw %bx popw %ax popw %es -#endif ret # VIDEO_SELECT-only variables