Ignore:
Timestamp:
May 31, 2013, 2:03:41 AM (12 years ago)
Author:
David Azarewicz
Message:

fixed trap dump kernel exit, some work on suspend/resume routines

File:
1 edited

Legend:

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

    r156 r160  
    235235    AD_INFO *ai = ad_infos + a;
    236236
    237     printf_nts("Adapter %d: %d:%d:%d irq=%d addr=0x%lx\n", a,
     237    ntprintf("Adapter %d: %d:%d:%d irq=%d addr=0x%lx\n", a,
    238238      ai->bus, ai->dev_func>>3, ai->dev_func&7,
    239239      ai->irq, ai->mmio_phys);
     
    242242      P_INFO *pi = &ai->ports[p];
    243243
    244       printf_nts("  Port %d:\n", p);
     244      ntprintf("  Port %d:\n", p);
    245245
    246246      for (d = 0; d <= pi->dev_max; d++) {
    247247        if (!pi->devs[d].present) continue;
    248         printf_nts("    Drive %d: atapi=%d, removable=%d\n", d, pi->devs[d].atapi, pi->devs[d].removable);
     248        ntprintf("    Drive %d: atapi=%d, removable=%d\n", d, pi->devs[d].atapi, pi->devs[d].removable);
    249249      }
    250250    }
Note: See TracChangeset for help on using the changeset viewer.