Changeset 442 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Aug 21, 2012, 5:17:11 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm
r441 r442 45 45 46 46 add bx, BYTE ATA1.wHeadCnt - ATA1.wCylCnt 47 mov c l, MAX_VALID_PCHS_HEADS47 mov cx, MAX_VALID_PCHS_HEADS 48 48 call .CompareCHorSfromOffsetBXtoMaxValueInCX 49 49 … … 96 96 jbe SHORT .ValidPCHorSinOffsetBX 97 97 .InvalidPCHorSinOffsetBX: 98 add sp, 2; Clear return address for this function98 add sp, BYTE 2 ; Clear return address for this function 99 99 .FailedToVerifyAtaID: 100 100 stc ; Set carry to indicate invalid ATA-ID
Note:
See TracChangeset
for help on using the changeset viewer.