Ignore:
Timestamp:
Jun 27, 2011, 6:40:13 PM (14 years ago)
Author:
Markus Thielen
Message:

added support for os2trace (buggy; messages get swallowed); reverted last change that ignored unknown command line arguments

File:
1 edited

Legend:

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

    r108 r111  
    937937  }
    938938
    939   dddphex(parm, sizeof(*parm), "oemhlp_parm: ");
    940   dddphex(data, sizeof(*data), "oemhlp_data: ");
     939  dddphex(parm, sizeof(*parm), TRACE_MINOR_OEMHLP_PARM, "oemhlp_parm: ");
     940  dddphex(data, sizeof(*data), TRACE_MINOR_OEMHLP_DATA, "oemhlp_data: ");
    941941
    942942  if (ioctl.rph.Status & STERR) {
Note: See TracChangeset for help on using the changeset viewer.