cpqasm.inf Driver File Contents (CP001377.EXE)

; Copyright (c) 1997-2001 Compaq Computer Corporation, ALL RIGHTS RESERVED.

[Version]
Signature = "$Windows NT$"
Class = System
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}  ; System class GUID
DriverVer = 12/04/2001, 5.21.2195.0
Provider = %COMPAQ_MFG%
CatalogFile = cpqasm.cat

[Strings]
COMPAQ_MFG      = "Compaq"
ASM.DESC        = "Compaq Advanced System Management Controller"
SYSMGMT.DESC    = "Compaq System Management Interface Driver"
SYSDOWN.DESC    = "Compaq System Shutdown Service"
SYSDOWN.DESCRIP = "Shuts down the system in the event of overheating or loss of cooling " \
                  "in response to commands from the Compaq Advanced System Management Controller driver."
DISK.DESC       = "Compaq Advanced System Management Controller installation disk"
REG_DWORD       = 0x00010001
REG_EXPAND_SZ   = 0x00020000
REG_MULTI_SZ    = 0x00010000
REG_SZ          = 0x00000000
REG_BINARY      = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002 ; Associate service with device installed by this INF
COPYFLG_NOVERSIONCHECK = 0x00000004 ; Ignore file versions and overwrite existing files

[SourceDisksNames]
1 = %DISK.DESC%

[SourceDisksFiles]
cpqasm.sys = 1,,
sysmgmt.sys = 1,,
sysdown.exe = 1,,
insthlth.dll = 1,,

[DestinationDirs]
DefaultDestDir = 12           ; Default to drivers directory
Cpqasm.Driver.Copy = 12       ; Drivers directory (%windir%\system32\drivers)
Sysmgmt.Driver.Copy = 12      ; Drivers directory (%windir%\system32\drivers)
Sysdown.Service.Copy = 11     ; System directory  (%windir%\system32)
Sysdown.Script.Delete = 11    ; System directory  (%windir%\system32)
Insthlth.Installer.Copy = 11  ; System directory  (%windir%\system32)

[Cpqasm.Driver.Copy]
cpqasm.sys,,,COPYFLG_NOVERSIONCHECK

[Sysmgmt.Driver.Copy]
sysmgmt.sys,,,COPYFLG_NOVERSIONCHECK

[Sysdown.Service.Copy]
sysdown.exe,,,COPYFLG_NOVERSIONCHECK

[Sysdown.Script.Delete]
cpqshut.cmd,,,0x00000001 ; Delete file on next reboot

[Insthlth.Installer.Copy]
insthlth.dll,,,COPYFLG_NOVERSIONCHECK

[ControlFlags]
ExcludeFromSelect = PCI\VEN_0E11&DEV_A0F0

[Manufacturer]
%COMPAQ_MFG% = CompaqDevices

[CompaqDevices]
%ASM.DESC% = CpqasmDriver, PCI\VEN_0E11&DEV_A0F0&SUBSYS_B0F30E11 ; Primary subsystem ID
%ASM.DESC% = CpqasmDriver, PCI\VEN_0E11&DEV_A0F0&SUBSYS_F3B0110E ; ID used on Compaq ProLiant 800
                                                                 ; and Compaq ProSignia Server 740

[CpqasmDriver]
CopyFiles = Cpqasm.Driver.Copy
CopyFiles = Sysmgmt.Driver.Copy
CopyFiles = Sysdown.Service.Copy
DelFiles = Sysdown.Script.Delete

[CpqasmDriver.Services]
AddService = cpqasm, %SPSVCINST_ASSOCSERVICE%, Cpqasm.Service, Cpqasm.Eventlog.Inst
AddService = sysmgmt, , Sysmgmt.Service, Sysmgmt.Eventlog.Inst
AddService = sysdown, , Sysdown.Service, Sysdown.EventLog.Inst

[CpqasmDriver.CoInstallers]
CopyFiles = Insthlth.Installer.Copy
AddReg = CoInstaller.Reg

[Cpqasm.Service]
DisplayName   = %ASM.DESC%
ServiceType   = 1                  ; SERVICE_KERNEL_DRIVER
StartType     = 3                  ; SERVICE_DEMAND_START - starts on demand by SCM
ErrorControl  = 1                  ; NORMAL - display warning if it fails to load
ServiceBinary = %12%\cpqasm.sys    ; Drivers directory
AddReg        = Cpqasm.Reg

[Sysmgmt.Service]
Dependencies  = cpqasm
DisplayName   = %SYSMGMT.DESC%
ServiceType   = 1                  ; SERVICE_KERNEL_DRIVER
StartType     = 3                  ; SERVICE_DEMAND_START - starts on demand by SCM
ErrorControl  = 1                  ; NORMAL - display warning if it fails to load
ServiceBinary = %12%\sysmgmt.sys   ; Drivers directory
AddReg        = Sysmgmt.Reg

[Sysdown.Service]
Dependencies  = sysmgmt
DisplayName   = %SYSDOWN.DESC%
Description   = %SYSDOWN.DESCRIP%
ServiceType   = 0x10               ; SERVICE_WIN32_OWN_PROCESS
StartType     = 2                  ; SERVICE_AUTO_START
ErrorControl  = 1                  ; NORMAL - display warning if it fails to load
ServiceBinary = %11%\sysdown.exe   ; System directory

[Cpqasm.Eventlog.Inst]
AddReg = Cpqasm.AddEventLog

[Sysmgmt.Eventlog.Inst]
AddReg = Sysmgmt.AddEventLog

[Sysdown.EventLog.Inst]
AddReg = Sysdown.AddEventLog

[Cpqasm.AddEventLog]
HKR, , EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\Drivers\cpqasm.sys"
HKR, , TypesSupported, %REG_DWORD%, 7

[Sysmgmt.AddEventLog]
HKR, , EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\Drivers\sysmgmt.sys"
HKR, , TypesSupported, %REG_DWORD%, 7

[Sysdown.AddEventLog]
HKR, , EventMessageFile, %REG_EXPAND_SZ%, ""
HKR, , ParameterMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\IoLogMsg.dll"
HKR, , TypesSupported, %REG_DWORD%, 0

[CoInstaller.Reg]
HKR, ,CoInstallers32, %REG_MULTI_SZ%, "insthlth.dll"

[Sysmgmt.Reg]
HKR, "Parameters", "DriverMode", %REG_DWORD%, 0x00000e11

[Cpqasm.Reg]
HKR, "Parameters", "DriverMode", %REG_DWORD%, 0x00000e11
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.98