Changeset 59 for trunk


Ignore:
Timestamp:
Dec 15, 2010, 12:21:56 PM (15 years ago)
Author:
markus
Message:

removed (already commented out) debug code

File:
1 edited

Legend:

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

    r58 r59  
    625625{
    626626  IORB_EXECUTEIO _far *io = (IORB_EXECUTEIO _far *) iorb;
    627 /*    unsigned char _far *p; */
    628 /*    u16 mode_sw; */
    629627
    630628  io->BlocksXferred += add_workspace(iorb)->blocks;
     
    637635    /* requeue this IORB for next iteration */
    638636    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
    654639}
    655640
Note: See TracChangeset for help on using the changeset viewer.