home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / NETEL574.IN_ / netel574.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  10.9 KB  |  161 lines

  1. ; Copyright (c) 2000, Microsoft
  2.  
  3. [version]
  4. LayoutFile = layout.inf
  5. signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. provider   = %Msft%
  9. DriverVer=07/01/2001,2.0.3.4001
  10.  
  11. [Manufacturer]
  12. %3COM%   = 3COM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [3COM]
  18. %3C574A.DeviceDesc% = 3C574A.ndi, PCMCIA\3Com-3C574-TX_Fast_EtherLink_PC_Card-8F53
  19. %3C574B.DeviceDesc% = 3C574B.ndi, PCMCIA\3Com-Megahertz_574B-CBD8
  20. %OFFICE.DeviceDesc% = 3C574B.ndi, PCMCIA\3COM-OfficeConnect_572B-18B4 
  21. %OFFICE.DeviceDesc% = 3C574B.ndi, PCMCIA\3COM-OfficeConnect_572B-0101-0574 
  22.  
  23. ;-------------------------------------------------------------------------------
  24. ; 3Com 3C574A PCMCIA
  25. ;
  26. [3C574A.ndi]
  27. Characteristics = 0x84
  28. BusType         = 8
  29. AddReg          = 3C574A.reg
  30. CopyFiles       = elnk3c574.CopyFiles
  31.  
  32. [3C574A.ndi.LogConfigOverride]
  33. LogConfig = 3C574A.ndi.Override0
  34.  
  35. [3C574A.ndi.Override0]
  36. IOConfig     =    10@300-FFF%FE0(fff)
  37. IRQConfig    =    3,5,7,9,10,11,12     ; IRQ
  38. PcCardConfig=0(W)
  39. MfCardConfig =  10000:41:0
  40.  
  41. [3C574a.ndi.Services]
  42. AddService      = EL3C574, 2, el3c574A.Service, el3c574.EventLog
  43.  
  44. [3C574A.reg]
  45. HKR, Ndi,                         Service,      0, "EL3C574"
  46. HKR, Ndi\Interfaces,              UpperRange,   0, "ndis5"
  47. HKR, Ndi\Interfaces,              LowerRange,   0, "ethernet"
  48. HKR, ,                            OSType,       0, "1"
  49. HKR, ,                            Verstr,       0, "1"
  50. HKR, ,                            AdapterType,  0, "0103"
  51.  
  52. HKR,Ndi\params\AutoPolarity,      ParamDesc,    0, %AutoPolarity%
  53. HKR,Ndi\params\AutoPolarity,      default,      0, "0000"
  54. HKR,Ndi\params\AutoPolarity,      type,         0, "enum"
  55. HKR,Ndi\params\AutoPolarity\enum, 0020,         0, %Disabled%
  56. HKR,Ndi\params\AutoPolarity\enum, 0000,         0, %Enabled%
  57.  
  58. [el3c574A.Service]
  59. DisplayName     = %el3c574A.Service.DispName%
  60. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  61. StartType       = 3 ;%SERVICE_DEMAND_START%
  62. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  63. ServiceBinary   = %12%\el574nd4.sys
  64. LoadOrderGroup  = NDIS
  65.  
  66. ;-------------------------------------------------------------------------------
  67. ; 3Com 3C574B PCMCIA
  68. ;
  69. [3C574B.ndi]
  70. Characteristics = 0x84
  71. BusType         = 8
  72. AddReg          = 3C574B.reg
  73. CopyFiles       = elnk3c574.CopyFiles
  74.  
  75. [3C574B.ndi.LogConfigOverride]
  76. LogConfig = 3C574B.ndi.Override0
  77.  
  78. [3C574B.ndi.Override0]
  79. IOConfig     =    10@300-FFF%FE0(fff)
  80. IRQConfig    =    3,5,7,9,10,11,12     ; IRQ
  81. PcCardConfig=0(W)
  82. MfCardConfig =  10000:41:0
  83.  
  84. [3C574B.ndi.Services]
  85. AddService      = EL3C574, 2, el3c574B.Service, el3c574.EventLog
  86.  
  87. [3C574B.reg]
  88. HKR, Ndi,            Service,     0, "EL3C574"
  89. HKR, Ndi\Interfaces, UpperRange,  0, "ndis5"
  90. HKR, Ndi\Interfaces, LowerRange,  0, "ethernet"
  91. HKR, ,               OSType,      0, "1"
  92. HKR, ,               Verstr,      0, "1"
  93. HKR, ,               AdapterType, 0, "0103"
  94.  
  95. HKR,Ndi\params\AutoPolarity,       ParamDesc,   0, %AutoPolarity%
  96. HKR,Ndi\params\AutoPolarity,       default,     0, "0000"
  97. HKR,Ndi\params\AutoPolarity,       type,        0, "enum"
  98. HKR,Ndi\params\AutoPolarity\enum,  0020,        0, %Disabled%
  99. HKR,Ndi\params\AutoPolarity\enum,  0000,        0, %Enabled%
  100.  
  101. HKR,Ndi\params\LinkSelection,      ParamDesc,   0, %LinkSelection%
  102. HKR,Ndi\params\LinkSelection,      default,     0, "0200"
  103. HKR,Ndi\params\LinkSelection,      type,        0, "enum"
  104. HKR,Ndi\params\LinkSelection\enum, 0200,        0, %AutoNegotiation%
  105. HKR,Ndi\params\LinkSelection\enum, 0100,        0, %FD100%
  106. HKR,Ndi\params\LinkSelection\enum, 0080,        0, %HD100%
  107. HKR,Ndi\params\LinkSelection\enum, 0040,        0, %FD10%
  108. HKR,Ndi\params\LinkSelection\enum, 0020,        0, %HD10%
  109.  
  110. [el3c574B.Service]
  111. DisplayName     = %el3c574B.Service.DispName%
  112. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  113. StartType       = 3 ;%SERVICE_DEMAND_START%
  114. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  115. ServiceBinary   = %12%\el574nd4.sys
  116. LoadOrderGroup  = NDIS
  117.  
  118. ;-------------------------------------------------------------------------------
  119. ; 3Com 3C574 PCMCIA Common section
  120. ;
  121. [elnk3c574.CopyFiles]
  122. el574nd4.sys,,,2
  123.  
  124. [el3c574.EventLog]
  125. AddReg = el3c574.AddEventLog.reg
  126.  
  127. [el3c574.AddEventLog.reg]
  128. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  129. HKR,, TypesSupported,   0x00010001, 7
  130.  
  131. ;-------------------------------------------------------------------------------
  132. ; DestinationDirs
  133. ;
  134. [DestinationDirs]
  135. elnk3c574.CopyFiles = 12
  136.  
  137. ;-------------------------------------------------------------------------------
  138. ; Localizable Strings
  139. ;
  140. [Strings]
  141. Msft                      = "Microsoft"
  142. 3COM                      = "3Com"
  143.  
  144. AutoPolarity              = "Автоматическое определение полярности"
  145. Disabled                  = "Отключено"
  146. Enabled                   = "Включено"
  147.  
  148. LinkSelection             = "Выбор сетевого соединения"
  149. AutoNegotiation           = "Автосогласование"
  150. FD100                     = "100 BT, полный дуплекс"
  151. HD100                     = "100 BT, полудуплекс"
  152. FD10                      = "10 BT, полный дуплекс"
  153. HD10                      = "10 BT, полудуплекс"
  154.  
  155. 3C574A.DeviceDesc         = "3Com 3C574 TX Fast EtherLink плата"
  156. 3C574B.DeviceDesc         = "FE574B-3Com 10/100 LAN PCCard-Fast Ethernet"
  157. OFFICE.DeviceDesc         = "3Com OfficeConnect 3CXSH572BT"
  158.  
  159. el3c574A.Service.DispName = "Драйвер платы 3Com-3C574-TX_Fast_EtherLink_PC_Card"
  160. el3c574B.Service.DispName = "Драйвер платы FE574B-3Com 10/100 LAN PCCard"
  161.