Changeset 582 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Timestamp:
- Mar 17, 2015, 1:14:17 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeDPT.asm
r567 r582 119 119 ; Many VLB controllers support PIO modes up to 2. 120 120 call AdvAtaInit_GetControllerMaxPioModeToALandMinPioCycleTimeToBX 121 jn cSHORT .ChangeTo32bitDevice121 jnz SHORT .ChangeTo32bitDevice 122 122 123 123 and BYTE [di+DPT.bFlagsHigh], ~FLGH_DPT_IORDY ; No IORDY supported if need to limit
Note:
See TracChangeset
for help on using the changeset viewer.