Ignore:
Timestamp:
Feb 23, 2021, 10:10:11 PM (4 years ago)
Author:
David Azarewicz
Message:

Add 64/48 bit LBA support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/atapi.c

    r205 r207  
    9999
    100100    /* update S/G count and index */
    101     sg_indx = ata_get_sg_indx(io);
     101    sg_indx = SgIndexFromOffset(pSGList, io->cSGList, io->BlocksXferred * io->BlockSize);
    102102    sg_cnt = io->cSGList - sg_indx;
    103103
Note: See TracChangeset for help on using the changeset viewer.