Changeset 614 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
- Timestamp:
- Jun 10, 2021, 4:56:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r605 r614 44 44 call StartDetectionWithDriveSelectByteInBHandStringInCX ; Detect and create DPT + BOOTNFO 45 45 46 test BYTE [cs:bp+IDEVARS.drvParamsSlave+DRVPARAMS.wFlags], FLG_DRVPARAMS_DO_NOT_DETECT 47 jnz SHORT .SkipSlaveDetection 46 48 mov cx, g_szDetectSlave 47 49 mov bh, MASK_DRVNHEAD_SET | FLG_DRVNHEAD_DRV 48 50 call StartDetectionWithDriveSelectByteInBHandStringInCX 51 .SkipSlaveDetection: 49 52 50 53 %ifdef MODULE_HOTKEYS
Note:
See TracChangeset
for help on using the changeset viewer.