; 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,3.0.10.22 [Manufacturer] %V_FJ%=FJ [ControlFlags] ExcludeFromSelect = * [FJ] %FMV_J182.DeviceDesc% = j182.ndi, PCMCIA\FUJITSU-LAN_CARD(FMV-J182)-EA2E ; FMV-J182 LAN Card %FMV_J182A.DeviceDesc%= j182a.ndi, PCMCIA\FUJITSU-LAN_CARD(FMV-J182)-B96A ; FMV-J182A LAN Card ;------------------------------------------------------------------------------- ; Fujitsu FMV-J182 LAN Adapter ; [j182.ndi] AddReg = 8696x.reg BusType = 8 Characteristics = 0x84 ;CpyFiles = f3ab18xj.CopyFiles [j182.ndi.Services] AddService = f3ab18xj, 2, f3ab18xj.Service, common.EventLog ;------------------------------------------------------------------------------- ; Fujitsu FMV-J182A LAN Adapter ; [j182a.ndi] AddReg = 8696x.reg BusType = 8 Characteristics = 0x84 ;CpyFiles = f3ab18xj.CopyFiles [j182a.ndi.Services] AddService = f3ab18xj, 2, f3ab18xj.Service, common.EventLog ;---------------------------------------------------------------------------- ; 8696x platform specific ; [8696x.reg] HKR, Ndi, Service, 0, "f3ab18xj" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress% HKR, Ndi\params\NetworkAddress, type, 0, "edit" HKR, Ndi\params\NetworkAddress, LimitText, 0, "12" HKR, Ndi\params\NetworkAddress, UpperCase, 0, "1" HKR, Ndi\params\NetworkAddress, default, 0, "" HKR, Ndi\params\NetworkAddress, optional, 0, "1" [f3ab18xj.CopyFiles] f3ab18xj.sys,,,2 [f3ab18xj.Service] DisplayName = %f3ab18xj.Service.DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\f3ab18xj.sys LoadOrderGroup = NDIS [common.EventLog] AddReg = common.AddEventLog.reg [common.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 ;------------------------------------------------------------------------------- ; DestinationDirs ; [DestinationDirs] f3ab18xj.CopyFiles = 12 ;------------------------------------------------------------------------------- ; Localizable Strings ; [Strings] Msft = "Microsoft" V_FJ = "Fujitsu" NetworkAddress = "Адрес локального узла" FMV_J182.DeviceDesc = "Fujitsu FMV-J182" FMV_J182A.DeviceDesc = "Fujitsu FMV-J182A" f3ab18xj.Service.DispName = "Драйвер Fujitsu FMV-J181/2 LAN"