Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd59e9e9 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: change IO delay back to 0x80



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: default avatarIngo Molnar <mingo@elte.hu>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 85c42d0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]"