Ignore:
Timestamp:
Aug 24, 2019, 9:07:11 PM (6 years ago)
Author:
David Azarewicz
Message:

Added reset counter.

File:
1 edited

Legend:

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

    r201 r202  
    342342  rearm_ctx_hook = 0;
    343343
    344   //DPRINTF(8,"reset_ctxhook() started\n");
    345   dprintf(0, __func__": BEG\n");
     344  DPRINTF(8,"reset_ctxhook() started\n");
    346345  memset(&done_queue, 0x00, sizeof(done_queue));
    347346
     
    400399      {
    401400        ports_to_reset[a] &= ~(1UL << p);
     401        ai->ports[p].ulResetCount++;
    402402
    403403        /* Reset this port. Since this is a rather slow operation, we'll
     
    483483  }
    484484
    485   dprintf(0,__func__": END\n");
    486485  KernThunkStackTo16();
    487486}
Note: See TracChangeset for help on using the changeset viewer.