home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / DRV / DP_Chipset.7z / D / C / AM4 / AmdShpc.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2008-04-01  |  5.9 KB  |  224 lines

  1. ;
  2. ;---------------------------------------------
  3. ; AmdShpc.inf
  4. ; AMD-813x Bus-Filter Driver
  5. ; version 1.3.9
  6. ; (C) Copyright 2002-2004  AMD, Inc.
  7. ;---------------------------------------------
  8. ;
  9. [Version]
  10. Signature="$WINDOWS NT$"
  11. Class=System
  12. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  13. Provider=%AMD%
  14. CatalogFile=AmdShpc.cat
  15. DriverVer=09/02/2004, 1.3.9.0
  16.  
  17. ;
  18. ; Identify the installation media
  19. ;
  20. [SourceDisksNames]
  21. 1 = %AMDSHPC_DRV_DESC%,,
  22.  
  23. ;
  24. ; Identify the files on the installation media
  25. ;
  26. [SourceDisksFiles]
  27. AmdPci32.sys = 1
  28. AmdPci64.sys = 1
  29. AmdHpSrv.exe = 1
  30. HotPlugApplet.cpl = 1
  31. ;HotPlugApplet64.cpl = 1
  32. Hotplug_Control_Utility.chm = 1
  33.  
  34. [DestinationDirs]
  35. HotPlug_Driver.Files  = 12
  36. HotPlug_Driver64.Files  = 12
  37. HotPlug_Service.Files = 11
  38. HotPlug_Applet.Files = 11
  39. ;HotPlug_Applet64.Files = 11
  40.  
  41. [ControlFlags]
  42. ExcludeFromSelect=*
  43.  
  44. [Manufacturer]
  45. %AMD_MFG%=AmdShpc,NTx86.5.1,NTamd64
  46.  
  47. ;
  48. ;---------------------------------------------
  49. ; Default (Windows 2000)
  50. ;---------------------------------------------
  51. ;
  52. [AmdShpc]
  53. %PCI\VEN_1022&DEV_7450&CC_0604.DeviceDesc% = AmdShpc_Inst, PCI\VEN_1022&DEV_7450&CC_0604
  54. %PCI\VEN_1022&DEV_7458&CC_0604.DeviceDesc% = AmdShpc_Inst, PCI\VEN_1022&DEV_7458&CC_0604
  55.  
  56. [AmdShpc_Inst]
  57. Include = machine.inf
  58. Needs = PCI_DRV
  59. CopyFiles = HotPlug_Driver.Files
  60. CopyFiles = HotPlug_Applet.Files
  61.  
  62. [AmdShpc_Inst.Services]
  63. Include= machine.inf
  64. Needs= PCI_DRV.Services
  65. AddService = AmdPCI, 0, AmdShpc_Driver_Inst, AmdShpc_EventLog_Inst
  66.  
  67. [AmdShpc_Inst.HW]
  68. AddReg = AmdShpc_Inst.AddReg
  69.  
  70. ;
  71. ;---------------------------------------------
  72. ; Other 32-bit
  73. ;---------------------------------------------
  74. ;
  75. [AmdShpc.NTx86.5.1]
  76. %PCI\VEN_1022&DEV_7450&CC_0604.DeviceDesc% = AmdShpc_Inst32, PCI\VEN_1022&DEV_7450&CC_0604
  77. %PCI\VEN_1022&DEV_7458&CC_0604.DeviceDesc% = AmdShpc_Inst32, PCI\VEN_1022&DEV_7458&CC_0604
  78.  
  79. [AmdShpc_Inst32]
  80. Include = machine.inf
  81. Needs = PCI_DRV
  82. CopyFiles = HotPlug_Driver.Files
  83. CopyFiles = HotPlug_Applet.Files
  84. CopyFiles = HotPlug_Service.Files
  85.  
  86. [AmdShpc_Inst32.Services]
  87. Include= machine.inf
  88. Needs= PCI_DRV.Services
  89. AddService = AmdPCI, 0, AmdShpc_Driver_Inst, AmdShpc_EventLog_Inst
  90. AddService = AmdShpcSrv, 0, AmdShpc_Srv_Inst
  91.  
  92. [AmdShpc_Inst32.HW]
  93. AddReg = AmdShpc_Inst.AddReg
  94.  
  95. ;
  96. ;---------------------------------------------
  97. ; Amd64
  98. ;---------------------------------------------
  99. ;
  100. [AmdShpc.NTamd64]
  101. %PCI\VEN_1022&DEV_7450&CC_0604.DeviceDesc% = AmdShpc_Inst64, PCI\VEN_1022&DEV_7450&CC_0604
  102. %PCI\VEN_1022&DEV_7458&CC_0604.DeviceDesc% = AmdShpc_Inst64, PCI\VEN_1022&DEV_7458&CC_0604
  103.  
  104. [AmdShpc_Inst64]
  105. Include = machine.inf
  106. Needs = PCI_DRV
  107. CopyFiles = HotPlug_Driver64.Files
  108. CopyFiles = HotPlug_Applet64.Files
  109. CopyFiles = HotPlug_Service.Files
  110.  
  111. [AmdShpc_Inst64.Services]
  112. Include= machine.inf
  113. Needs= PCI_DRV.Services
  114. AddService = AmdPCI64, 0, AmdShpc_Driver_Inst64, AmdShpc_EventLog_Inst64
  115. AddService = AmdShpcSrv, 0, AmdShpc_Srv_Inst
  116.  
  117. [AmdShpc_Inst64.HW]
  118. AddReg = AmdShpc_Inst64.AddReg
  119.  
  120. [AmdShpc_Inst64.AddReg]
  121. HKR,,"UpperFilters",0x00010000,"AmdPCI64"
  122.  
  123. [HotPlug_Driver64.Files]
  124. AmdPci64.sys
  125.  
  126. [HotPlug_Applet64.Files]
  127. HotPlugApplet64.cpl
  128. Hotplug_Control_Utility.chm
  129.  
  130. [AmdShpc_Driver_Inst64]
  131. DisplayName    = %AMDSHPC_DRV_DESC%
  132. ServiceType    = %SERVICE_KERNEL_DRIVER%
  133. StartType      = %SERVICE_BOOT_START%
  134. ErrorControl   = %SERVICE_ERROR_NORMAL%
  135. ServiceBinary  = %12%\AmdPci64.sys
  136.  
  137. [AmdShpc_EventLog_Inst64]
  138. AddReg = AmdShpc_EventLog_Inst64.AddReg
  139.  
  140. [AmdShpc_EventLog_Inst64.AddReg]
  141. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\AmdPci64.sys"
  142. HKR,,TypesSupported,%REG_TYPE_DWORD%,7
  143.  
  144. ;
  145. ;---------------------------------------------
  146. ; 32-bit Common
  147. ;---------------------------------------------
  148. ;
  149. [AmdShpc_Inst.AddReg]
  150. HKR,,"UpperFilters",0x00010000,"AmdPCI"
  151.  
  152. [HotPlug_Driver.Files]
  153. AmdPci32.sys
  154.  
  155. [HotPlug_Applet.Files]
  156. HotPlugApplet.cpl
  157. Hotplug_Control_Utility.chm
  158.  
  159. [AmdShpc_Driver_Inst]
  160. DisplayName    = %AMDSHPC_DRV_DESC%
  161. ServiceType    = %SERVICE_KERNEL_DRIVER%
  162. StartType      = %SERVICE_BOOT_START%
  163. ErrorControl   = %SERVICE_ERROR_NORMAL%
  164. ServiceBinary  = %12%\AmdPci32.sys
  165.  
  166. [AmdShpc_EventLog_Inst]
  167. AddReg = AmdShpc_EventLog_Inst.AddReg
  168.  
  169. [AmdShpc_EventLog_Inst.AddReg]
  170. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\AmdPci32.sys"
  171. HKR,,TypesSupported,%REG_TYPE_DWORD%,7
  172.  
  173. ;
  174. ;---------------------------------------------
  175. ; Win32 Service
  176. ;---------------------------------------------
  177. ;
  178. [HotPlug_Service.Files]
  179. AmdHpSrv.exe
  180.  
  181. [AmdShpc_Srv_Inst]
  182. DisplayName    = %AmdShpc_SRV_DISPLAY_NAME%
  183. ServiceType    = %SERVICE_WIN32_OWN_PROCESS%
  184. StartType      = %SERVICE_AUTO_START%
  185. ErrorControl   = %SERVICE_ERROR_IGNORE%
  186. ServiceBinary  = %11%\AmdHpSrv.exe
  187. Description    = %AMDSHPC_SRV_DESC%
  188.  
  189. ;
  190. ;---------------------------------------------
  191. ; Localizable strings
  192. ;---------------------------------------------
  193. ;
  194. [Strings]
  195. AMD = "AMD"
  196. AMD_MFG = "AMD"
  197. AmdShpc_SRV_DISPLAY_NAME = "AMD-813x Hot-Plug Service"
  198. AMDSHPC_SRV_DESC = "Provides user-mode services for the AMD-813x Bus-Filter Driver"
  199. AMDSHPC_DRV_DESC = "AMD-813x Bus-Filter Driver"
  200. PCI\VEN_1022&DEV_7450&CC_0604.DeviceDesc = "AMD-8131Ö HyperTransportÖ PCI-X« Tunnel"
  201. PCI\VEN_1022&DEV_7458&CC_0604.DeviceDesc = "AMD-8132Ö HyperTransportÖ PCI-X« 2.0 Tunnel"
  202.  
  203. ;
  204. ;---------------------------------------------
  205. ;Handy macro substitutions (non-localizable)
  206. ;---------------------------------------------
  207. ;
  208. REG_TYPE_SZ        = 0x00000000
  209. REG_TYPE_MULTI_SZ    = 0x00010000
  210. REG_TYPE_DWORD        = 0x00010001
  211. REG_EXPAND_SZ        = 0x00020000 
  212.  
  213. SPSVCINST_ASSOCSERVICE    = 0x00000002
  214. SERVICE_WIN32_OWN_PROCESS = 0x10
  215. SERVICE_KERNEL_DRIVER     = 1
  216. SERVICE_BOOT_START      = 0
  217. SERVICE_SYSTEM_START      = 1
  218. SERVICE_AUTO_START      = 2
  219. SERVICE_DEMAND_START      = 3
  220. SERVICE_ERROR_IGNORE      = 0
  221. SERVICE_ERROR_NORMAL      = 1
  222. SERVICE_ERROR_SEVERE      = 2
  223. SERVICE_ERROR_CRITICAL      = 3
  224.