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

📄 initio.inf

📁 This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. T
💻 INF
字号:
; initio.inf
;
; Installation inf for the Initio Ultra SCSI Host Adapter adapter.
;
; (c) Copyright 1999 Initio 
;
; After completion of the inf run chkinf <filename> on the inf
; to check for errors

[Version]
Signature="$Windows NT$"
Provider=%Initio%
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Class=SCSIAdapter
;CatalogFile=oemscsi.cat 
;DriverVer=08/12/1999

;
; Disk installation information.
;
[SourceDisksNames]
1 = %Initio.Disk%,disk1,,,,,

;
; Location of files on installation disk.
;
[SourceDisksFiles]
ini9OEMD.sys = 1,,,

;
; Specifies the target's location
;
[DestinationDirs]
DefaultDestDir  = 12

;
; Control flag
;
[ControlFlags]
ExcludeFromSelect=*

;
; Driver information
;
[Manufacturer]
%INITIO% = INITIO

;
; MOdels section
'
[INITIO]
%Initio.DeviceDesc0% = INITIO_Inst, PCI\VEN_1101&DEV_9500
%Initio.DeviceDesc1% = INITIO_Inst, PCI\VEN_1101&DEV_9400

;
; General installation section
;
[INITIO_Inst]
CopyFiles=@ini9OEMD.sys

;
; Service Installation
;
[INITIO_Inst.Services]
AddService = ini9OEMD, 0x00000002 , INITIO_Service_Inst, INITIO_EventLog_Inst

;
;Services install section
;
[INITIO_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 0                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  
LoadOrderGroup = SCSI Miniport
ServiceBinary  = %12%\ini9OEMD.sys
AddReg         = pnpsafe_pci_addreg

;
; Installs event logging information
;
[INITIO_EventLog_Inst]
AddReg = INITIO_EventLog_AddReg

;
; Installs registry info for the event log. 
;
[INITIO_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ini9OEMD.sys"
HKR,,TypesSupported,0x00010001,7

;
; Reg key to be added to service for PNP PCI adapters
;
[pnpsafe_pci_addreg]
HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001

;
; String information
;
[Strings]
;
; Non-Localizable Strings
;
REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;
Initio.DeviceDesc0 = "Initio Ultra SCSI Host Adapter"
Initio.DeviceDesc1 = "Initio Ultra SCSI Host Adapter"
Initio.Disk	   = "Initio Install Disk"	
Initio 	           = "Initio"


⌨️ 快捷键说明

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