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/Makefile

    r111 r112  
    7373
    7474SRCS     = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c \
    75            apm.c ioctl.c
     75           apm.c ioctl.c trace.c
    7676
    7777OBJS     = init.obj libc.obj os2ahci.obj pci.obj ahci.obj ata.obj atapi.obj \
    78            ctxhook.obj apm.obj ioctl.obj
     78           ctxhook.obj apm.obj ioctl.obj trace.obj
    7979
    8080INCS     = os2ahci.h ahci.h version.h
     
    8484
    8585clean:
    86         rm -f $(OBJS) $(TARGET)
     86        rm -f $(OBJS) $(TARGET) *.cod *.lst
    8787
    8888
     
    109109
    110110ioctl.obj:    ioctl.c    Makefile $(INCS) atapi.h ioctl.h
     111
     112trace.obj:    trace.c    Makefile $(INCS)
    111113
    112114os2ahci.def:  version.h  os2ahci.def.template
Note: See TracChangeset for help on using the changeset viewer.