Ignore:
Timestamp:
May 26, 2021, 1:42:14 PM (3 years ago)
Author:
krille_n_
Message:

Changes:

  • BIOSDRVS builds again (broken since r609). Also removed the last remnants of RESERVE_DIAGNOSTIC_CYLINDER from BIOSDRVS that I missed in r606.
  • Put in a limit on the P-CHS cylinder count in an attempt to improve compatibility with some CF cards that violates the ATA specification. The limit applies only to the BIOS. BIOSDRVS will continue to show the true cylinder count since we might want to add code later to warn the user when encountering incompatible drives like these.
  • Optimized the bug fix in r611.
  • Updated the copyright notices in XTIDECFG and BIOSDRVS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CompatibleDPT.asm

    r589 r612  
    9696FillToESDIusingDPTfromDSSI:
    9797    mov     ax, [si+DPT.wLchsCylinders]
    98     call    AH8h_LimitAXtoMaximumLCylinders
     98    call    AtaGeometry_LimitAXtoMaximumLCylinders
    9999    test    BYTE [si+DPT.bFlagsLow], MASKL_DPT_TRANSLATEMODE
    100100    jz      SHORT FillStandardDPTtoESDIfromDPTinDSSI
Note: See TracChangeset for help on using the changeset viewer.