Skip to content

Commit

Permalink
x86: change IO delay back to 0x80
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Feb 19, 2008
1 parent 85c42d0 commit fd59e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit fd59e9e

Please sign in to comment.