Changeset 33 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
- Timestamp:
- Aug 23, 2010, 4:27:11 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
r28 r33 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 9.12.2007 4 ; Last update : 1.8.20104 ; Last update : 23.8.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=Dh, Reset Hard Disk (Alternate reset). … … 50 50 51 51 call FindDPT_ForDriveNumber ; DS:DI now points to DPT 52 call Interrupts_UnmaskInterruptControllerForDriveInDSDI 52 53 call AHDh_ResetMasterAndSlave 53 54 ;jc SHORT .ReturnError ; CF would be set if slave drive present without master
Note:
See TracChangeset
for help on using the changeset viewer.