Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

293 lines
7.3 KiB

  1. ; 1394.INF -- This file contains descriptions of all the 1394
  2. ; Host controllers supported in Windows NT and Memphis
  3. ;
  4. ;*** Created 07/09/97 (Creation Date)
  5. ;
  6. ; Copyright (c) Microsoft Corporation. All rights reserved.
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Class=1394
  10. ClassGuid={6BDD1FC1-810F-11D0-BEC7-08002BE2092F}
  11. Provider=%MSFT%
  12. LayoutFile=layout.inf
  13. ; =================== Class Sections ===========================
  14. [ClassInstall32]
  15. Addreg=1394ClassReg
  16. [ClassInstall]
  17. Addreg=1394ClassReg
  18. [1394ClassReg]
  19. HKR,,,0,%1394ClassName%
  20. HKR,,Icon,,-21
  21. HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GA;;;BA)" ; ACL allowing System and Admin
  22. [ControlFlags]
  23. ; All PnP devices should be excluded from manual AddDevice Applet list
  24. ExcludeFromSelect=*
  25. ; =================== Table of content =========================
  26. [DestinationDirs]
  27. DefaultDestDir=12
  28. 1394_CopyFiles=12
  29. OHCI_CopyFiles=12
  30. ndis1394_CopyFiles=12
  31. [Manufacturer]
  32. %NECMfg%=NEC
  33. %TIOHCIMfg%=TIOHCI
  34. %NSCMfg%=NSC
  35. %SONYMfg%=SONY
  36. %GENERICMfg%=GENERIC
  37. %VIAMfg%=VIA
  38. %FUJITSUMfg%=FUJITSU
  39. %AGEREMfg%=AGERE
  40. %RICOHMfg%=RICOH
  41. ; =================== OHCI CONTROLLERS ========================
  42. [GENERIC]
  43. %PCI\CC_0C0010.DeviceDesc%=GENERIC_Install,PCI\CC_0C0010
  44. [GENERIC_Install]
  45. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  46. [GENERIC_Install.NT]
  47. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  48. AddReg=Nic1394AddReg
  49. [GENERIC_Install.NT.Services]
  50. AddService=ohci1394, 2, GENERIC_ServiceInstallSection
  51. [GENERIC_ServiceInstallSection]
  52. DisplayName=%PCI\CC_0C0010.DeviceDesc%
  53. ServiceType = 1
  54. StartType = 0
  55. ErrorControl = 1
  56. ServiceBinary = %12%\ohci1394.sys
  57. ; =================== NEC ========================
  58. [NEC]
  59. %PCI\VEN_1033&DEV_0063.DeviceDesc%=NEC_Install,PCI\VEN_1033&DEV_0063
  60. %PCI\VEN_1033&CC_0C0010.DeviceDesc%=NEC_Install,PCI\VEN_1033&CC_0C0010
  61. [NEC_Install]
  62. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  63. [NEC_Install.NT]
  64. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  65. AddReg=Nic1394AddReg
  66. [NEC_Install.NT.Services]
  67. AddService=ohci1394, 2, NEC_ServiceInstallSection
  68. [NEC_ServiceInstallSection]
  69. DisplayName=%PCI\VEN_1033&DEV_0063.DeviceDesc%
  70. ServiceType = 1
  71. StartType = 0
  72. ErrorControl = 1
  73. ServiceBinary = %12%\ohci1394.sys
  74. ; =================== VIA ========================
  75. [VIA]
  76. %PCI\VEN_1106&DEV_3044.DeviceDesc%=VIA_Install,PCI\VEN_1106&DEV_3044
  77. %PCI\VEN_1106&CC_0C0010.DeviceDesc%=VIA_Install,PCI\VEN_1106&CC_0C0010
  78. [VIA_Install]
  79. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  80. [VIA_Install.NT]
  81. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  82. AddReg=Nic1394AddReg
  83. [VIA_Install.NT.Services]
  84. AddService=ohci1394, 2, VIA_ServiceInstallSection
  85. [VIA_ServiceInstallSection]
  86. DisplayName=%PCI\VEN_1106&DEV_3044.DeviceDesc%
  87. ServiceType = 1
  88. StartType = 0
  89. ErrorControl = 1
  90. ServiceBinary = %12%\ohci1394.sys
  91. ; =================== National Semi ========================
  92. [NSC]
  93. %PCI\VEN_100B&DEV_000F.DeviceDesc%=NSC_Install,PCI\VEN_100B&DEV_000F
  94. %PCI\VEN_100B&CC_0C0010.DeviceDesc%=NSC_Install,PCI\VEN_100B&CC_0C0010
  95. [NSC_Install]
  96. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  97. [NSC_Install.NT]
  98. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  99. AddReg=Nic1394AddReg
  100. [NSC_Install.NT.Services]
  101. AddService=ohci1394, 2, NSC_ServiceInstallSection
  102. [NSC_ServiceInstallSection]
  103. DisplayName=%PCI\VEN_100B&DEV_000F.DeviceDesc%
  104. ServiceType = 1
  105. StartType = 0
  106. ErrorControl = 1
  107. ServiceBinary = %12%\ohci1394.sys
  108. ; =================== TI OHCI ========================
  109. [TIOHCI]
  110. %PCI\VEN_104C&DEV_8009.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&DEV_8009
  111. %PCI\VEN_104C&DEV_8019.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&DEV_8019
  112. %PCI\VEN_104C&CC_0C0010.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&CC_0C0010
  113. %PCI\VEN_104C&DEV_8009&SUBSYS_8032104D.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&DEV_8009&SUBSYS_8032104D
  114. [TIOHCI_Install]
  115. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  116. [TIOHCI_Install.NT]
  117. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  118. AddReg=Nic1394AddReg
  119. [TIOHCI_Install.NT.Services]
  120. AddService=ohci1394, 2, TIOHCI_ServiceInstallSection
  121. [TIOHCI_ServiceInstallSection]
  122. DisplayName=%PCI\VEN_104C&DEV_8009.DeviceDesc%
  123. ServiceType = 1
  124. StartType = 0
  125. ErrorControl = 1
  126. ServiceBinary = %12%\ohci1394.sys
  127. ; =================== SONY ========================
  128. [SONY]
  129. %PCI\VEN_104D&DEV_8039.DeviceDesc%=SONY_Install,PCI\VEN_104D&DEV_8039
  130. %PCI\VEN_104D&DEV_8039&REV_03.DeviceDesc%=SONY_Install2,PCI\VEN_104D&DEV_8039&REV_03
  131. [SONY_Install]
  132. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  133. [SONY_Install2]
  134. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  135. [SONY_Install.NT]
  136. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  137. AddReg=Nic1394AddReg
  138. [SONY_Install2.NT]
  139. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  140. AddReg=Nic1394AddReg
  141. [SONY_Install.NT.HW]
  142. AddReg=SONY_WA_AddReg
  143. [SONY_WA_AddReg]
  144. HKR,,"DiagnosticMode",0x00010003,2
  145. [SONY_Install.NT.Services]
  146. AddService=ohci1394, 2, SONY_ServiceInstallSection
  147. [SONY_Install2.NT.Services]
  148. AddService=ohci1394, 2, SONY_ServiceInstallSection
  149. [SONY_ServiceInstallSection]
  150. DisplayName=%PCI\VEN_104D&DEV_8039.DeviceDesc%
  151. ServiceType = 1
  152. StartType = 0
  153. ErrorControl = 1
  154. ServiceBinary = %12%\ohci1394.sys
  155. ; =================== FUJITSU ========================
  156. [FUJITSU]
  157. %PCI\VEN_10CF&CC_0C0010.DeviceDesc%=FUJITSU_Install,PCI\VEN_10CF&CC_0C0010
  158. [FUJITSU_Install]
  159. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  160. [FUJITSU_Install.NT]
  161. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  162. AddReg=Nic1394AddReg
  163. [FUJITSU_Install.NT.Services]
  164. AddService=ohci1394, 2, FUJITSU_ServiceInstallSection
  165. [FUJITSU_ServiceInstallSection]
  166. DisplayName=%PCI\VEN_10CF&CC_0C0010.DeviceDesc%
  167. ServiceType = 1
  168. StartType = 0
  169. ErrorControl = 1
  170. ServiceBinary = %12%\ohci1394.sys
  171. ; =================== AGERE ========================
  172. [AGERE]
  173. %PCI\VEN_11C1&CC_0C0010.DeviceDesc%=AGERE_Install,PCI\VEN_11C1&CC_0C0010
  174. [AGERE_Install]
  175. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  176. [AGERE_Install.NT]
  177. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  178. AddReg=Nic1394AddReg
  179. [AGERE_Install.NT.Services]
  180. AddService=ohci1394, 2, AGERE_ServiceInstallSection
  181. [AGERE_ServiceInstallSection]
  182. DisplayName=%PCI\VEN_11C1&CC_0C0010.DeviceDesc%
  183. ServiceType = 1
  184. StartType = 0
  185. ErrorControl = 1
  186. ServiceBinary = %12%\ohci1394.sys
  187. ; =================== RICOH ========================
  188. [RICOH]
  189. %PCI\VEN_1180&CC_0C0010.DeviceDesc%=RICOH_Install,PCI\VEN_1180&CC_0C0010
  190. [RICOH_Install]
  191. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  192. [RICOH_Install.NT]
  193. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  194. AddReg=Nic1394AddReg
  195. [RICOH_Install.NT.Services]
  196. AddService=ohci1394, 2, RICOH_ServiceInstallSection
  197. [RICOH_ServiceInstallSection]
  198. DisplayName=%PCI\VEN_1180&CC_0C0010.DeviceDesc%
  199. ServiceType = 1
  200. StartType = 0
  201. ErrorControl = 1
  202. ServiceBinary = %12%\ohci1394.sys
  203. ; =================== Generic ==================================
  204. [Nic1394AddReg]
  205. HKR,"Virtual Device List"\NIC1394\"LOCAL HOST EUI64",,,
  206. [1394_CopyFiles]
  207. 1394bus.sys
  208. [OHCI_CopyFiles]
  209. ohci1394.sys
  210. [ndis1394_CopyFiles]
  211. enum1394.sys
  212. nic1394.sys
  213. arp1394.sys
  214. [ControlFlags]