Reduce the io_delay to make the A20 slowdown less severe syslinux-1.51-pre6
authorhpa <hpa>
Mon, 22 Jan 2001 21:28:37 +0000 (21:28 +0000)
committerhpa <hpa>
Mon, 22 Jan 2001 21:28:37 +0000 (21:28 +0000)
ldlinux.asm
pxelinux.asm

index 5877542..de00571 100644 (file)
@@ -2486,8 +2486,6 @@ slow_out: out dx, al              ; Fall through
 
 _io_delay:     out IO_DELAY_PORT,al
                out IO_DELAY_PORT,al
-               out IO_DELAY_PORT,al
-               out IO_DELAY_PORT,al
                ret
 
 enable_a20:
index c3cf4bf..6233c06 100644 (file)
@@ -2129,8 +2129,6 @@ slow_out: out dx, al              ; Fall through
 
 _io_delay:     out IO_DELAY_PORT,al
                out IO_DELAY_PORT,al
-               out IO_DELAY_PORT,al
-               out IO_DELAY_PORT,al
                ret
 
 enable_a20: