Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d0049e71c6e14a3b0a5b8cedaa1325a1a91fecb0
Commit:     d0049e71c6e14a3b0a5b8cedaa1325a1a91fecb0
Parent:     6e7c402590b75b6b45138792445ee0f0315a8473
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 30 13:30:05 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 13:30:05 2008 +0100

    x86: make io_delay=0xed the default
    
    make io_delay=0xed the default. This frees up port 0x80 which is
    a debug port on some machines and locks up certain laptops.
    
    Testing only for now. Try the io_delay=0x80 boot option if this does not
    work for you.
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
---
 arch/x86/Kconfig.debug |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 77eda46..b747ab3 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -134,7 +134,7 @@ config IO_DELAY_TYPE_NONE
 
 choice
        prompt "IO delay type"
-       default IO_DELAY_0X80
+       default IO_DELAY_0XED
 
 config IO_DELAY_0X80
        bool "port 0x80 based port-IO delay [recommended]"
-
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