Ignore:
Timestamp:
Feb 15, 2011, 1:18:21 PM (14 years ago)
Author:
chris
Message:
  • Added minimum NCQ depth for SATA devices which don't support NCQ at all
  • Removed ATAPI devices from the flush cache queue as they caused timeouts with a DVD drive in an HP test box
  • Various cosmetic changes to debug levels, etc.
File:
1 edited

Legend:

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

    r69 r71  
    964964  }
    965965
    966   dprintf("IORB queued:  %d/%d (queue = %Fp, IORB = %Fp)\n",
    967           iorb->CommandCode, iorb->CommandModifier, queue, iorb);
     966  ddprintf("IORB queued:  %d/%d (queue = %Fp, IORB = %Fp)\n",
     967           iorb->CommandCode, iorb->CommandModifier, queue, iorb);
    968968}
    969969
     
    995995
    996996  if (found) {
    997     dprintf("IORB removed: %d/%d (queue = %Fp, IORB = %Fp) - %04x/%04x\n",
    998             iorb->CommandCode, iorb->CommandModifier, queue, iorb,
    999             iorb->Status, iorb->ErrorCode);
     997    ddprintf("IORB removed: %d/%d (queue = %Fp, IORB = %Fp) - %04x/%04x\n",
     998             iorb->CommandCode, iorb->CommandModifier, queue, iorb,
     999             iorb->Status, iorb->ErrorCode);
    10001000  } else {
    10011001    dprintf("IORB %Fp not found in queue %Fp\n", iorb, queue);
Note: See TracChangeset for help on using the changeset viewer.