Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dd4ecfc2b10d962d70ff59f8994a29aa048700ec
Commit:     dd4ecfc2b10d962d70ff59f8994a29aa048700ec
Parent:     ae32b1297a77c23fd0badd642bb685062f7a37f8
Author:     Jan Beulich <[EMAIL PROTECTED]>
AuthorDate: Wed May 2 19:27:11 2007 +0200
Committer:  Andi Kleen <[EMAIL PROTECTED]>
CommitDate: Wed May 2 19:27:11 2007 +0200

    [PATCH] x86-64: adjust EDID retrieval
    
    commit 5e518d7672dea4cd7c60871e40d0490c52f01d13 did the same change to
    i386's variant.
    
    With this change, i386's and x86-64's versions are identical, raising
    the question whether the x86-64 one should go (just like there's only
    one instance of edd.S).
    
    Signed-off-by: Jan Beulich <[EMAIL PROTECTED]>
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
---
 arch/x86_64/boot/video.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86_64/boot/video.S b/arch/x86_64/boot/video.S
index 6090516..8143c95 100644
--- a/arch/x86_64/boot/video.S
+++ b/arch/x86_64/boot/video.S
@@ -1977,7 +1977,7 @@ store_edid:
        movw    $0x4f15, %ax                    # do VBE/DDC
        movw    $0x01, %bx
        movw    $0x00, %cx
-       movw    $0x01, %dx
+       movw    $0x00, %dx
        movw    $0x140, %di
        int     $0x10
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to