home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 July / Chip_2009.07_CD.iso / I386 / NETSNIP.IN_ / netsnip.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  6.8 KB  |  115 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,5.1.2535.0
  10.  
  11. [Manufacturer]
  12. %Generic%  = Generic
  13. %IBM%      = IBM
  14. %KINGSTON% = KINGSTON
  15. %Melco%    = Melco
  16. %NatSemi%  = NatSemi
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect       = *
  20.  
  21. [IBM]
  22. [Generic]
  23. %Generic.DeviceDesc%    = *SNIP.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRX_PC_Card_Ethernet_Adapter-E480
  24.  
  25. %*IBM.DeviceDesc%       = *SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C
  26. %*IBM2.DeviceDesc%      = *SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-6446
  27.  
  28. [KINGSTON]
  29. %*KINGSTONT.DeviceDesc% = *SNIP.ndi, PCMCIA\KINGSTON_TECHNOLOGY_CORP.-ETHERX-B45B    
  30. %*KINGSTONM.DeviceDesc% = *SNIP.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRx_PC_Card_Ethernet_Adapter-02B7    
  31.  
  32. [NatSemi]
  33. %NatSemi.DeviceDesc%    = *SNIP.ndi, PCMCIA\National_Semiconductor-InfoMover_NE4100-2C4D
  34.  
  35. [Melco]
  36. %Melco2.DeviceDesc%     = *SNIP.ndi, PCMCIA\PCMCIA-UE2212-5312
  37.  
  38. ;-------------------------------------------------------------------------------
  39. ; Shared NDI section
  40. ;
  41. [*SNIP.ndi]
  42. AddReg          = ne2000.reg
  43. Characteristics = 0x04
  44. BusType         = 8
  45. CopyFiles       = ne2000.CopyFiles
  46.  
  47. [*SNIP.ndi.Services]
  48. AddService      = NE2000, 2, ne2000.Service, ne2000.EventLog
  49.  
  50. [*SNIP.ndi.LogConfigOverride]
  51. LogConfig = SNIP.LogConfigOverride
  52.  
  53. [SNIP.LogConfigOverride]
  54. IRQConfig    = 3,4,5,7,9,10,11
  55. IOConfig     = 20@100-FFFF%FFE0(FFF::)
  56. PcCardConfig = 1:20000(W)
  57.  
  58.  
  59. ;-------------------------------------------------------------------------------
  60. ; NE2000 Drivers and Service
  61. ;
  62. [ne2000.reg]
  63. HKR, Ndi,               Service,    0, "NE2000"
  64. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  65. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  66.  
  67. HKR,               ,    CardType,   0, "1"
  68.  
  69. [ne2000.CopyFiles]
  70. ne2000.sys,,,2
  71.  
  72. [ne2000.Service]
  73. DisplayName     = %ne2000.Service.DispName%
  74. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  75. StartType       = 3 ;%SERVICE_DEMAND_START%
  76. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  77. ServiceBinary   = %12%\ne2000.sys
  78. LoadOrderGroup  = NDIS
  79.  
  80. [ne2000.EventLog]
  81. AddReg = ne2000.AddEventLog.reg
  82.  
  83. [ne2000.AddEventLog.reg]
  84. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  85. HKR,, TypesSupported,   0x00010001, 7
  86.  
  87. [DestinationDirs]
  88. DefaultDestDir   = 12
  89. ne2000.CopyFiles = 12
  90.  
  91. ;-------------------------------------------------------------------------------
  92. ; Localizable Strings
  93. ;
  94. [strings]
  95. MSFT                    = "Microsoft"
  96.  
  97. Generic                 = "Универсальный"
  98. Melco                   = "Buffalo"
  99. IBM                     = "IBM"
  100. KINGSTON                = "Kingston"
  101. NatSemi                 = "National Semiconductor"
  102.  
  103. *IBM.DeviceDesc         = "IBM-Based Ethernet Credit Card адаптер"
  104. *IBM2.DeviceDesc        = "IBM Ethernet Credit Card адаптер II"
  105. *KINGSTONT.DeviceDesc   = "Kingston Etherx адаптер платы Ethernet (KNE-PCM/T)"
  106. *KINGSTONM.DeviceDesc   = "Kingston Etherx адаптер платы Ethernet (KNE-PCM/M)"
  107. Generic.DeviceDesc      = "NE2000 совместимый PCMCIA Ethernet адаптер (универсальный)"
  108. NatSemi.DeviceDesc      = "NatSemi-Based NE4100 Infomover Ethernet адаптер"
  109. Melco2.DeviceDesc       = "Buffalo LPC-T PCMCIA Ethernet адаптер"
  110. LPC2.DeviceDesc         = "Buffalo LPC2-T PCMCIA Ethernet адаптер"
  111.  
  112. ne2000.Service.DispName = "Адаптер  PCMCIA, совместимый с NE2000"
  113.  
  114.  
  115.