VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/i8042prt/i8042log.mc@ 4612

Last change on this file since 4612 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.8 KB
Line 
1;/*++ BUILD Version: 0001 // Increment this if a change has global effects
2;
3;Copyright (c) 1993 Microsoft Corporation
4;
5;Module Name:
6;
7; i8042log.mc
8;
9;Abstract:
10;
11; Constant definitions for the I/O error code log values.
12;
13;Revision History:
14;
15;--*/
16;
17;#ifndef _I8042LOG_
18;#define _I8042LOG_
19;
20;//
21;// Status values are 32 bit values layed out as follows:
22;//
23;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
24;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
25;// +---+-+-------------------------+-------------------------------+
26;// |Sev|C| Facility | Code |
27;// +---+-+-------------------------+-------------------------------+
28;//
29;// where
30;//
31;// Sev - is the severity code
32;//
33;// 00 - Success
34;// 01 - Informational
35;// 10 - Warning
36;// 11 - Error
37;//
38;// C - is the Customer code flag
39;//
40;// Facility - is the facility code
41;//
42;// Code - is the facility's status code
43;//
44;
45MessageIdTypedef=NTSTATUS
46
47SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
48 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
49 Warning=0x2:STATUS_SEVERITY_WARNING
50 Error=0x3:STATUS_SEVERITY_ERROR
51 )
52
53FacilityNames=(System=0x0
54 RpcRuntime=0x2:FACILITY_RPC_RUNTIME
55 RpcStubs=0x3:FACILITY_RPC_STUBS
56 Io=0x4:FACILITY_IO_ERROR_CODE
57 i8042prt=0x5:FACILITY_I8042_ERROR_CODE
58 )
59
60
61
62MessageId=0x0001 Facility=i8042prt Severity=Error SymbolicName=I8042_INSUFFICIENT_RESOURCES
63Language=English
64Not enough memory was available to allocate internal storage needed for the device %1.
65.
66
67MessageId=0x0002 Facility=i8042prt Severity=Error SymbolicName=I8042_NO_BUFFER_ALLOCATED
68Language=English
69Not enough memory was available to allocate the ring buffer that holds incoming data for %1.
70.
71
72MessageId=0x0003 Facility=i8042prt Severity=Error SymbolicName=I8042_REGISTERS_NOT_MAPPED
73Language=English
74The hardware locations for %1 could not be translated to something the memory management system understands.
75.
76
77MessageId=0x0004 Facility=i8042prt Severity=Error SymbolicName=I8042_RESOURCE_CONFLICT
78Language=English
79The hardware resources for %1 are already in use by another device.
80.
81
82MessageId=0x0005 Facility=i8042prt Severity=Informational SymbolicName=I8042_NOT_ENOUGH_CONFIG_INFO
83Language=English
84Some firmware configuration information was incomplete, so defaults were used.
85.
86
87MessageId=0x0006 Facility=i8042prt Severity=Informational SymbolicName=I8042_USER_OVERRIDE
88Language=English
89User configuration data is overriding firmware configuration data.
90.
91
92MessageId=0x0007 Facility=i8042prt Severity=Warning SymbolicName=I8042_NO_DEVICEMAP_CREATED
93Language=English
94Unable to create the device map entry for %1.
95.
96
97MessageId=0x0008 Facility=i8042prt Severity=Warning SymbolicName=I8042_NO_DEVICEMAP_DELETED
98Language=English
99Unable to delete the device map entry for %1.
100.
101
102MessageId=0x0009 Facility=i8042prt Severity=Error SymbolicName=I8042_NO_INTERRUPT_CONNECTED
103Language=English
104Could not connect the interrupt for %1.
105.
106
107MessageId=0x000A Facility=i8042prt Severity=Error SymbolicName=I8042_INVALID_ISR_STATE
108Language=English
109The ISR has detected an internal state error in the driver for %1.
110.
111
112MessageId=0x000B Facility=i8042prt Severity=Informational SymbolicName=I8042_KBD_BUFFER_OVERFLOW
113Language=English
114The ring buffer that stores incoming keyboard data has overflowed (buffer size is configurable via the registry).
115.
116
117MessageId=0x000C Facility=i8042prt Severity=Informational SymbolicName=I8042_MOU_BUFFER_OVERFLOW
118Language=English
119The ring buffer that stores incoming mouse data has overflowed (buffer size is configurable via the registry).
120.
121
122MessageId=0x000D Facility=i8042prt Severity=Error SymbolicName=I8042_INVALID_STARTIO_REQUEST
123Language=English
124The Start I/O procedure has detected an internal error in the driver for %1.
125.
126
127MessageId=0x000E Facility=i8042prt Severity=Error SymbolicName=I8042_INVALID_INITIATE_STATE
128Language=English
129The Initiate I/O procedure has detected an internal state error in the driver for %1.
130.
131
132MessageId=0x000F Facility=i8042prt Severity=Error SymbolicName=I8042_KBD_RESET_COMMAND_FAILED
133Language=English
134The keyboard reset failed.
135.
136
137MessageId=0x0010 Facility=i8042prt Severity=Error SymbolicName=I8042_MOU_RESET_COMMAND_FAILED
138Language=English
139The mouse reset failed.
140.
141
142MessageId=0x0011 Facility=i8042prt Severity=Warning SymbolicName=I8042_KBD_RESET_RESPONSE_FAILED
143Language=English
144The device sent an incorrect response(s) following a keyboard reset.
145.
146
147MessageId=0x0012 Facility=i8042prt Severity=Warning SymbolicName=I8042_MOU_RESET_RESPONSE_FAILED
148Language=English
149The device sent an incorrect response(s) following a mouse reset.
150.
151
152MessageId=0x0013 Facility=i8042prt Severity=Error SymbolicName=I8042_SET_TYPEMATIC_FAILED
153Language=English
154Could not set the keyboard typematic rate and delay.
155.
156
157MessageId=0x0014 Facility=i8042prt Severity=Error SymbolicName=I8042_SET_LED_FAILED
158Language=English
159Could not set the keyboard indicator lights.
160.
161
162MessageId=0x0015 Facility=i8042prt Severity=Error SymbolicName=I8042_SELECT_SCANSET_FAILED
163Language=English
164Could not tell the hardware to send keyboard scan codes in the set expected by the driver.
165.
166
167MessageId=0x0016 Facility=i8042prt Severity=Error SymbolicName=I8042_SET_SAMPLE_RATE_FAILED
168Language=English
169Could not set the mouse sample rate.
170.
171
172MessageId=0x0017 Facility=i8042prt Severity=Error SymbolicName=I8042_SET_RESOLUTION_FAILED
173Language=English
174Could not set the mouse resolution.
175.
176
177MessageId=0x0018 Facility=i8042prt Severity=Error SymbolicName=I8042_MOU_ENABLE_XMIT
178Language=English
179Could not enable transmissions from the mouse.
180.
181
182MessageId=0x0019 Facility=i8042prt Severity=Warning SymbolicName=I8042_NO_SYMLINK_CREATED
183Language=English
184Unable to create the symbolic link for %1.
185.
186
187MessageId=0x001A Facility=i8042prt Severity=Error SymbolicName=I8042_RETRIES_EXCEEDED
188Language=English
189Exceeded the allowable number of retries (configurable via the registry) on device %1.
190.
191
192MessageId=0x001B Facility=i8042prt Severity=Error SymbolicName=I8042_TIMEOUT
193Language=English
194The operation on %1 timed out (time out is configurable via the registry).
195.
196
197MessageId=0x001C Facility=i8042prt Severity=Informational SymbolicName=I8042_CCB_WRITE_FAILED
198Language=English
199Could not successfully write the Controller Command Byte for the i8042.
200.
201
202MessageId=0x001D Facility=i8042prt Severity=Informational SymbolicName=I8042_UNEXPECTED_ACK
203Language=English
204An unexpected ACKNOWLEDGE was received from the device.
205.
206
207MessageId=0x001E Facility=i8042prt Severity=Warning SymbolicName=I8042_UNEXPECTED_RESEND
208Language=English
209An unexpected RESEND was received from the device.
210.
211
212MessageId=0x001F Facility=i8042prt Severity=Informational SymbolicName=I8042_NO_MOU_DEVICE
213Language=English
214No mouse port ("PS/2 compatible") mouse device was detected on the i8042 auxiliary port (not a problem unless this type of mouse really is connected).
215.
216
217MessageId=0x0020 Facility=i8042prt Severity=Warning SymbolicName=I8042_NO_KBD_DEVICE
218Language=English
219The keyboard device does not exist or was not detected.
220.
221
222MessageId=0x0021 Facility=i8042prt Severity=Warning SymbolicName=I8042_NO_SUCH_DEVICE
223Language=English
224The keyboard and mouse devices do not exist or were not detected.
225.
226
227MessageId=0x0022 Facility=i8042prt Severity=Error SymbolicName=I8042_ERROR_DURING_BUTTONS_DETECT
228Language=English
229An error occurred while trying to determine the number of mouse buttons.
230.
231
232MessageId=0x0023 Facility=i8042prt Severity=Informational SymbolicName=I8042_UNEXPECTED_MOUSE_RESET
233Language=English
234An unexpected RESET was detected from the mouse device.
235.
236
237MessageId=0x0024 Facility=i8042prt Severity=Warning SymbolicName=I8042_UNEXPECTED_WHEEL_MOUSE_RESET
238Language=English
239An unexpected RESET was detected from the mouse device. The wheel has been deactivated.
240.
241
242;#endif /* _I8042LOG_ */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette