home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Installation inf for the I2O Miniport
- ; Copyright (c) 1999 - 2002, Microsoft Corp.
- ;
-
-
-
- ;;++ Added by AddSDisk.cmd
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- i2omp.sys = 3426
- i2omgmt.sys = 3426
- ;;--
-
- [Version]
- Signature="$Windows NT$"
- Provider=%Intel%
- ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
- Class=SCSIAdapter
- ;; Commented by AddSDisk.cmd
- ;; LayoutFile=layout.inf
- DriverVer=06/21/2006,6.0.6001.18000
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %Intel% = INTEL, NTx86, NTia64, NTamd64
-
- [INTEL]
-
- [INTEL.NTx86]
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
-
- [INTEL.NTia64]
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
-
- [INTEL.NTamd64]
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
- %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
-
- ;
- ; General installation section
- ;
-
- [i2omp_inst]
- CopyFiles=i2o_copyfiles
-
- [i2o_copyfiles]
- i2omp.sys
- i2omgmt.sys
-
- ;
- ; Service Installation
- ;
-
- [i2omp_inst.Services]
- AddService = i2omp, 0x00000002 , i2omp_Service_Inst, i2omp_EventLog_Inst
-
- [i2omp_Service_Inst]
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_BOOT_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\i2omp.sys
- LoadOrderGroup = SCSI miniport
- AddReg = pnpsafe_pci_addreg
- AddReg = bus_type_raid
-
-
- [i2omp_EventLog_Inst]
- AddReg = i2omp_EventLog_AddReg
-
- [i2omp_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
-
- [bus_type_raid]
- HKR, "Parameters", "BusType", 0x00010001, 0x00000008
-
-
- [Strings]
- ;
- ; Localizable Strings
- ;
- diskId1 = "I2O Installation Disk"
- IntelI2O.DeviceDesc = "I2O StorPort Miniport"
- Intel = "Intel"
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_EXPAND_SZ = 0x00020000
- REG_DWORD = 0x00010001
- SERVICE_KERNEL_DRIVER = 1
- SERVICE_BOOT_START = 0
- SERVICE_ERROR_NORMAL = 1
-
-
-