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/trace.c

    r198 r200  
    3838      ai->bios_config[HOST_VERSION / sizeof(u32)]);
    3939
    40     for (p = 0; p < ai->hw_ports; p++)
     40    for (p = 0; p <= ai->port_max; p++)
    4141    {
    4242      P_INFO *pi = &ai->ports[p];
Note: See TracChangeset for help on using the changeset viewer.