Hacked By AnonymousFox
Current Path : C:/Windows/INF/ |
|
Current File : C:/Windows/INF/oem5.inf |
;/*++
;
;Copyright (c) 2012-2021 Sangfor Inc.
;
;
;Module Name:
; vioscsi.inf
;
;Abstract:
;
;Installation Notes:
; Using Devcon: Type "devcon install vioscsi.inf PCI\VEN_1AF4&DEV_1004&SUBSYS_00081AF4&REV_00" or
; "devcon install vioscsi.inf PCI\VEN_1AF4&DEV_1048&SUBSYS_11001AF4&REV_01" to install
;
;--*/
[Version]
Signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%VENDOR%
DriverVer=03/26/2022,100.6.101.58000
CatalogFile=vioscsi.cat
DriverPackageType = PlugAndPlay
DriverPackageDisplayName = %FastioScsi.DeviceDesc%
PnpLockdown=1
;
; Source file information
;
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
vioscsi.sys = 1,,
[ControlFlags]
;ExcludeFromSelect = *
[DestinationDirs]
DefaultDestDir = 10
vioscsi_Files_Driver = 12
;
; Driver information
;
[Manufacturer]
%VENDOR% = FastioScsi,NTamd64.10.0
[FastioScsi.NTamd64.10.0]
%FastioScsi.DeviceDesc% = scsi_inst, PCI\VEN_1AF4&DEV_1004&SUBSYS_00081AF4&REV_00, PCI\VEN_1AF4&DEV_1004
%FastioScsi.DeviceDesc% = scsi_inst, PCI\VEN_1AF4&DEV_1048&SUBSYS_11001AF4&REV_01, PCI\VEN_1AF4&DEV_1048
;
; General installation section
;
[vioscsi_Files_Driver]
vioscsi.sys,,,2
[scsi_inst]
CopyFiles=vioscsi_Files_Driver
;
; Service Installation
;
[scsi_inst.Services]
AddService = vioscsi, 0x00000002 , scsi_Service_Inst, scsi_EventLog_Inst
[scsi_Service_Inst]
DisplayName = %FastioScsi.SVCDESC%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\vioscsi.sys
LoadOrderGroup = SCSI miniport
AddReg = pnpsafe_pci_addreg
[scsi_inst.HW]
AddReg = pnpsafe_pci_addreg_msix
[scsi_EventLog_Inst]
AddReg = scsi_EventLog_AddReg
[scsi_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[pnpsafe_pci_addreg]
HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
HKR, "Parameters", "BusType", %REG_DWORD%, 0x0000000A
[pnpsafe_pci_addreg_msix]
HKR, "Interrupt Management",, 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties",, 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 256
HKR, "Interrupt Management\Affinity Policy",, 0x00000010
HKR, "Interrupt Management\Affinity Policy", DevicePolicy, 0x00010001, 5
HKR, "Interrupt Management\Affinity Policy", DevicePriority, 0x00010001, 3
[Strings]
;
; Localizable Strings
;
VENDOR = "Sangfor, Inc."
diskId1 = "Sangfor FastIO SCSI pass-through controller Installation Disk"
FastioScsi.DeviceDesc = "Sangfor FastIO SCSI pass-through controller"
FastioScsi.SVCDESC = "Sangfor FastIO SCSI pass-through Service"
;
; Non-Localizable Strings
;
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_ERROR_NORMAL = 1
Hacked By AnonymousFox1.0, Coded By AnonymousFox