Changeset 477 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH1Eh_XTCF.asm
- Timestamp:
- Oct 20, 2012, 5:04:32 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH1Eh_XTCF.asm
r475 r477 112 112 mov BYTE [di+DPT_ATA.bDevice], DEVICE_8BIT_XTCF_DMA 113 113 mov al, [di+DPT_ATA.bBlockSize] 114 jmp AH24h_SetBlockSize ; AH=24h limits block size if necessary 114 call AH24h_SetBlockSize ; AH=24h limits block size if necessary 115 jmp SHORT .Enable8bitPioMode 115 116 116 117 .SetMemoryMappedMode: … … 120 121 .Set8bitPioMode: 121 122 mov BYTE [di+DPT_ATA.bDevice], DEVICE_8BIT_XTCF_PIO8 123 ; Fall to .Enable8bitPioMode 124 125 ; We always need to enable 8-bit mode since 16-bit mode is restored 126 ; when controller is reset (AH=0h or Dh) 122 127 .Enable8bitPioMode: 123 128 jmp AH23h_Enable8bitPioMode
Note:
See TracChangeset
for help on using the changeset viewer.