Changeset 26 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HPIO.asm
- Timestamp:
- Jul 26, 2010, 6:30:33 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HPIO.asm
r3 r26 232 232 HPIO_WriteToDrive: 233 233 cld ; OUTS to increment SI 234 call HStatus_WaitDrqDefTime ; Always poll DRQ for first block 234 call HStatus_WaitDrqDefTime ; Always poll DRQ for first block, get data port to DX 235 235 jc SHORT .RetError ; Return if error (code in AH) 236 236 sub dx, BYTE REGR_IDE_ST ; DX to Data Port address … … 251 251 jmp HStatus_WaitIrqOrRdy ; Check for errors 252 252 253 253 254 254 ;-------------------------------------------------------------------- 255 255 ; Bus specific transfer functions and lookup table.
Note:
See TracChangeset
for help on using the changeset viewer.