Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
4.8 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; acpilog.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 _ACPILOG_
  18. ;#define _ACPILOG_
  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. ;
  45. MessageIdTypedef=NTSTATUS
  46. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  47. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  48. Warning=0x2:STATUS_SEVERITY_WARNING
  49. Error=0x3:STATUS_SEVERITY_ERROR
  50. )
  51. FacilityNames=(System=0x0
  52. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  53. RpcStubs=0x3:FACILITY_RPC_STUBS
  54. Io=0x4:FACILITY_IO_ERROR_CODE
  55. Acpi=0x5:FACILITY_ACPI_ERROR_LOG_CODE
  56. )
  57. MessageId=0x0001 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_DUPLICATE_ADR
  58. Language=English
  59. %1: ACPI Name Space Object %2 reports an _ADR (%3) that is already in use.
  60. Such conflicts are not legal. Please contact your system vendor for
  61. technical assistance.
  62. .
  63. MessageId=0x0002 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_DUPLICATE_HID
  64. Language=English
  65. %1: ACPI Name Space Object %2 reports an _HID (%3) that is already in use.
  66. Such conflicts are not legal. Please contact your system vendor for
  67. technical assistance.
  68. .
  69. MessageId=0x0003 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_BIOS_FATAL
  70. Language=English
  71. %1: ACPI BIOS indicates that the machine has suffered a fatal error and needs to
  72. be shutdown as quickly as possible. Please contact your system vendor for
  73. technical assistance.
  74. .
  75. MessageId=0x0004 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_AMLI_ILLEGAL_IO_READ_FATAL
  76. Language=English
  77. %2: ACPI BIOS is attempting to read from an illegal IO port address (%3), which lies in the %4 protected
  78. address range. This could lead to system instability. Please contact your system vendor for technical assistance.
  79. .
  80. MessageId=0x0005 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_AMLI_ILLEGAL_IO_WRITE_FATAL
  81. Language=English
  82. %2: ACPI BIOS is attempting to write to an illegal IO port address (%3), which lies in the %4 protected
  83. address range. This could lead to system instability. Please contact your system vendor for technical assistance.
  84. .
  85. MessageId=0x0006 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_MISSING_PRT_ENTRY
  86. Language=English
  87. %2: ACPI BIOS does not contain an IRQ for the device in PCI slot %3, function %4.
  88. Please contact your system vendor for technical assistance.
  89. .
  90. MessageId=0x0007 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_ILLEGAL_IRQ_NUMBER
  91. Language=English
  92. %2: ACPI BIOS indicates that a device will generate IRQ %3. ACPI BIOS has also
  93. indicated that the machine has no IRQ %3.
  94. .
  95. MessageId=0x0008 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_MISSING_LINK_NODE
  96. Language=English
  97. %2: ACPI BIOS indicates that device on slot %4, function %5 is attached to an
  98. IRQ routing device named %3. This device cannot be found.
  99. .
  100. MessageId=0x0009 Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_AMBIGUOUS_DEVICE_ADDRESS
  101. Language=English
  102. %2: ACPI BIOS provided an ambiguous entry in the PCI Routing Table (_PRT.) Illegal _PRT
  103. entry is of the form 0x%3%4.
  104. .
  105. MessageId=0x000A Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_ILLEGAL_PCIOPREGION_WRITE
  106. Language=English
  107. %2: ACPI BIOS is attempting to write to an illegal PCI Operation Region (%3), Please contact
  108. your system vendor for technical assistance.
  109. .
  110. MessageId=0x000B Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_NO_GPE_BLOCK
  111. Language=English
  112. %2: ACPI BIOS is trying to reference a GPE Index (%3) when there are no GPE
  113. blocks defined by the BIOS. Please contact your system vendor for technical
  114. assistance.
  115. .
  116. MessageId=0x000C Facility=Acpi Severity=Error SymbolicName=ACPI_ERR_AMLI_ILLEGAL_MEMORY_OPREGION_FATAL
  117. Language=English
  118. %2: ACPI BIOS is attempting to create an illegal memory OpRegion, starting at address %3,
  119. with a length of %4. This region lies in the Operating system's protected memory address range
  120. (%5 - %6). This could lead to system instability.
  121. Please contact your system vendor for technical assistance.
  122. .
  123. ;#endif /* _ACPILOG_ */