|
|
1.1 root 1: // Generated from monitor_id.pl
2:
1.1.1.7 root 3: ID_MONITOR_ACCSTAT,
4: ID_MONITOR_AREASET,
1.1 root 5: ID_MONITOR_ATC0,
6: ID_MONITOR_ATC1,
7: ID_MONITOR_ATC2,
8: ID_MONITOR_ATC3,
9: ID_MONITOR_ATC4,
10: ID_MONITOR_ATC5,
11: ID_MONITOR_ATC6,
12: ID_MONITOR_ATC7,
13: ID_MONITOR_BREAKPOINT,
1.1.1.5 root 14: ID_MONITOR_BT45x,
1.1 root 15: ID_MONITOR_CMMU0,
16: ID_MONITOR_CMMU1,
17: ID_MONITOR_CMMU2,
18: ID_MONITOR_CMMU3,
19: ID_MONITOR_CMMU4,
20: ID_MONITOR_CMMU5,
21: ID_MONITOR_CMMU6,
22: ID_MONITOR_CMMU7,
1.1.1.3 root 23: ID_MONITOR_CRTC,
1.1 root 24: ID_MONITOR_DMAC,
1.1.1.4 root 25: ID_MONITOR_FDC,
1.1.1.3 root 26: ID_MONITOR_HOSTCOM,
1.1.1.6 root 27: ID_MONITOR_HOSTNET0,
28: ID_MONITOR_HOSTNET1,
1.1 root 29: ID_MONITOR_INTERRUPT,
30: ID_MONITOR_KEYBOARD,
31: ID_MONITOR_LANCE,
32: ID_MONITOR_LCD,
1.1.1.3 root 33: ID_MONITOR_LUNAVC,
1.1.1.6 root 34: ID_MONITOR_MAINBUS,
1.1 root 35: ID_MONITOR_MEMDUMP0,
36: ID_MONITOR_MEMDUMP1,
37: ID_MONITOR_MEMDUMP2,
38: ID_MONITOR_MEMDUMP3,
39: ID_MONITOR_MFP,
40: ID_MONITOR_MK48T02,
41: ID_MONITOR_MPUATC,
1.1.1.7 root 42: ID_MONITOR_MPUCACHE,
1.1 root 43: ID_MONITOR_MPUREG,
1.1.1.6 root 44: ID_MONITOR_NEREID,
1.1.1.5 root 45: ID_MONITOR_PIO,
1.1.1.3 root 46: ID_MONITOR_RENDERER,
1.1.1.5 root 47: ID_MONITOR_ROMCONS,
1.1 root 48: ID_MONITOR_RTC,
1.1.1.6 root 49: ID_MONITOR_RTL8019AS0,
50: ID_MONITOR_RTL8019AS1,
1.1 root 51: ID_MONITOR_SCC,
52: ID_MONITOR_SCHEDULER,
1.1.1.2 root 53: ID_MONITOR_SCSIDEVS,
1.1 root 54: ID_MONITOR_SIO,
1.1.1.9 ! root 55: ID_MONITOR_SLIRP,
1.1 root 56: ID_MONITOR_SPC,
1.1.1.8 root 57: ID_MONITOR_SSG,
1.1 root 58: ID_MONITOR_SYSCLK,
1.1.1.7 root 59: ID_MONITOR_SYSPORT,
60: ID_MONITOR_VIRTIO_BLOCK0,
61: ID_MONITOR_VIRTIO_BLOCK1,
62: ID_MONITOR_VIRTIO_BLOCK2,
63: ID_MONITOR_VIRTIO_BLOCK3,
64: ID_MONITOR_VIRTIO_BLOCK4,
65: ID_MONITOR_VIRTIO_BLOCK5,
66: ID_MONITOR_VIRTIO_BLOCK6,
67: ID_MONITOR_VIRTIO_BLOCK7,
1.1.1.8 root 68: ID_MONITOR_VIRTIO_ENTROPY,
1.1.1.7 root 69: ID_MONITOR_VIRTIO_NET,
1.1 root 70: ID_MONITOR_WXHOSTINFO,
1.1.1.5 root 71: ID_MONITOR_XPMEMDUMP0,
72: ID_MONITOR_XPMEMDUMP1,
73: ID_MONITOR_XPMEMDUMP2,
74: ID_MONITOR_XPMEMDUMP3,
75: ID_MONITOR_XPINTR,
76: ID_MONITOR_XPIO,
77: ID_MONITOR_XPREG,
1.1 root 78:
79: ID_SUBWIN_BRHIST,
80: ID_SUBWIN_CACHE0,
81: ID_SUBWIN_CACHE1,
82: ID_SUBWIN_CACHE2,
83: ID_SUBWIN_CACHE3,
84: ID_SUBWIN_CACHE4,
85: ID_SUBWIN_CACHE5,
86: ID_SUBWIN_CACHE6,
87: ID_SUBWIN_CACHE7,
1.1.1.5 root 88: ID_SUBWIN_DIPSW,
1.1 root 89: ID_SUBWIN_EXHIST,
90: ID_SUBWIN_LCDPANEL,
91: ID_SUBWIN_LOG,
1.1.1.3 root 92: ID_SUBWIN_LOGSETTING,
93: ID_SUBWIN_LUNAFB,
1.1.1.7 root 94: ID_SUBWIN_NEWSIO,
1.1.1.5 root 95: ID_SUBWIN_PALETTE,
1.1.1.4 root 96: ID_SUBWIN_ROM,
1.1 root 97: ID_SUBWIN_SOFTKEY,
1.1.1.5 root 98: ID_SUBWIN_TEXTPAL,
1.1.1.4 root 99: ID_SUBWIN_TVRAM,
1.1.1.3 root 100: ID_SUBWIN_VECTOR,
1.1.1.6 root 101: ID_SUBWIN_X68KIO,
1.1.1.5 root 102: ID_SUBWIN_XPBRHIST,
103: ID_SUBWIN_XPEXHIST,
1.1 root 104:
1.1.1.7 root 105: ID_MONITOR_START = ID_MONITOR_ACCSTAT,
1.1.1.5 root 106: ID_MONITOR_END = ID_MONITOR_XPREG,
1.1 root 107: ID_MONITOR_MAX = ID_MONITOR_END + 1,
108: ID_SUBWIN_START = ID_SUBWIN_BRHIST,
1.1.1.5 root 109: ID_SUBWIN_END = ID_SUBWIN_XPEXHIST,
1.1 root 110: ID_SUBWIN_MAX = ID_SUBWIN_END + 1,
111:
112: // これは enum じゃないけど自動生成の都合でここに置く
1.1.1.5 root 113: MAX_ATC_MONITOR = 8,
114: MAX_CACHE_MONITOR = 8,
115: MAX_CMMU_MONITOR = 8,
1.1.1.6 root 116: MAX_HOSTNET_MONITOR = 2,
1.1 root 117: MAX_MEMDUMP_MONITOR = 4,
1.1.1.6 root 118: MAX_RTL8019AS_MONITOR = 2,
1.1.1.7 root 119: MAX_VIRTIO_BLOCK_MONITOR = 8,
1.1.1.5 root 120: MAX_XPMEMDUMP_MONITOR = 4,
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.