Source code of Windows XP (NT5)
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.

247 lines
5.8 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. [Version]
  6. ;Signature="$WINDOWS NT$" ; JSG - What to do???
  7. Signature="$CHICAGO$"
  8. Class=1394
  9. ClassGuid={6BDD1FC1-810F-11D0-BEC7-08002BE2092F}
  10. Provider=%MSFT%
  11. LayoutFile=layout.inf
  12. ; =================== Class Sections ===========================
  13. [ClassInstall32]
  14. Addreg=1394ClassReg
  15. [ClassInstall]
  16. Addreg=1394ClassReg
  17. [1394ClassReg]
  18. HKR,,,0,%1394ClassName%
  19. HKR,,Icon,,-21
  20. [ControlFlags]
  21. ; All PnP devices should be excluded from manual AddDevice Applet list
  22. ExcludeFromSelect=*
  23. ; =================== Table of content =========================
  24. [DestinationDirs]
  25. DefaultDestDir=12
  26. 1394_CopyFiles=12
  27. OHCI_CopyFiles=12
  28. ndis1394_CopyFiles=12
  29. [Manufacturer]
  30. %NECMfg%=NEC
  31. %TIOHCIMfg%=TIOHCI
  32. %NSCMfg%=NSC
  33. %SONYMfg%=SONY
  34. %GENERICMfg%=GENERIC
  35. %VIAMfg%=VIA
  36. %FUJITSUMfg%=FUJITSU
  37. ; =================== OHCI CONTROLLERS ========================
  38. [GENERIC]
  39. %PCI\CC_0C0010.DeviceDesc%=GENERIC_Install,PCI\CC_0C0010
  40. [GENERIC_Install]
  41. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  42. [GENERIC_Install.NT]
  43. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  44. AddReg=Nic1394AddReg
  45. [GENERIC_Install.NT.Services]
  46. AddService=ohci1394, 2, GENERIC_ServiceInstallSection
  47. [GENERIC_ServiceInstallSection]
  48. DisplayName=%PCI\CC_0C0010.DeviceDesc%
  49. ServiceType = 1
  50. StartType = 0
  51. ErrorControl = 1
  52. ServiceBinary = %12%\ohci1394.sys
  53. ; =================== NEC ========================
  54. [NEC]
  55. %PCI\VEN_1033&DEV_0063.DeviceDesc%=NEC_Install,PCI\VEN_1033&DEV_0063
  56. %PCI\VEN_1033&CC_0C0010.DeviceDesc%=NEC_Install,PCI\VEN_1033&CC_0C0010
  57. [NEC_Install]
  58. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  59. [NEC_Install.NT]
  60. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  61. AddReg=Nic1394AddReg
  62. [NEC_Install.NT.Services]
  63. AddService=ohci1394, 2, NEC_ServiceInstallSection
  64. [NEC_ServiceInstallSection]
  65. DisplayName=%PCI\VEN_1033&DEV_0063.DeviceDesc%
  66. ServiceType = 1
  67. StartType = 0
  68. ErrorControl = 1
  69. ServiceBinary = %12%\ohci1394.sys
  70. ; =================== VIA ========================
  71. [VIA]
  72. %PCI\VEN_1106&DEV_3044.DeviceDesc%=VIA_Install,PCI\VEN_1106&DEV_3044
  73. %PCI\VEN_1106&CC_0C0010.DeviceDesc%=VIA_Install,PCI\VEN_1106&CC_0C0010
  74. [VIA_Install]
  75. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  76. [VIA_Install.NT]
  77. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  78. AddReg=Nic1394AddReg
  79. [VIA_Install.NT.Services]
  80. AddService=ohci1394, 2, VIA_ServiceInstallSection
  81. [VIA_ServiceInstallSection]
  82. DisplayName=%PCI\VEN_1106&DEV_3044.DeviceDesc%
  83. ServiceType = 1
  84. StartType = 0
  85. ErrorControl = 1
  86. ServiceBinary = %12%\ohci1394.sys
  87. ; =================== National Semi ========================
  88. [NSC]
  89. %PCI\VEN_100B&DEV_000F.DeviceDesc%=NSC_Install,PCI\VEN_100B&DEV_000F
  90. %PCI\VEN_100B&CC_0C0010.DeviceDesc%=NSC_Install,PCI\VEN_100B&CC_0C0010
  91. [NSC_Install]
  92. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  93. [NSC_Install.NT]
  94. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  95. AddReg=Nic1394AddReg
  96. [NSC_Install.NT.Services]
  97. AddService=ohci1394, 2, NSC_ServiceInstallSection
  98. [NSC_ServiceInstallSection]
  99. DisplayName=%PCI\VEN_100B&DEV_000F.DeviceDesc%
  100. ServiceType = 1
  101. StartType = 0
  102. ErrorControl = 1
  103. ServiceBinary = %12%\ohci1394.sys
  104. ; =================== TI OHCI ========================
  105. [TIOHCI]
  106. %PCI\VEN_104C&DEV_8009.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&DEV_8009
  107. %PCI\VEN_104C&DEV_8019.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&DEV_8019
  108. %PCI\VEN_104C&CC_0C0010.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&CC_0C0010
  109. %PCI\VEN_104C&DEV_8009&SUBSYS_8032104D.DeviceDesc%=TIOHCI_Install,PCI\VEN_104C&DEV_8009&SUBSYS_8032104D
  110. [TIOHCI_Install]
  111. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  112. [TIOHCI_Install.NT]
  113. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  114. AddReg=Nic1394AddReg
  115. [TIOHCI_Install.NT.Services]
  116. AddService=ohci1394, 2, TIOHCI_ServiceInstallSection
  117. [TIOHCI_ServiceInstallSection]
  118. DisplayName=%PCI\VEN_104C&DEV_8009.DeviceDesc%
  119. ServiceType = 1
  120. StartType = 0
  121. ErrorControl = 1
  122. ServiceBinary = %12%\ohci1394.sys
  123. ; =================== SONY ========================
  124. [SONY]
  125. %PCI\VEN_104D&DEV_8039.DeviceDesc%=SONY_Install,PCI\VEN_104D&DEV_8039
  126. %PCI\VEN_104D&DEV_8039&REV_03.DeviceDesc%=SONY_Install2,PCI\VEN_104D&DEV_8039&REV_03
  127. [SONY_Install]
  128. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  129. [SONY_Install2]
  130. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  131. [SONY_Install.NT]
  132. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  133. AddReg=Nic1394AddReg
  134. [SONY_Install2.NT]
  135. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  136. AddReg=Nic1394AddReg
  137. [SONY_Install.NT.HW]
  138. AddReg=SONY_WA_AddReg
  139. [SONY_WA_AddReg]
  140. HKR,,"DiagnosticMode",0x00010003,2
  141. [SONY_Install.NT.Services]
  142. AddService=ohci1394, 2, SONY_ServiceInstallSection
  143. [SONY_Install2.NT.Services]
  144. AddService=ohci1394, 2, SONY_ServiceInstallSection
  145. [SONY_ServiceInstallSection]
  146. DisplayName=%PCI\VEN_104D&DEV_8039.DeviceDesc%
  147. ServiceType = 1
  148. StartType = 0
  149. ErrorControl = 1
  150. ServiceBinary = %12%\ohci1394.sys
  151. ; =================== FUJITSU ========================
  152. [FUJITSU]
  153. %PCI\VEN_10CF&CC_0C0010.DeviceDesc%=FUJITSU_Install,PCI\VEN_10CF&CC_0C0010
  154. [FUJITSU_Install]
  155. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles
  156. [FUJITSU_Install.NT]
  157. CopyFiles=OHCI_CopyFiles, 1394_CopyFiles, ndis1394_CopyFiles
  158. AddReg=Nic1394AddReg
  159. [FUJITSU_Install.NT.Services]
  160. AddService=ohci1394, 2, FUJITSU_ServiceInstallSection
  161. [FUJITSU_ServiceInstallSection]
  162. DisplayName=%PCI\VEN_10CF&CC_0C0010.DeviceDesc%
  163. ServiceType = 1
  164. StartType = 0
  165. ErrorControl = 1
  166. ServiceBinary = %12%\ohci1394.sys
  167. ; =================== Generic ==================================
  168. [Nic1394AddReg]
  169. HKR,"Virtual Device List"\NIC1394\"LOCAL HOST EUI64",,,
  170. [1394_CopyFiles]
  171. 1394bus.sys
  172. [OHCI_CopyFiles]
  173. ohci1394.sys
  174. [ndis1394_CopyFiles]
  175. enum1394.sys
  176. nic1394.sys
  177. arp1394.sys
  178. [ControlFlags]