CYBER20X.INF Driver File Contents (PCI20x_WinXP_v20.00g.exe)

; Copyright(C) 1998-2002 SIIG, Inc.
[Version]
Signature=$Windows NT$
Class=Ports
ClassGuid= {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer =08/06/2002,5.1.2600.6
CatalogFile.ntx86=Cyber20x.cat


[Manufacturer]
%Mfg%=Mfg

[Mfg]
%SIIG550.DeviceDesc%=ComPort550,MF\CYBER_SERIAL
%SIIG650.DeviceDesc%=ComPort650,MF\CYBER_SERIAL650
%SIIG654.DeviceDesc%=ComPort654,MF\CYBER_SERIAL654
%SIIG850.DeviceDesc%=ComPort850,MF\CYBER_SERIAL850
%SIIGLPT.DeviceDesc%=CyberLPTPort,MF\CYBER_PARALLEL

[ComPort550.NT]
AddReg=ComPort.NT.AddReg

[ComPort650.NT]
AddReg=ComPort.NT.AddReg

[ComPort654.NT]
AddReg=ComPort.NT.AddReg

[ComPort850.NT]
AddReg=ComPort.NT.AddReg


[ComPort.NT.AddReg]
HKR,,EnumPropPages32,,"CbPorts.dll,SerialPortPropPageProvider"
HKR,,PortSubClass,1,01


[ComPort550.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services


[ComPort650.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services

[ComPort654.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services

[ComPort850.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services


[Cbserial.NT.AddService]
DisplayName=%Cbserial.ServiceDesc%
ServiceType=	1			; SERVICE_KERNEL_DRIVER
StartType=	3			; SERVICE_DEMAND_START
ErrorControl=	1			; SERVICE_ERROR_NORMAL
ServiceBinary=%12%\cbserial.sys     	;12=drivers directory
LoadOrderGroup=Extended base

[Cbserial.NT.AddEventLog]
AddReg=Cbserial.AddEventLog.AddReg

[Cbserial.AddEventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\cbserial.sys"
HKR,,TypesSupported,0x00010001,7



[ComPort550.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoDLL.Copy

[ComPort650.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoDLL.Copy

[ComPort654.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoDLL.Copy

[ComPort850.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoDLL.Copy

[CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"CbPorts.dll,CbPortsCoInstaller"

[CoDLL.Copy]
CbPorts.dll


[ComPort550.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort550HW.NT.AddReg

[ComPort650.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort650HW.NT.AddReg

[ComPort654.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort654HW.NT.AddReg

[ComPort850.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort850HW.NT.AddReg

[ComPortHW.NT.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"
HKR,,ForceFifoEnable,0x00010001,1

[ComPort550HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00000100

[ComPort650HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00000900
HKR,,RxFIFO,0x00010001,16
HKR,,TxFIFO,0x00010001,16

[ComPort654HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00002900
HKR,,RxFIFO,0x00010001,8
HKR,,TxFIFO,0x00010001,1

[ComPort850HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00001900
HKR,,RxFIFO,0x00010001,56
HKR,,TxFIFO,0x00010001,32

;
;****************** LPT *****************
;
[CyberLPTPort.NT]
;AddReg=LptPort.AddReg,LptPort.NT.AddReg
AddReg=EcpPort.AddReg,LptPort.NT.AddReg

;[LptPort.AddReg]
;HKR,,PortSubClass,1,00
;HKR,,ECPDevice,1,00

[EcpPort.AddReg]
HKR,,PortSubClass,1,00
HKR,,ECPDevice,1,01

[LptPort.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,ParallelPortPropPageProvider"

;-------------- Service installation
[CyberLPTPort.NT.Services]
Include=msports.inf
;Needs=LptPort.NT.Services
Needs=EcpPort.NT.Services



[ControlFlags]

[SourceDisksNames]

[SourceDisksFiles]

[Strings]
Mfg="SIIG, Inc."
SIIG550.DeviceDesc="CyberSerial PCI 16C550"
SIIG650.DeviceDesc="CyberSerial PCI 16C650"
SIIG654.DeviceDesc="CyberSerial PCI 16C654"
SIIG850.DeviceDesc="CyberSerial PCI 16C850"
SIIGLPT.DeviceDesc="CyberParallel PCI"
PortsClassName="Ports (COM & LPT)"
Cbserial.ServiceDesc="Cyber Port Driver"


;; Driver start code
SERVICE_BOOT_START     = 0  ;; Driver started by the operating system loader.
SERVICE_SYSTEM_START   = 1  ;; Driver started during OS initialization.
SERVICE_AUTO_START     = 2  ;; Driver started by the Service Control Manager during system startup.
SERVICE_DEMAND_START   = 3  ;; Driver started on demand by the Service Control Manager.
SERVICE_DISABLED       = 4  ;; Indicates a driver that cannot be started.
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: web1, load: 0.70