]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86: change IO delay back to 0x80
authorIngo Molnar <mingo@elte.hu>
Sun, 17 Feb 2008 19:20:24 +0000 (20:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Feb 2008 15:18:34 +0000 (16:18 +0100)
change back the IO delay to 0x80.

Alan says that 0xed is known to break some older boxes, and given that
the get-rid-of-outb-APIs efforts are well underway we should just let
them be finished.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig.debug

index 864affc9a7b07ec67870e1fe2f0dcbc0159cc721..702eb39901ca3ee987f0adeb81f7d38567ba8c93 100644 (file)
@@ -156,7 +156,7 @@ config IO_DELAY_TYPE_NONE
 
 choice
        prompt "IO delay type"
-       default IO_DELAY_0XED
+       default IO_DELAY_0X80
 
 config IO_DELAY_0X80
        bool "port 0x80 based port-IO delay [recommended]"