; 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] %Generic.DeviceDesc% = v183pnp.ndi, ISAPNP\FUJ01C1 ; Fujitsu FMV-183 Ethernet Adapter %Generic.DeviceDesc% = v184pnp.ndi, ISAPNP\FUJ01D1 ; Fujitsu FMV-184 Ethernet Adapter ;------------------------------------------------------------------------------- ; Fujitsu FMV-183 LAN Adapter ; [v183pnp.ndi] AddReg = 8696x.reg BusType = 14 Characteristics = 0x84 ;CpyFiles = f3ab18xi.CopyFiles [v183pnp.ndi.Services] AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog ;------------------------------------------------------------------------------- ; Fujitsu FMV-184 LAN Adapter ; [v184pnp.ndi] AddReg = 8696x.reg, v184.reg BusType = 14 Characteristics = 0x84 ;CpyFiles = f3ab18xi.CopyFiles [v184pnp.ndi.Services] AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog ;------------------------------------------------------------------------------- ; v184 specific ; [v184.reg] HKR, Ndi\params\InterfaceType, ParamDesc, 0, %InterfaceType% HKR, Ndi\params\InterfaceType, type, 0, "enum" HKR, Ndi\params\InterfaceType, default, 0, "10BASE2" HKR, Ndi\params\InterfaceType\enum, 2, 0, "10BASE2" HKR, Ndi\params\InterfaceType\enum, 5, 0, "10BASE5" ;------------------------------------------------------------------------------- ; 8696x platform specific ; [8696x.reg] HKR, Ndi, Service, 0, "f3ab18xi" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" [f3ab18xi.CopyFiles] f3ab18xi.sys,,,2 [f3ab18xi.Service] DisplayName = %f3ab18xi.Service.DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\f3ab18xi.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] DefaultDestDir = 12 f3ab18xi.CopyFiles = 12 ;------------------------------------------------------------------------------- ; Localizable Strings ; [Strings] MSFT = "Microsoft" V_FJ = "Fujitsu" InterfaceType = "Тип интерфейса" Generic.DeviceDesc = "Fujitsu ISAPNP Ethernet адаптер (Универсальный FMV18x)" f3ab18xi.Service.DispName = "Драйвер для сетевого адаптера Fujitsu FMV-18x"