⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 siwdm.inf

📁 The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d
💻 INF
字号:
[Version]
Signature=$CHICAGO$
Class=SIWDM
ClassGuid={9A93D7BF-7BB7-4019-BC57-22C1F3013B59}
Provider=%MFGNAME%

[Manufacturer]
%MFGNAME%=DeviceList

[DestinationDirs]
DefaultDestDir=10,System32\Drivers

[SourceDisksFiles]
siwdm.sys=1

[SourceDisksNames]
1=%INSTDISK%,,,

[DeviceList]
%DESCRIPTION%=DriverInstall,PCI\VEN_80BB&DEV_0000

;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------

[DriverInstall.NT]
CopyFiles=DriverCopyFiles
DriverVer=04/25/2001
; TODO Add a LogConfig command and section if this is a legacy device

[DriverCopyFiles]
siwdm.sys,,,2

[DriverInstall.NT.Services]
AddService=SIWDM,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\siwdm.sys

[DriverInstall.nt.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]
HKR,,FriendlyName,,"SIWDM"

[ClassInstall32]
AddReg=SIWDMClassReg

[SIWDMClassReg]
HKR,,,0,SIWDM
HKR,,Icon,,-5
 
;------------------------------------------------------------------------------
;  Windows 98 Sections
;------------------------------------------------------------------------------

[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles
; TODO Add a LogConfig command and section if this is a legacy device

[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,siwdm.sys

[DriverInstall.hw]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Sheldon Instruments"
INSTDISK="SI-WDM"
DESCRIPTION="SI-DDK-AMCC-WDM Driver for PCI Devices."

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -