Ignore:
Timestamp:
Jul 30, 2013, 2:06:45 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • If Advanced controller needs to limit PIO mode (Vision QD6500), cycle time is now limited as well => QD6500 now works with fast drives.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta/AdvAtaInit.asm

    r526 r564  
    5050
    5151;--------------------------------------------------------------------
    52 ; AdvAtaInit_GetControllerMaxPioModeToAL
     52; AdvAtaInit_GetControllerMaxPioModeToALandMinPioCycleTimeToBX
    5353;   Parameters:
    5454;       AX:     ID WORD specific for detected controller
     
    5656;       AL:     Max supported PIO mode
    5757;       AH:     FLGH_DPT_IORDY if IORDY supported, zero otherwise
     58;       BX:     Min PIO cycle time (only if CF set)
    5859;       CF:     Set if PIO limit necessary
    5960;               Cleared if no need to limit timings
     
    6162;       (AX if CF cleared)
    6263;--------------------------------------------------------------------
    63 AdvAtaInit_GetControllerMaxPioModeToAL  equ Vision_GetMaxPioModeToAL
     64AdvAtaInit_GetControllerMaxPioModeToALandMinPioCycleTimeToBX    equ Vision_GetMaxPioModeToALandMinCycleTimeToBX
    6465
    6566
Note: See TracChangeset for help on using the changeset viewer.