Changeset 207 for trunk/src/os2ahci/atapi.c
- Timestamp:
- Feb 23, 2021, 10:10:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.c
r205 r207 99 99 100 100 /* 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); 102 102 sg_cnt = io->cSGList - sg_indx; 103 103
Note:
See TracChangeset
for help on using the changeset viewer.