home *** CD-ROM | disk | FTP | other *** search
- ; iirsp.inf
- ;
- ; Installation file for the IIRSP.SYS Storport driver
- ; Copyright (c) 1999 - 2004 Intel Corp. and ICP vortex GmbH
- ; Copyright (c) 2003 - 2004 Adaptec Inc.
- ;
-
- [Version]
- Signature="$Chicago$"
- Class=SCSIAdapter
- ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
- Provider=%ICP%
- DriverVer=08/12/2004, 5.4.19.0
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- iirsp.sys = 3426
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1119&DEV_0300
- ExcludeFromSelect = PCI\VEN_8086&DEV_0600
-
- ;
- ; Driver information
- ;
- [Manufacturer]
- %ICP%=IIRSP,NTx86,NTamd64
-
- [IIRSP]
-
- [IIRSP.NTx86]
- %*PCI\VEN_1119&DEV_0300.DeviceDesc%=src_pci,PCI\VEN_1119&DEV_0300
- %*PCI\VEN_8086&DEV_0600.DeviceDesc%=src_pci,PCI\VEN_8086&DEV_0600
-
- [IIRSP.NTamd64]
- %*PCI\VEN_1119&DEV_0300.DeviceDesc%=src_pci,PCI\VEN_1119&DEV_0300
- %*PCI\VEN_8086&DEV_0600.DeviceDesc%=src_pci,PCI\VEN_8086&DEV_0600
-
- ;
- ; General installation section
- ;
- [src_pci.ntx86]
- CopyFiles=@iirsp.sys
-
- [src_pci.ntamd64]
- CopyFiles=@iirsp.sys
-
- ;
- ; File sections
- ;
- ; 1. ntx86
- ;
- [src_pci.ntx86.Services]
- AddService = iirsp, 0x00000002, src_pci.svc_inst, src_pci.svc_log
-
- ;
- ; 3. ntamd64
- ;
- [src_pci.ntamd64.Services]
- AddService = iirsp, 0x00000002, src_pci.svc_inst, src_pci.svc_log
-
- ;
- ; Service
- ;
- [src_pci.svc_inst]
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 0 ;SERVICE_BOOT_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- LoadOrderGroup = SCSI Miniport
- ServiceBinary = %12%\iirsp.sys
- AddReg = pnpsafe_pci_addreg
- AddReg = bus_type_raid
-
- [pnpsafe_pci_addreg]
- HKR,"Parameters\PnpInterface","5",0x00010001,0x00000001
-
- [bus_type_raid]
- HKR, "Parameters", "BusType", 0x00010001, 0x00000008
-
- [src_pci.svc_log]
- AddReg = src_pci.svc_log_add
-
- [src_pci.svc_log_add]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
- HKR,,TypesSupported,0x00010001,7
-
-
- [Strings]
- ; localizable
- ICP="ICP vortex"
- DiskID="RAID Controller"
-
- ; not localizable
- *PCI\VEN_1119&DEV_0300.DeviceDesc="ICP RAID Controller"
- *PCI\VEN_8086&DEV_0600.DeviceDesc="RAID Controller"
-