Changeset 584 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH23h_HFeatures.asm
- Timestamp:
- Apr 25, 2015, 7:17:41 PM (10 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH23h_HFeatures.asm
r526 r584 78 78 ;-------------------------------------------------------------------- 79 79 ; AH23h_Enable8bitPioMode 80 ; AH23h_Disable8bitPioMode 80 81 ; Parameters: 81 82 ; DS:DI: Ptr to DPT (in RAMVARS segment) … … 91 92 mov si, FEATURE_ENABLE_8BIT_PIO_TRANSFER_MODE 92 93 jmp SHORT AH23h_SetControllerFeatures 94 AH23h_Disable8bitPioMode: 95 mov si, FEATURE_DISABLE_8BIT_PIO_TRANSFER_MODE 96 call AH23h_SetControllerFeatures 97 xor ah, ah ; Clear error since modern drives might not understand the command and are 98 ret ; always in 16-bit mode anyway 93 99 %endif
Note:
See TracChangeset
for help on using the changeset viewer.