cpu.inf Driver File Contents (D101_GGC.exe)

[Version]
Signature="$WINDOWS NT$"
Class=Processor
ClassGuid={50127DC3-0F36-415e-A6CC-4CB3BE910B65}
Provider=%MSFT%
LayoutFile=layout.inf
DriverVer=07/01/2001,5.1.2535.0

[DestinationDirs]
DefaultDestDir = 12

[ControlFlags]
;
; Exclude all devices from Select Device list
;
ExcludeFromSelect = *

[ClassInstall32]
AddReg=Processor_Class_Addreg

[Processor_Class_Addreg]
HKR,,,0,%ProcessorClassName%
HKR,,NoInstallClass,,1
HKR,,Icon,,"-28"
HKR,,NoInstallClass,,1

[Manufacturer]
%Std%=Std
%Intel%=Intel
%AMD%=AMD
%Transmeta%=Transmeta

[Std]
%Processor.DeviceDesc% = Processor_Inst,ACPI\Processor

[Intel]
%P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
%P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11

[AMD]
%AmdK6.DeviceDesc% = AmdK6_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
%AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_6
%AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_7
%AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_8

[Transmeta]
%Crusoe.DeviceDesc% = Crusoe_Inst, ACPI\GenuineTMx86_-_x86_Family_5_Model_4

[Processor_Inst.NT]
DriverVer=07/01/2002,5.1.2600.0
Copyfiles = @processr.sys

[Processor_Inst.NT.Services]
AddService = Processor,%SPSVCINST_ASSOCSERVICE%,Processor_Service_Inst,Processor_EventLog_Inst

[Processor_Service_Inst]
DisplayName    = %Processor.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\processr.sys
LoadOrderGroup = Extended Base

[Processor_EventLog_Inst]
AddReg = Processor_EventLog_AddReg

[Processor_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\processr.sys"
HKR,,TypesSupported,0x00010001,7

[P3_Inst.NT]
DriverVer=07/01/2002,5.1.2600.0
Copyfiles = @p3.sys

[P3_Inst.NT.Services]
AddService = P3,%SPSVCINST_ASSOCSERVICE%,P3_Service_Inst,P3_EventLog_Inst

[P3_Service_Inst]
DisplayName    = %P3.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\p3.sys
LoadOrderGroup = Extended Base

[P3_EventLog_Inst]
AddReg = P3_EventLog_AddReg

[P3_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\p3.sys"
HKR,,TypesSupported,0x00010001,7

[AmdK6_Inst.NT]
DriverVer=07/01/2002,5.1.2600.0
Copyfiles = @amdk6.sys

[AmdK6_Inst.NT.Services]
AddService = AmdK6,%SPSVCINST_ASSOCSERVICE%,AmdK6_Service_Inst,AmdK6_EventLog_Inst

[AmdK6_Service_Inst]
DisplayName    = %AmdK6.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\amdk6.sys
LoadOrderGroup = Extended Base

[AmdK6_EventLog_Inst]
AddReg = AmdK6_EventLog_AddReg

[AmdK6_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk6.sys"
HKR,,TypesSupported,0x00010001,7

[Crusoe_Inst.NT]
DriverVer=07/01/2002,5.1.2600.0
Copyfiles = @crusoe.sys

[Crusoe_Inst.NT.Services]
AddService = Crusoe,%SPSVCINST_ASSOCSERVICE%,Crusoe_Service_Inst,Crusoe_EventLog_Inst

[Crusoe_Service_Inst]
DisplayName    = %Crusoe.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\crusoe.sys
LoadOrderGroup = Extended Base

[Crusoe_EventLog_Inst]
AddReg = Crusoe_EventLog_AddReg

[Crusoe_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\crusoe.sys"
HKR,,TypesSupported,0x00010001,7

[AmdK7_Inst.NT]
DriverVer=07/01/2002,5.1.2600.0
Copyfiles = @amdk7.sys

[AmdK7_Inst.NT.Services]
AddService = AmdK7,%SPSVCINST_ASSOCSERVICE%,AmdK7_Service_Inst,AmdK7_EventLog_Inst

[AmdK7_Service_Inst]
DisplayName    = %AmdK7.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\amdk7.sys
LoadOrderGroup = Extended Base

[AmdK7_EventLog_Inst]
AddReg = AmdK7_EventLog_AddReg

[AmdK7_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk7.sys"
HKR,,TypesSupported,0x00010001,7

































[strings]
MSFT                  = "Microsoft"
Intel                 = "Intel"
AMD                   = "Advanced Micro Devices"
Transmeta             = "Transmeta"
Std                   = "(Standard processor types)"
ProcessorClassName    = "Processors"
Processor.SvcDesc     = "Processor Driver"
Processor.DeviceDesc  = "Processor"
P3.SvcDesc            = "Intel PentiumIII Processor Driver"
P3.DeviceDesc         = "Intel PentiumIII Processor"
AmdK6.SvcDesc         = "AMD K6-2 Processor Driver"
AmdK6.DeviceDesc      = "AMD K6-2 Processor"
Crusoe.SvcDesc        = "Transmeta Crusoe Processor Driver"
Crusoe.DeviceDesc     = "Transmeta Crusoe Processor"
AmdK7.SvcDesc         = "AMD K7 Processor Driver"
AmdK7.DeviceDesc      = "AMD K7 Processor"


SPSVCINST_ASSOCSERVICE= 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_SYSTEM_START  = 1
SERVICE_ERROR_NORMAL  = 1


Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 0.93