/[pearpc]/src/debug/tracers.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /src/debug/tracers.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Wed Sep 5 17:11:21 2007 UTC revision 5 by dpavlin, Wed Sep 5 17:46:52 2007 UTC
# Line 30  Line 30 
30  #define PPC_FPU_TRACE(msg...) ht_printf("[CPU/FPU] "msg)  #define PPC_FPU_TRACE(msg...) ht_printf("[CPU/FPU] "msg)
31  #define PPC_DEC_TRACE(msg...) ht_printf("[CPU/DEC] "msg)  #define PPC_DEC_TRACE(msg...) ht_printf("[CPU/DEC] "msg)
32  #define PPC_ESC_TRACE(msg...) ht_printf("[CPU/ESC] "msg)  #define PPC_ESC_TRACE(msg...) ht_printf("[CPU/ESC] "msg)
33  //#define PPC_EXC_TRACE(msg...) ht_printf("[CPU/EXC] "msg)  #define PPC_EXC_TRACE(msg...) ht_printf("[CPU/EXC] "msg)
34  #define PPC_MMU_TRACE(msg...) ht_printf("[CPU/MMU] "msg)  #define PPC_MMU_TRACE(msg...) ht_printf("[CPU/MMU] "msg)
35  #define PPC_OPC_TRACE(msg...) ht_printf("[CPU/OPC] "msg)  #define PPC_OPC_TRACE(msg...) ht_printf("[CPU/OPC] "msg)
36  //#define IO_PROM_TRACE(msg...) ht_printf("[IO/PROM] "msg)  #define IO_PROM_TRACE(msg...) ht_printf("[IO/PROM] "msg)
37  //#define IO_PROM_FS_TRACE(msg...) ht_printf("[IO/PROM/FS] "msg)  #define IO_PROM_FS_TRACE(msg...) ht_printf("[IO/PROM/FS] "msg)
38  //#define IO_3C90X_TRACE(msg...) ht_printf("[IO/3c90x] "msg)  #define IO_3C90X_TRACE(msg...) ht_printf("[IO/3c90x] "msg)
39  //#define IO_RTL8139_TRACE(msg...) ht_printf("[IO/rtl8139] "msg)  #define IO_RTL8139_TRACE(msg...) ht_printf("[IO/rtl8139] "msg)
40  //#define IO_GRAPHIC_TRACE(msg...) ht_printf("[IO/GCARD] "msg)  #define IO_GRAPHIC_TRACE(msg...) ht_printf("[IO/GCARD] "msg)
41  //#define IO_CUDA_TRACE(msg...) ht_printf("[IO/CUDA] "msg)  #define IO_CUDA_TRACE(msg...) ht_printf("[IO/CUDA] "msg)
42  //#define IO_PIC_TRACE(msg...) ht_printf("[IO/PIC] "msg)  #define IO_PIC_TRACE(msg...) ht_printf("[IO/PIC] "msg)
43  //#define IO_PCI_TRACE(msg...) ht_printf("[IO/PCI] "msg)  #define IO_PCI_TRACE(msg...) ht_printf("[IO/PCI] "msg)
44  //#define IO_MACIO_TRACE(msg...) ht_printf("[IO/MACIO] "msg)  #define IO_MACIO_TRACE(msg...) ht_printf("[IO/MACIO] "msg)
45  //#define IO_NVRAM_TRACE(msg...) ht_printf("[IO/NVRAM] "msg)  #define IO_NVRAM_TRACE(msg...) ht_printf("[IO/NVRAM] "msg)
46  //#define IO_IDE_TRACE(msg...) ht_printf("[IO/IDE] "msg)  #define IO_IDE_TRACE(msg...) ht_printf("[IO/IDE] "msg)
47  //#define IO_USB_TRACE(msg...) ht_printf("[IO/USB] "msg)  #define IO_USB_TRACE(msg...) ht_printf("[IO/USB] "msg)
48  #define IO_SERIAL_TRACE(msg...) ht_printf("[IO/SERIAL] "msg)  #define IO_SERIAL_TRACE(msg...) ht_printf("[IO/SERIAL] "msg)
49  #define IO_CORE_TRACE(msg...) ht_printf("[IO/Generic] "msg)  #define IO_CORE_TRACE(msg...) ht_printf("[IO/Generic] "msg)
50    

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26