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.

156 lines
4.2 KiB

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=Processor
  4. ClassGuid={50127DC3-0F36-415e-A6CC-4CB3BE910B65}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. [DestinationDirs]
  8. DefaultDestDir = 12
  9. [ControlFlags]
  10. ;
  11. ; Exclude all devices from Select Device list
  12. ;
  13. ExcludeFromSelect = *
  14. [ClassInstall32]
  15. AddReg=Processor_Class_Addreg
  16. [Processor_Class_Addreg]
  17. HKR,,,0,%ProcessorClassName%
  18. HKR,,NoInstallClass,,1
  19. HKR,,Icon,,"-28"
  20. HKR,,NoInstallClass,,1
  21. [Manufacturer]
  22. %Std%=Std
  23. %Intel%=Intel
  24. %AMD%=AMD
  25. %Transmeta%=Transmeta
  26. [Std]
  27. %Processor.DeviceDesc% = Processor_Inst,ACPI\Processor
  28. [Intel]
  29. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
  30. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11
  31. [AMD]
  32. %AmdK6.DeviceDesc% = AmdK6_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
  33. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_6
  34. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_7
  35. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_8
  36. [Transmeta]
  37. %Crusoe.DeviceDesc% = Crusoe_Inst, ACPI\GenuineTMx86_-_x86_Family_5_Model_4
  38. [Processor_Inst.NT]
  39. DriverVer=07/01/2002,5.1.2600.0
  40. Copyfiles = @processr.sys
  41. [Processor_Inst.NT.Services]
  42. AddService = Processor,%SPSVCINST_ASSOCSERVICE%,Processor_Service_Inst,Processor_EventLog_Inst
  43. [Processor_Service_Inst]
  44. DisplayName = %Processor.SvcDesc%
  45. ServiceType = %SERVICE_KERNEL_DRIVER%
  46. StartType = %SERVICE_SYSTEM_START%
  47. ErrorControl = %SERVICE_ERROR_NORMAL%
  48. ServiceBinary = %12%\processr.sys
  49. LoadOrderGroup = Extended Base
  50. [Processor_EventLog_Inst]
  51. AddReg = Processor_EventLog_AddReg
  52. [Processor_EventLog_AddReg]
  53. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\processr.sys"
  54. HKR,,TypesSupported,0x00010001,7
  55. [P3_Inst.NT]
  56. DriverVer=07/01/2002,5.1.2600.0
  57. Copyfiles = @p3.sys
  58. [P3_Inst.NT.Services]
  59. AddService = P3,%SPSVCINST_ASSOCSERVICE%,P3_Service_Inst,P3_EventLog_Inst
  60. [P3_Service_Inst]
  61. DisplayName = %P3.SvcDesc%
  62. ServiceType = %SERVICE_KERNEL_DRIVER%
  63. StartType = %SERVICE_SYSTEM_START%
  64. ErrorControl = %SERVICE_ERROR_NORMAL%
  65. ServiceBinary = %12%\p3.sys
  66. LoadOrderGroup = Extended Base
  67. [P3_EventLog_Inst]
  68. AddReg = P3_EventLog_AddReg
  69. [P3_EventLog_AddReg]
  70. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\p3.sys"
  71. HKR,,TypesSupported,0x00010001,7
  72. [AmdK6_Inst.NT]
  73. DriverVer=07/01/2002,5.1.2600.0
  74. Copyfiles = @amdk6.sys
  75. [AmdK6_Inst.NT.Services]
  76. AddService = AmdK6,%SPSVCINST_ASSOCSERVICE%,AmdK6_Service_Inst,AmdK6_EventLog_Inst
  77. [AmdK6_Service_Inst]
  78. DisplayName = %AmdK6.SvcDesc%
  79. ServiceType = %SERVICE_KERNEL_DRIVER%
  80. StartType = %SERVICE_SYSTEM_START%
  81. ErrorControl = %SERVICE_ERROR_NORMAL%
  82. ServiceBinary = %12%\amdk6.sys
  83. LoadOrderGroup = Extended Base
  84. [AmdK6_EventLog_Inst]
  85. AddReg = AmdK6_EventLog_AddReg
  86. [AmdK6_EventLog_AddReg]
  87. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk6.sys"
  88. HKR,,TypesSupported,0x00010001,7
  89. [Crusoe_Inst.NT]
  90. DriverVer=07/01/2002,5.1.2600.0
  91. Copyfiles = @crusoe.sys
  92. [Crusoe_Inst.NT.Services]
  93. AddService = Crusoe,%SPSVCINST_ASSOCSERVICE%,Crusoe_Service_Inst,Crusoe_EventLog_Inst
  94. [Crusoe_Service_Inst]
  95. DisplayName = %Crusoe.SvcDesc%
  96. ServiceType = %SERVICE_KERNEL_DRIVER%
  97. StartType = %SERVICE_SYSTEM_START%
  98. ErrorControl = %SERVICE_ERROR_NORMAL%
  99. ServiceBinary = %12%\crusoe.sys
  100. LoadOrderGroup = Extended Base
  101. [Crusoe_EventLog_Inst]
  102. AddReg = Crusoe_EventLog_AddReg
  103. [Crusoe_EventLog_AddReg]
  104. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\crusoe.sys"
  105. HKR,,TypesSupported,0x00010001,7
  106. [AmdK7_Inst.NT]
  107. DriverVer=07/01/2002,5.1.2600.0
  108. Copyfiles = @amdk7.sys
  109. [AmdK7_Inst.NT.Services]
  110. AddService = AmdK7,%SPSVCINST_ASSOCSERVICE%,AmdK7_Service_Inst,AmdK7_EventLog_Inst
  111. [AmdK7_Service_Inst]
  112. DisplayName = %AmdK7.SvcDesc%
  113. ServiceType = %SERVICE_KERNEL_DRIVER%
  114. StartType = %SERVICE_SYSTEM_START%
  115. ErrorControl = %SERVICE_ERROR_NORMAL%
  116. ServiceBinary = %12%\amdk7.sys
  117. LoadOrderGroup = Extended Base
  118. [AmdK7_EventLog_Inst]
  119. AddReg = AmdK7_EventLog_AddReg
  120. [AmdK7_EventLog_AddReg]
  121. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk7.sys"
  122. HKR,,TypesSupported,0x00010001,7