Changeset 504 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/AutoConfigure.asm
- Timestamp:
- Feb 13, 2013, 6:12:52 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/AutoConfigure.asm
r502 r504 101 101 call IdeAutodetect_IncrementDXtoNextIdeBasePort 102 102 jz SHORT .AllPortsAlreadyDetected 103 push cx104 call IdeAutodetect_DetectIdeDeviceFromPortDXAndReturnControlBlockIn CX105 mov bx, cx106 pop cx103 push si 104 call IdeAutodetect_DetectIdeDeviceFromPortDXAndReturnControlBlockInSI 105 mov bx, si 106 pop si 107 107 jc SHORT .DetectFromNextPort 108 108
Note:
See TracChangeset
for help on using the changeset viewer.