Ignore:
Timestamp:
Mar 27, 2019, 3:12:47 AM (6 years ago)
Author:
David Azarewicz
Message:

Minor changes to debug output.

File:
1 edited

Legend:

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

    r198 r200  
    249249    /* more ports in port_map than in HOST_CAP & 0x1f */
    250250    ports = ai->hw_ports;
    251     DPRINTF(1,"implemented port map (0x%x) contains more ports than hw_ports (%d), using hw_ports\n", ai->port_map, ports);
     251    DPRINTF(0,"implemented port map (0x%x) contains more ports than hw_ports (%d), using hw_ports\n", ai->port_map, ports);
    252252    ai->port_map = (1UL << ports) - 1UL;
    253253  }
     
    558558    {
    559559      if (i >= MAX_IRQ_HANDLERS) return -1; /* no more handlers available */
    560       DPRINTF(2,"registering interrupt #%d\n", ai->irq);
     560
     561      DPRINTF(2,"registering interrupt %d pin=%d\n", ai->irq, ai->irq_pin);
    561562
    562563      rc = Dev32Help_SetIRQ(ahci_intr, ai->irq, p, ai->irq);
Note: See TracChangeset for help on using the changeset viewer.