home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / NETEL515.IN_ / netel515.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  5.9 KB  |  101 lines

  1. ; Copyright (c) 2000, Microsoft
  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.7.3.0
  10.  
  11. [Manufacturer]
  12. %V_3COM%=3COM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect       = *
  16.  
  17. [3COM]
  18. %pnpTCM5150.DeviceDesc% = pnpTCM5150.ndi, ISAPNP\TCM5051  ;3Com 3C515-TX
  19. %pnpTCM5151.DeviceDesc% = pnpTCM5151.ndi, ISAPNP\TCM5151  ;3Com 3C515-T4
  20.  
  21. ; -------------------------------------------------------------------------
  22. ; 3Com Fast Etherlink ISA 10/100BASE-TX Network Card (3C515-TX)
  23. ;
  24. [pnpTCM5150.ndi]
  25. Characteristics = 0x84
  26. BusType         = 14
  27. AddReg          = 3C515.reg, 3C515.params
  28. CopyFiles       = 3C515.CopyFiles
  29.  
  30. [pnpTCM5150.ndi.Services]
  31. AddService      = 3C515, 2, 3C515.Service, 3C515.EventLog
  32.  
  33. ; -------------------------------------------------------------------------
  34. ; 3Com Fast Etherlink ISA 10/100BASE-T4 Network Card (3C515-T4)
  35. ;
  36. [pnpTCM5151.ndi]
  37. Characteristics = 0x84
  38. BusType         = 14
  39. AddReg          = 3C515.reg, 3C515.params
  40. CopyFiles       = 3C515.CopyFiles
  41.  
  42. [pnpTCM5151.ndi.Services]
  43. AddService      = 3C515, 2, 3C515.Service, 3C515.EventLog
  44.  
  45. ; -------------------------------------------------------------------------
  46. ; 3C515-TX registry
  47. ;
  48. [3C515.reg]
  49. HKR, Ndi,                       Service,       0, "3C515"
  50. HKR, Ndi\Interfaces,            UpperRange,    0, "ndis5"
  51. HKR, Ndi\Interfaces,            LowerRange,    0, "ethernet"
  52.  
  53. [3C515.params]
  54. HKR,Ndi\params\BusMaster,    ParamDesc,     0, %BusMaster%
  55. HKR,Ndi\params\BusMaster,    default,       0, "YES"
  56. HKR,Ndi\params\BusMaster,    type,           0, "enum"
  57. HKR,Ndi\params\BusMaster\enum,    YES,           0, %YES%
  58. HKR,Ndi\params\BusMaster\enum,    NO,           0, %NO%
  59.  
  60. ; -------------------------------------------------------------------------
  61. ; 3C515 Driver and Service Section
  62. ;
  63. [3C515.Service]
  64. DisplayName     = %3C515.Service.DispName%
  65. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  66. StartType       = 3 ;%SERVICE_DEMAND_START%
  67. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  68. ServiceBinary   = %12%\EL515.sys
  69. LoadOrderGroup  = NDIS
  70.  
  71. [3C515.CopyFiles]
  72. EL515.sys,,,2
  73.  
  74. [3C515.EventLog]
  75. AddReg = 3C515.AddEventLog.reg
  76.  
  77. [3C515.AddEventLog.reg]
  78. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  79. HKR, , TypesSupported,   0x00010001, 7
  80.  
  81. [DestinationDirs]
  82. DefaultDestDir  = 12
  83. 3C515.CopyFiles = 12
  84.  
  85. ;-----------------------------------------------------------------------------
  86. ; Localizable Strings
  87. ;
  88. [Strings]
  89. Msft                    = "Microsoft"
  90. V_3COM                  = "3Com"
  91.  
  92. BusMaster               = "BusMaster"
  93. YES                     = "Да"
  94. NO                      = "Нет"
  95.  
  96. pnpTCM5150.DeviceDesc   = "3Com Fast Etherlink III ISAPNP Ethernet адаптер (Универсальный, 3C515Tx)"
  97. pnpTCM5151.DeviceDesc   = "3Com Fast Etherlink III ISAPNP Ethernet адаптер (Универсальный, 3C515Tx)"
  98.  
  99. 3C515.Service.DispName  = "3Com Fast EtherLink ISA адаптер, драйвер"
  100.  
  101.