Changeset 532 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src
- Timestamp:
- Mar 31, 2013, 11:31:48 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeWait.asm
r526 r532 77 77 mov cl, bh 78 78 call Timer_InitializeTimeoutWithTicksInCL 79 call IdeIO_InputStatusRegisterToAL ; Discard contents of first read 79 80 and ah, ~FLG_STATUS_BSY 80 81 jz SHORT PollBsyOnly … … 94 95 ;-------------------------------------------------------------------- 95 96 PollBsyAndFlgInAH: 96 call IdeIO_InputStatusRegisterToAL ; Discard contents of first read97 98 97 .PollLoop: 99 98 call IdeIO_InputStatusRegisterToAL … … 125 124 ;-------------------------------------------------------------------- 126 125 PollBsyOnly: 127 call IdeIO_InputStatusRegisterToAL ; Discard contents of first read128 129 126 .PollLoop: 130 127 call IdeIO_InputStatusRegisterToAL
Note:
See TracChangeset
for help on using the changeset viewer.