📄 wamospci.inf
字号:
;===========================================================
; File : WaMoSPCI.inf
;===========================================================
[Version]
Signature = $CHICAGO$
Provider = %PLX%
Class = Unknown
DriverVer = 06/5/2002, 4.0.0.0
;-----------------------------------------------------------
; Driver information
;-----------------------------------------------------------
[Manufacturer]
%PLX% = PLX.Mfg
[PLX.Mfg]
"OceanWaveS GmbH WaMoS II PCI Board" = DDInstall_9056, PCI\VEN_10b5&DEV_9056
;-----------------------------------------------------------
; General installation section
;-----------------------------------------------------------
[CopyFiles_ApiDll]
PlxApi.dll,,,4
[CopyFiles_9056]
Pci9056.sys,,,4
;-----------------------------------------------------------
; Windows 2000 installation section
;-----------------------------------------------------------
[DDInstall_9056.NT]
AddReg = AddRegistry_NT_9056
CopyFiles = CopyFiles_ApiDll, CopyFiles_9056
[DDInstall_9056.NT.Services]
AddService = Pci9056, 0x00000002, Service_Inst_9056, EventLog_Inst_9056
[AddRegistry_NT_9056]
HKLM,System\CurrentControlSet\Services\Pci9056,CommonBufferSize,0x00010003,0x10000
HKLM,System\CurrentControlSet\Services\Pci9056,MaxSglTransferSize,0x00010003,0x100000
[Service_Inst_9056]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %10%\System32\Drivers\Pci9056.sys
;-----------------------------------------------------------
; Event log registry entries
;-----------------------------------------------------------
[EventLog_Inst_9056]
AddReg = EventLog_AddReg_9056
[EventLog_AddReg_9056]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Pci9056.sys"
HKR,,TypesSupported,0x00010001,7
;-----------------------------------------------------------
; Source file information
;-----------------------------------------------------------
[SourceDisksNames.x86]
1 = %InstallDisk%
[SourceDisksFiles]
PlxApi.dll = 1
Pci9056.sys = 1
[DestinationDirs]
CopyFiles_ApiDll = 11 ;11 = System Directory
DefaultDestDir = 10, System32\Drivers ;10 = Windows Directory
;-----------------------------------------------------------
; String information
;-----------------------------------------------------------
[Strings]
InstallDisk = "WaMoS Installation Disk"
PLX = "PLX Technology, Inc."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -