Changeset 473 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
- Timestamp:
- Oct 10, 2012, 6:22:23 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
r445 r473 70 70 71 71 ; Initialize Master and Slave drives 72 eMOVZX ax, [di+DPT.bIdevarsOffset] ; (AL) pointer to controller we are looking to reset 72 call AccessDPT_GetIdevarsToCSBX 73 xchg ax, bx ; (AL) pointer to controller we are looking to reset 73 74 ; (AH) initialize error code, assume success 74 75
Note:
See TracChangeset
for help on using the changeset viewer.