home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 July / Chip_2009.07_CD.iso / I386 / NET3C556.IN_ / net3c556.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  6.3 KB  |  102 lines

  1. ; Copyright (c) Microsoft Corporation
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %MSFT%
  8. LayoutFile  = layout.inf
  9. DriverVer=07/01/2001,1.21.0.1
  10.  
  11. [Manufacturer]
  12. %V_3Com% = 3Com
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [3Com]
  18. %EL556.DeviceDesc%=EL556A.ndi,PCI\VEN_10B7&DEV_6055
  19. %EL556.DeviceDesc%=EL556A.ndi,PCI\VEN_10B7&DEV_6055&SUBSYS_625610B7&REV_10
  20. %EL556.DeviceDesc%=EL556A.ndi,PCI\VEN_10B7&DEV_6055&SUBSYS_645610B7&REV_10
  21. %EL556.DeviceDesc%=EL556B.ndi,PCI\VEN_10B7&DEV_6056&SUBSYS_655610B7&REV_20
  22. %EL556.DeviceDesc%=EL556B.ndi,PCI\VEN_10B7&DEV_6056&SUBSYS_635610B7&REV_20
  23.  
  24. [EL556A.ndi.NT]
  25. Characteristics = 0x84
  26. BusType         = 5
  27. AddReg          = EL556A.reg, EL556.reg
  28. CopyFiles       = EL556.CopyFiles
  29.  
  30. [EL556A.ndi.NT.Services]
  31. AddService = EL556ND5, 2, EL556.Service, common.EventLog
  32.  
  33. [EL556B.ndi.NT]
  34. Characteristics = 0x84
  35. BusType         = 5
  36. AddReg          = EL556A.reg, EL556.reg
  37. CopyFiles       = EL556.CopyFiles
  38.  
  39. [EL556B.ndi.NT.Services]
  40. AddService = EL556ND5, 2, EL556.Service, common.EventLog
  41.  
  42. [EL556A.reg]
  43. HKR, NDI\params\MediaType,      ParamDesc,  0,    %NLS%
  44. HKR, NDI\params\MediaType,      type,       0,    "enum"
  45. HKR, Ndi\params\MediaType,      default,    0,    "1"
  46. HKR, Ndi\params\MediaType\enum, 1,          0,    %AN%
  47. HKR, Ndi\params\MediaType\enum, 2,          0,    %F100%
  48. HKR, Ndi\params\MediaType\enum, 3,          0,    %H100%
  49. HKR, Ndi\params\MediaType\enum, 4,          0,    %F10%
  50. HKR, Ndi\params\MediaType\enum, 5,          0,    %H10%
  51.  
  52. HKR,,RWUMAGIC,,"1"
  53. HKR,,RWULINK,,"1"
  54. HKR,,RWUPING,,"1"
  55.  
  56. HKR, 0,                         TCAUDIAG,   0,    "TCAUM556"
  57. HKLM,     Software\3Com\TCAUDIAG\TCAUM556,DriverNames,  0,  "SYSTEM\EL556ND5.SYS"
  58.  
  59. [EL556.reg]
  60. HKR, Ndi,                       Service,    0, "EL556ND5"
  61. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  62. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  63.  
  64. [EL556.Service]
  65. DisplayName     = %EL556ex.Service.DispName%
  66. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  67. StartType       = 3 ;%SERVICE_DEMAND_START%
  68. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  69. ServiceBinary   = %12%\EL556ND5.sys
  70. LoadOrderGroup  = NDIS
  71.  
  72. [common.EventLog]
  73. AddReg = common.AddEventLog.reg
  74.  
  75. [common.AddEventLog.reg]
  76. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  77. HKR, , TypesSupported,   0x00010001, 7
  78.  
  79. [EL556.CopyFiles]
  80. EL556ND5.sys,,,2
  81.  
  82. [DestinationDirs]
  83. DefaultDestDir  = 12
  84. EL556.CopyFiles = 12
  85.  
  86. [Strings]
  87. Msft                      =  "Microsoft"
  88. V_3Com                    =  "3Com"
  89.  
  90. NLS                      =  "Выбор сетевого соединения"
  91. AN                      =  "Автосогласование"
  92. F100                      =  "100BTX полный дуплекс"
  93. H100                      =  "100BTX полудуплекс"
  94. F10                      =  "10BT полный дуплекс"
  95. H10                      =  "10BT полудуплекс"
  96. 8021p                     =  "Поддержка 802.1p"
  97. On                        =  "вкл"
  98. Off                       =  "выкл"
  99.  
  100. EL556.DeviceDesc          =  "3Com 10/100 Mini PCI Ethernet адаптер"
  101. EL556ex.Service.DispName  =  "3Com 10/100 MiniPCI Ethernet драйвер адаптера"
  102.