Ignore:
Timestamp:
Jul 6, 2011, 10:02:47 AM (14 years ago)
Author:
Markus Thielen
Message:
  • removed RAS calls (tracing to OS/2 kernel trace buffer was unreliable)
  • added private trace ring buffer implementation
  • support read from OS2AHCI$ character device
  • contents of trace ring buffer are accesible via OS2AHCI$ character device
  • updated WATCOM makefile; WATCOM build still produces a non-working driver
  • code cleanup (unused variables etc.)
File:
1 edited

Legend:

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

    r111 r112  
    183183
    184184static char s_generic[]       = "Generic";
    185 
    186 /******************************************************************************
    187  * other strings
    188  */
    189 static char s_already_claimed[] = "Warning: device already claimed by another driver.\n";
    190185
    191186
     
    937932  }
    938933
    939   dddphex(parm, sizeof(*parm), TRACE_MINOR_OEMHLP_PARM, "oemhlp_parm: ");
    940   dddphex(data, sizeof(*data), TRACE_MINOR_OEMHLP_DATA, "oemhlp_data: ");
     934  dddphex(parm, sizeof(*parm), "oemhlp_parm: ");
     935  dddphex(data, sizeof(*data), "oemhlp_data: ");
    941936
    942937  if (ioctl.rph.Status & STERR) {
Note: See TracChangeset for help on using the changeset viewer.