Changeset 258 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
- Timestamp:
- Feb 22, 2012, 7:01:53 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
r227 r258 43 43 push cx 44 44 45 %ifdef MODULE_SERIAL 46 ; 47 ; no need to do this for serial deveices, and we use the DPT_RESET flag bits 48 ; to store the drive type for serial floppy drives (MODULE_SERIAL_FLOPPY) 49 ; 50 xor ah, ah 51 test byte [di+DPT.bFlagsHigh], FLGH_DPT_SERIAL_DEVICE ; Clears CF 52 jnz .ReturnNotSuccessfull 53 %endif 54 45 55 ; Try to select drive and wait until ready 46 56 or BYTE [di+DPT.bFlagsHigh], MASKH_DPT_RESET ; Everything uninitialized
Note:
See TracChangeset
for help on using the changeset viewer.