home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 3 / Windows / inf / iirsp.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  4.3 KB  |  105 lines

  1. ; iirsp.inf
  2. ;
  3. ; Installation file for the IIRSP.SYS Storport driver
  4. ; Copyright (c) 1999 - 2004 Intel Corp. and ICP vortex GmbH
  5. ; Copyright (c) 2003 - 2004 Adaptec Inc.
  6. ;
  7.  
  8. [Version]
  9. Signature="$Chicago$"
  10. Class=SCSIAdapter
  11. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  12. Provider=%ICP%
  13. DriverVer=08/12/2004, 5.4.19.0
  14.  
  15. ;
  16. ; Source file information
  17. ;
  18.  
  19. [SourceDisksNames]
  20. 3426=windows cd
  21.  
  22. [SourceDisksFiles]
  23. iirsp.sys = 3426
  24.  
  25. [DestinationDirs]
  26. DefaultDestDir = 12
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = PCI\VEN_1119&DEV_0300
  30. ExcludeFromSelect = PCI\VEN_8086&DEV_0600
  31.  
  32. ;
  33. ; Driver information
  34. ;
  35. [Manufacturer]
  36. %ICP%=IIRSP,NTx86,NTamd64
  37.  
  38. [IIRSP]
  39.  
  40. [IIRSP.NTx86]
  41. %*PCI\VEN_1119&DEV_0300.DeviceDesc%=src_pci,PCI\VEN_1119&DEV_0300
  42. %*PCI\VEN_8086&DEV_0600.DeviceDesc%=src_pci,PCI\VEN_8086&DEV_0600
  43.  
  44. [IIRSP.NTamd64]
  45. %*PCI\VEN_1119&DEV_0300.DeviceDesc%=src_pci,PCI\VEN_1119&DEV_0300
  46. %*PCI\VEN_8086&DEV_0600.DeviceDesc%=src_pci,PCI\VEN_8086&DEV_0600
  47.  
  48. ;
  49. ; General installation section
  50. ;
  51. [src_pci.ntx86]
  52. CopyFiles=@iirsp.sys
  53.  
  54. [src_pci.ntamd64]
  55. CopyFiles=@iirsp.sys
  56.  
  57. ;
  58. ; File sections
  59. ;
  60. ; 1. ntx86
  61. ;
  62. [src_pci.ntx86.Services]
  63. AddService = iirsp, 0x00000002, src_pci.svc_inst, src_pci.svc_log
  64.  
  65. ;
  66. ; 3. ntamd64
  67. ;
  68. [src_pci.ntamd64.Services]
  69. AddService = iirsp, 0x00000002, src_pci.svc_inst, src_pci.svc_log
  70.  
  71. ;
  72. ; Service
  73. ;
  74. [src_pci.svc_inst]
  75. ServiceType = 1         ;SERVICE_KERNEL_DRIVER
  76. StartType = 0           ;SERVICE_BOOT_START
  77. ErrorControl = 1        ;SERVICE_ERROR_NORMAL
  78. LoadOrderGroup = SCSI Miniport
  79. ServiceBinary = %12%\iirsp.sys
  80. AddReg = pnpsafe_pci_addreg
  81. AddReg = bus_type_raid
  82.  
  83. [pnpsafe_pci_addreg]
  84. HKR,"Parameters\PnpInterface","5",0x00010001,0x00000001
  85.  
  86. [bus_type_raid]
  87. HKR, "Parameters", "BusType", 0x00010001, 0x00000008
  88.  
  89. [src_pci.svc_log]
  90. AddReg = src_pci.svc_log_add
  91.  
  92. [src_pci.svc_log_add]
  93. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  94. HKR,,TypesSupported,0x00010001,7
  95.  
  96.  
  97. [Strings]
  98. ; localizable
  99. ICP="ICP vortex"
  100. DiskID="RAID Controller"
  101.  
  102. ; not localizable
  103. *PCI\VEN_1119&DEV_0300.DeviceDesc="ICP RAID Controller"
  104. *PCI\VEN_8086&DEV_0600.DeviceDesc="RAID Controller"
  105.