Changeset 411 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Apr 26, 2012, 7:41:59 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm
r376 r411 71 71 ;-------------------------------------------------------------------- 72 72 .GetLbaSectorCount: 73 %ifdef MODULE_EBIOS 73 74 test BYTE [di+ATA6.wSetSup83+1], A6_wSetSup83_LBA48>>8 74 75 jz SHORT .GetLba28SectorCount 76 77 ; Get LBA48 sector count 75 78 mov ax, [di+ATA6.qwLBACnt] 76 79 mov dx, [di+ATA6.qwLBACnt+2] 77 80 mov bx, [di+ATA6.qwLBACnt+4] 78 81 ret 82 %endif 79 83 80 84 .GetLba28SectorCount:
Note:
See TracChangeset
for help on using the changeset viewer.