; CifPCI.inf
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$WINDOWS NT$"
Provider=%ProviderName%
Class=CIF Communication Interface
ClassGUID={66EE03C3-FC71-46ad-B81B-9B87532D9B48}
LayoutFile=layout.inf
DriverVer=03/06/2007,3.1.2.1
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
;[SourceDisksNames]
;1 = "CIF Driver Install Disk",,,
;[SourceDisksFiles]
;cifdrv.sys = 1,,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-5"
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
CIF_WDMDriver_File = 10,System32\Drivers
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
%DeviceDesc20%=CifPCI, PCI\VEN_10B5&DEV_9050&SUBSYS_108010B5
%DeviceDesc30%=CifPCI, PCI\VEN_10B5&DEV_9030&SUBSYS_269510B5
%DeviceDesc40%=CifPCI, PCI\VEN_10B5&DEV_9030&SUBSYS_283310B5
%DeviceDesc50%=CifPCI, PCI\VEN_10B5&DEV_9030&SUBSYS_306010B5
;---------- DDInstall Sections -----------------------------------------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[CifPCI]
CopyFiles=CIF_WDMDriver_File
AddReg=CifWDM_9X_AddReg
[CifPCI.NT]
CopyFiles=CIF_WDMDriver_File
AddReg=CifWDM_NT_AddReg
; --------- AddReg Section -----------------
[CifWDM_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,CifDRV.sys
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","Start", 0x00010003, 1
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","Type", 0x00010003, 1
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","ErrorControl", 0x00010003, 1
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","PCIIntEnable",0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","ImagePath", 2, %10%\System32\Drivers\CifDRV.sys
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","DisplayName",2,%SvcDesc%
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","DriverVersion", 2,""
[CifWDM_NT_AddReg]
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","Start", 0x00010003, 1
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","Type", 0x00010003, 1
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","ErrorControl", 0x00010003, 1
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","PCIIntEnable",0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV","DriverVersion", 2,""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevActive", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevBUSType", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevErrorDriver", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevErrorRCS", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevInfoDeviceNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevInfoSerialNumber", 0x00010003, 0 HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevInfoFirmwareName", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevInfoFirmwareDate", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DevIRQVector", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DPMBase", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","DPMSize", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","IRQ", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","PCIError", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","PCIBurstLength", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","PCIBusNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board0","PCISlotNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevActive", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevBUSType", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevErrorDriver", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevErrorRCS", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevInfoDeviceNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevInfoSerialNumber", 0x00010003, 0 HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevInfoFirmwareName", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevInfoFirmwareDate", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DevIRQVector", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DPMBase", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","DPMSize", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","IRQ", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","PCIError", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","PCIBurstLength", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","PCIBusNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board1","PCISlotNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevActive", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevBUSType", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevErrorDriver", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevErrorRCS", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevInfoDeviceNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevInfoSerialNumber", 0x00010003, 0 HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevInfoFirmwareName", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevInfoFirmwareDate", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DevIRQVector", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DPMBase", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","DPMSize", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","IRQ", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","PCIError", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","PCIBurstLength", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","PCIBusNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board2","PCISlotNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevActive", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevBUSType", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevErrorDriver", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevErrorRCS", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevInfoDeviceNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevInfoSerialNumber", 0x00010003, 0 HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevInfoFirmwareName", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevInfoFirmwareDate", 2, ""
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DevIRQVector", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DPMBase", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","DPMSize", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","IRQ", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","PCIError", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","PCIBurstLength", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","PCIBusNumber", 0x00010003, 0
HKLM,"SYSTEM\CurrentControlSet\Services\CifDEV\Board3","PCISlotNumber", 0x00010003, 0
;--------- Service Section -----------------
[CifPCI.Services]
AddService = CifDEV, 0x00000002, CifWDM_AddService
[CifPCI.NT.Services]
AddService = CifDEV, 0x00000002, CifWDM_AddService
[CifWDM_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\CifDRV.sys
; --------- Files (common) -------------
[CIF_WDMDriver_File]
Cifdrv.sys
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="Hilscher GmbH" ;Your Company Name here
MfgName="Hilscher GmbH" ;Name of HW Manufacturer here
DeviceClassName="CIF Communication Interface" ;Description of Device class here
SvcDesc="CIF WDM Driver" ;Description of NT service here
DeviceDesc20="CIF PCI Adapter (PLX9050)" ;Description of Device here
DeviceDesc30="CIF PCI Adapter (PLX9030)" ;Description of Device here
DeviceDesc40="CIF 4Channel PCI Adapter (PLX9030)" ;Description of Device here
DeviceDesc50="CIF 2Channel PCI Adapter (PLX9030)" ;Description of Device here
Download Driver Pack
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.