; netbcm4e.inf ; ; Copyright 2001, Microsoft Corporation. ; [version] Signature= "$Windows NT$" Class=Net ClassGUID= {4d36e972-e325-11ce-bfc1-08002be10318} Provider= %MSFT% LayoutFile=layout.inf DriverVer=07/01/2001,2.31.0.2 [Manufacturer] %V_BCM% = BROADCOM [ControlFlags] ExcludeFromSelect = * [BROADCOM] %BCM4412.DeviceDesc% = BCM44X2, PCI\VEN_14E4&DEV_4412 [BCM44X2.NT] Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI BusType = 5 ; PCI bus AddReg = BCM44X2.reg, AdvancedTab.reg, 8021pPriority.reg ;CpyFiles = BCM44X2.files.NT [BCM44X2.NT.Services] AddService = BCM44X2, 2, BCM44X2.Service, common.EventLog [BCM44X2.reg] HKR, Ndi, Service, 0, "BCM44X2" ; Ndis Info ; Interfaces HKR, Ndi\Interfaces, UpperRange, , %ndis5% HKR, Ndi\Interfaces, LowerRange, , %ethernet% HKR, Ndi, HelpText, , %BCM44X2_HELP% [BCM44X2.Service] DisplayName = %BCM44X2.Service.DispName% ServiceType = 1 ; %SERVICE_KERNEL_DRIVER% StartType = 3 ; %SERVICE_DEMAND_START% ErrorControl = 1 ; %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\BCM4E5.SYS LoadOrderGroup = NDIS [common.EventLog] AddReg = common.AddEventLog.reg [common.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 [BCM44X2.files.NT] BCM4E5.SYS,,,2 [8021pPriority.reg] HKR, Ndi\Params\8021pPriority, ParamDesc, 0, %8021pPriority% HKR, Ndi\Params\8021pPriority, default, 0, "0" HKR, Ndi\Params\8021pPriority\Enum, "1", 0, %Enabled% HKR, Ndi\Params\8021pPriority\Enum, "0", 0, %Disabled% HKR, Ndi\Params\8021pPriority, type, 0, "enum" [AdvancedTab.reg] HKR, Ndi\params\SpeedAndDuplex, ParamDesc, 0, %SpeedAndDuplex% HKR, Ndi\params\SpeedAndDuplex, default, 0, "0" HKR, Ndi\params\SpeedAndDuplex, type, 0, "enum" HKR, Ndi\params\SpeedAndDuplex\enum, "0", 0, %AutoDetect% HKR, Ndi\params\SpeedAndDuplex\enum, "1", 0, %10MbHalfDuplex% HKR, Ndi\params\SpeedAndDuplex\enum, "2", 0, %10MbFullDuplex% HKR, Ndi\params\SpeedAndDuplex\enum, "3", 0, %100MbHalfDuplex% HKR, Ndi\params\SpeedAndDuplex\enum, "4", 0, %100MbFullDuplex% [DestinationDirs] DefaultDestDir=12 BCM44X2.files.NT = 12 [strings] ndis5 = "ndis5" ethernet = "ethernet" MSFT = "Microsoft" V_BCM = "Broadcom" SpeedAndDuplex = "&Скорость и дуплекс" AutoDetect = "Автовыбор" 10MbHalfDuplex = "10Мбит/с, полудуплекс" 10MbFullDuplex = "10Мбит/с, полный дуплекс" 100MbHalfDuplex = "100Мбит/с, полудуплекс" 100MbFullDuplex = "100Мбит/с, полный дуплекс" 8021pPriority = "Поддержка приоритета 802.1p" Enabled = "Включена" Disabled = "Отключено" BCM4412.DeviceDesc = "BCM 4412 10/100 Ethernet сетевой адаптер" BCM44X2_HELP = "The BCM 10/100 Ethernet сетевой адаптер provides local area networking" BCM44X2.Service.DispName = "BCM 10/100 Ethernet сетевой адаптер Driver"