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

📄 oemsetnt.inf

📁 with serial bus (Universal Serial Bus) is used to apply USB peripherals connected to the mainframe e
💻 INF
字号:
;
; statpnt.INF
;
; INF file of Shining CBSIDE3xx and PCMCIA IDE controller for Windows NT 4.0
; Copyright (c) 2000-2001 Shining Technologies, Inc. All rights reserved
; Oct. 1, 2001 new creation script for NT4.0.
; Oct. 2, 2001 Adding registry keys for Cardwizard.
; Oct. 5, 2001 create stcbint.sys for Cardbus mode.  Two individual NT
;         drivers scheme are used so as to avoid confusion while
;         both "statpnt" and "stcbint" service keys are generated.
;
[Version]
signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%Shining%
;CatalogFile=statpnt.CAT
DriverVer=04/24/2001,6.04.0001


[DestinationDirs]
DefaultDestDir  = 12 ; DIRID_DRIVERS

[ControlFlags]
;
; Exclude the following devices from Select Device list.
; These represent 'combination' driver nodes, for which there are separate items to be
; presented to the user.  These combination nodes are only used when figuring out what
; driver node to associate with a pre-existing service.
;
[Manufacturer]
%Shining%=Shining

[Shining]
%statpnt.DeviceDesc%	 =statpntPCI,statpnt_SCSI
%stcbint.DeviceDesc%	 =stcbintPCI,stcbint_SCSI

[statpntPCI.NT]
CopyFiles=@statpnt.sys
Reboot

[statpntPCI.NT.Services]
AddService = statpnt, %SPSVCINST_ASSOCSERVICE%, statpntPCI_Service_Inst, Miniport_EventLog_Inst

[statpntPCI_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\statpnt.sys
LoadOrderGroup = SCSI Miniport
AddReg         = Cardwizard_addreg

[stcbintPCI.NT]
CopyFiles=@stcbint.sys
Reboot

[stcbintPCI.NT.Services]
AddService = stcbint, %SPSVCINST_ASSOCSERVICE%, stcbintPCI_Service_Inst, Miniport_EventLog_Inst

[stcbintPCI_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\stcbint.sys
LoadOrderGroup = SCSI Miniport
AddReg         = Cardwizard_addreg2

;*************************************************************
;These section is used for adding registry keys for Cardwizard v5.2
;  in NT4.0 PCMCIA only.
[Cardwizard_addreg]
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "InterruptNumber", %REG_DWORD%, 7
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "Pcmcia", %REG_DWORD%, 1
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "IoBaseAddress", %REG_DWORD%, 336
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "IoLength", %REG_DWORD%, 16 
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-ASC, "DeviceType", %REG_SZ%, "SCSI"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-ASC, "Driver", %REG_SZ%, "statpnt"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-M17, "DeviceType", %REG_SZ%, "SCSI"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-M17, "Driver", %REG_SZ%, "statpnt"

[Cardwizard_addreg2]
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\PCI\14E6_1_0_0, "Manufacturer Name", %REG_SZ%, "Shining"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\PCI\14E6_1_0_0, "Product Name", %REG_SZ%, "CBSIDE-V3"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\CBSIDE-V3, "DeviceType", %REG_SZ%, "SCSI"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\CBSIDE-V3, "Driver", %REG_SZ%, "stcbint"

;*************************************************************
;These addreg sections should be used when installins services to indicate
;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
;is defined in NTDDK.H

;[pnpsafe_pci_addreg]
;HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001


;*************************************************************
;The EventLog entries are the same for all SCSI miniports.
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg

[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7

[SourceDisksNames]
1 = %InstallDisk%,\steide,,,

[SourceDisksFiles]
;statpnt.inf = 1,,
statpnt.sys = 1,,

[strings]
Shining="Shining"
statpnt.DeviceDesc ="Shining PCMICA/CitiROM-ATA & ATAPI Controller"
stcbint.DeviceDesc ="Shining Cardbus/CitiROM-ATA & ATAPI Controller"
InstallDisk="Shining EIDE Software Diskette"

;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER  = 1
SERVICE_BOOT_START     = 0
SERVICE_ERROR_NORMAL   = 1
REG_EXPAND_SZ          = 0x00020000
REG_DWORD              = 0x00010001

⌨️ 快捷键说明

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