Changeset 190 for trunk/src/os2ahci/ata.c
- Timestamp:
- Jul 17, 2017, 4:31:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.c
r188 r190 885 885 886 886 io->BlocksXferred += add_workspace(pIorb)->blocks; 887 DPRINTF(7, "ata_read_pp(): blocks transferred = %d\n", io->BlocksXferred);887 DPRINTF(7,__func__": blocks transferred = %d\n", io->BlocksXferred); 888 888 889 889 if (io->BlocksXferred >= io->BlockCount) … … 1392 1392 if (Dev32Help_PhysToLin(phys_addr, l, (PVOID) &p)) 1393 1393 { 1394 panic( "sg_memcpy(): DevHelp_PhysToLin() failed");1394 panic(__func__": DevHelp_PhysToLin() failed"); 1395 1395 } 1396 1396 if (dir == SG_TO_BUF)
Note:
See TracChangeset
for help on using the changeset viewer.