Changeset 59 for trunk/src/os2ahci/ata.c
- Timestamp:
- Dec 15, 2010, 12:21:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.c
r58 r59 625 625 { 626 626 IORB_EXECUTEIO _far *io = (IORB_EXECUTEIO _far *) iorb; 627 /* unsigned char _far *p; */628 /* u16 mode_sw; */629 627 630 628 io->BlocksXferred += add_workspace(iorb)->blocks; … … 637 635 /* requeue this IORB for next iteration */ 638 636 iorb_requeue(iorb); 639 /* printf("MT: IORB requeued\n"); */ 640 } 641 642 /* MT: print hex dump of first sector read */ 643 /* if (io->cSGList) { */ 644 /* if (DevHelp_PhysToVirt(io->pSGList->ppXferBuf, */ 645 /* (USHORT) io->pSGList->XferBufLen, */ 646 /* (PVOID) &p, &mode_sw)) { */ 647 /* printf("MT: failed to convert S/G pointer to virt address\n"); */ 648 /* } else { */ 649 /* phex(p, (int) io->pSGList->XferBufLen, "sector dump, RBA=0x%08lx\n", */ 650 /* io->RBA); */ 651 /* } */ 652 /* } */ 653 637 } 638 654 639 } 655 640
Note:
See TracChangeset
for help on using the changeset viewer.