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

  1. ;
  2. ; Installation inf for the I2O Miniport 
  3. ; Copyright (c) 1999 - 2002, Microsoft Corp.
  4. ;
  5.  
  6.  
  7.  
  8. ;;++ Added by AddSDisk.cmd
  9. [SourceDisksNames]
  10. 3426=windows cd
  11.  
  12. [SourceDisksFiles]
  13. i2omp.sys         = 3426
  14. i2omgmt.sys         = 3426
  15. ;;--
  16.  
  17. [Version]
  18. Signature="$Windows NT$"
  19. Provider=%Intel%
  20. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  21. Class=SCSIAdapter
  22. ;; Commented by AddSDisk.cmd
  23. ;; LayoutFile=layout.inf
  24. DriverVer=06/21/2006,6.0.6001.18000
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect = *
  28.  
  29. [DestinationDirs]
  30. DefaultDestDir   = 12
  31.  
  32. ;
  33. ; Driver information
  34. ;
  35.  
  36. [Manufacturer]
  37. %Intel%   = INTEL, NTx86, NTia64, NTamd64
  38.  
  39. [INTEL]
  40.  
  41. [INTEL.NTx86]
  42. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
  43. %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
  44. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
  45. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
  46. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
  47.  
  48. [INTEL.NTia64]
  49. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
  50. %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
  51. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
  52. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
  53. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
  54.  
  55. [INTEL.NTamd64]
  56. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
  57. %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
  58. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
  59. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
  60. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
  61.  
  62. ;
  63. ; General installation section
  64. ;
  65.  
  66. [i2omp_inst]
  67. CopyFiles=i2o_copyfiles
  68.  
  69. [i2o_copyfiles]
  70. i2omp.sys
  71. i2omgmt.sys
  72.  
  73. ;
  74. ; Service Installation
  75. ;
  76.  
  77. [i2omp_inst.Services]
  78. AddService = i2omp, 0x00000002 , i2omp_Service_Inst, i2omp_EventLog_Inst
  79.  
  80. [i2omp_Service_Inst]
  81. ServiceType    = %SERVICE_KERNEL_DRIVER%
  82. StartType      = %SERVICE_BOOT_START%
  83. ErrorControl   = %SERVICE_ERROR_NORMAL%
  84. ServiceBinary  = %12%\i2omp.sys
  85. LoadOrderGroup = SCSI miniport
  86. AddReg         = pnpsafe_pci_addreg
  87. AddReg         = bus_type_raid
  88.  
  89.  
  90. [i2omp_EventLog_Inst]
  91. AddReg = i2omp_EventLog_AddReg
  92.  
  93. [i2omp_EventLog_AddReg]
  94. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  95. HKR,,TypesSupported,%REG_DWORD%,7
  96.  
  97.  
  98. [pnpsafe_pci_addreg]
  99. HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
  100.  
  101. [bus_type_raid]
  102. HKR, "Parameters", "BusType", 0x00010001, 0x00000008
  103.  
  104.  
  105. [Strings]
  106. ;
  107. ; Localizable Strings
  108. ;
  109. diskId1 = "I2O Installation Disk"
  110. IntelI2O.DeviceDesc = "I2O StorPort Miniport"
  111. Intel = "Intel"
  112.  
  113. ;
  114. ; Non-Localizable Strings
  115. ;
  116.  
  117. REG_EXPAND_SZ  = 0x00020000
  118. REG_DWORD      = 0x00010001
  119. SERVICE_KERNEL_DRIVER  = 1
  120. SERVICE_BOOT_START     = 0
  121. SERVICE_ERROR_NORMAL   = 1
  122.  
  123.  
  124.