; Copyright (c) 2000, Microsoft [version] Signature = "$Windows NT$" Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %MSFT% LayoutFile = layout.inf DriverVer=07/01/2001,5.1.2535.0 [Manufacturer] %Generic% = Generic %IBM% = IBM %KINGSTON% = KINGSTON %Melco% = Melco %NatSemi% = NatSemi [ControlFlags] ExcludeFromSelect = * [IBM] [Generic] %Generic.DeviceDesc% = *SNIP.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRX_PC_Card_Ethernet_Adapter-E480 %*IBM.DeviceDesc% = *SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C %*IBM2.DeviceDesc% = *SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-6446 [KINGSTON] %*KINGSTONT.DeviceDesc% = *SNIP.ndi, PCMCIA\KINGSTON_TECHNOLOGY_CORP.-ETHERX-B45B %*KINGSTONM.DeviceDesc% = *SNIP.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRx_PC_Card_Ethernet_Adapter-02B7 [NatSemi] %NatSemi.DeviceDesc% = *SNIP.ndi, PCMCIA\National_Semiconductor-InfoMover_NE4100-2C4D [Melco] %Melco2.DeviceDesc% = *SNIP.ndi, PCMCIA\PCMCIA-UE2212-5312 ;------------------------------------------------------------------------------- ; Shared NDI section ; [*SNIP.ndi] AddReg = ne2000.reg Characteristics = 0x04 BusType = 8 ;CpyFiles = ne2000.CopyFiles [*SNIP.ndi.Services] AddService = NE2000, 2, ne2000.Service, ne2000.EventLog [*SNIP.ndi.LogConfigOverride] LogConfig = SNIP.LogConfigOverride [SNIP.LogConfigOverride] IRQConfig = 3,4,5,7,9,10,11 IOConfig = 20@100-FFFF%FFE0(FFF::) PcCardConfig = 1:20000(W) ;------------------------------------------------------------------------------- ; NE2000 Drivers and Service ; [ne2000.reg] HKR, Ndi, Service, 0, "NE2000" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, , CardType, 0, "1" [ne2000.CopyFiles] ne2000.sys,,,2 [ne2000.Service] DisplayName = %ne2000.Service.DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\ne2000.sys LoadOrderGroup = NDIS [ne2000.EventLog] AddReg = ne2000.AddEventLog.reg [ne2000.AddEventLog.reg] HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR,, TypesSupported, 0x00010001, 7 [DestinationDirs] DefaultDestDir = 12 ne2000.CopyFiles = 12 ;------------------------------------------------------------------------------- ; Localizable Strings ; [strings] MSFT = "Microsoft" Generic = "Универсальный" Melco = "Buffalo" IBM = "IBM" KINGSTON = "Kingston" NatSemi = "National Semiconductor" *IBM.DeviceDesc = "IBM-Based Ethernet Credit Card адаптер" *IBM2.DeviceDesc = "IBM Ethernet Credit Card адаптер II" *KINGSTONT.DeviceDesc = "Kingston Etherx адаптер платы Ethernet (KNE-PCM/T)" *KINGSTONM.DeviceDesc = "Kingston Etherx адаптер платы Ethernet (KNE-PCM/M)" Generic.DeviceDesc = "NE2000 совместимый PCMCIA Ethernet адаптер (универсальный)" NatSemi.DeviceDesc = "NatSemi-Based NE4100 Infomover Ethernet адаптер" Melco2.DeviceDesc = "Buffalo LPC-T PCMCIA Ethernet адаптер" LPC2.DeviceDesc = "Buffalo LPC2-T PCMCIA Ethernet адаптер" ne2000.Service.DispName = "Адаптер PCMCIA, совместимый с NE2000"