bpmp.inf Driver File Contents (WiMax_Intel_VT_080627.zip)

;-------------------------------------------------------------------------------
; BPMP.INF
;
; Intel Baxter Peak Virtual Miniport Adapter
;
; Copyright (c) 2007 Intel Corporation All Rights Reserved.
;
; Module Name:
;
;    BPMP.INF
;
; Abstract:
;    INF file for installing Baxter Peak virtual miniport adapter driver
;
;-------------------------------------------------------------------------------

[Version]
Signature   = "$WINDOWS NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %INTL%
DriverVer=02/27/2008,3.12.3.16
CatalogFile = BPMP.cat

[ControlFlags]
ExcludeFromSelect    = {12110A2A-BBCC-418b-B9F4-76099D720767}\bpmp

[Manufacturer]
%MfgName% = Intel,NTx86

[Intel.NTx86]
%bpmp.DeviceDesc%    = bpmp.ndi, root\bpmp                                      ; Root enumerated 
%bpmp.DeviceDesc%    = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP    ; Baxter Peak Bus enumerated 

;-------------------------------------------------------------------------------
; Intel Baxter Peak Wimax Adapter
;-------------------------------------------------------------------------------
[bpmp.ndi]
*IfType         	= 6             		; IF_TYPE_ETHERNET_CSMACD 
*MediaType      	= 0             		; NdisMedium802_3
*PhysicalMediaType 	= 12             		; NdisPhysicalMediumWiMax
Characteristics = 0x1 ; NCF_VIRTUAL
AddReg          = bpmp.Reg, ParamsTrace
CopyFiles       = bpmp.CopyFiles

[bpmp.ndi.Services]
AddService      = bpmp, 2, bpmp.Service, bpmp.EventLog

;-------------------------------------------------------------------------------
; Intel Baxter Peak Wimax Adapter Common
;-------------------------------------------------------------------------------
[bpmp.Reg]
HKR,    ,                           BusNumber,           0, "0" 
HKR, Ndi,                           Service,             0, "bpmp"
HKR, Ndi\Interfaces,                UpperRange,          0, "ndis5"
HKR, Ndi\Interfaces,                LowerRange,          0, "ethernet"
HKR, ,                              "WimaxIntelVer",     0, "1.0"

[ParamsTrace]
;
;    Configure Trace capabilities of the Driver
;
HKR, Ndi\Params\Severity,           ParamDesc,  ,           %Severity%
HKR, Ndi\Params\Severity,           Default,    ,           "4"
HKR, Ndi\Params\Severity,           type,       ,           enum
HKR, Ndi\Params\Severity\enum,      "0",        ,           %Severity_Disable%
HKR, Ndi\Params\Severity\enum,      "1",        ,           %Severity_Fatal%
HKR, Ndi\Params\Severity\enum,      "2",        ,           %Severity_Error%
HKR, Ndi\Params\Severity\enum,      "3",        ,           %Severity_Warning%
HKR, Ndi\Params\Severity\enum,      "4",        ,           %Severity_Info%
HKR, Ndi\Params\Severity\enum,      "5",        ,           %Severity_Trace%
HKR, Ndi\Params\Severity\enum,      "6",        ,           %Severity_Debug%
HKR, Ndi\Params\Severity\enum,      "7",        ,           %Severity_Loud%

HKR, Ndi\params\SubSystems,         ParamDesc,  0,          %SubSystems%
HKR, Ndi\params\SubSystems,         type,       0,          "dword"
HKR, Ndi\params\SubSystems,         base,       0,          "16"
HKR, Ndi\params\SubSystems,         default,    0,          "1048575"
HKR, Ndi\params\SubSystems,         min,        0,          "0"
HKR, Ndi\params\SubSystems,         max,        0,          "7fffffff"
HKR, Ndi\params\SubSystems,         step,       0,          "1"

HKR, Ndi\Params\BufferTrace,        ParamDesc,  ,           %BufferTrace%
HKR, Ndi\Params\BufferTrace,        Default,    ,           "1"
HKR, Ndi\Params\BufferTrace,        type,       ,           enum
HKR, Ndi\Params\BufferTrace\enum,   "0",        ,           %BufferTrace_Disable%
HKR, Ndi\Params\BufferTrace\enum,   "1",        ,           %BufferTrace_Enable%


;-------------------------------------------------------------------------------
; Driver and Service Section
;-------------------------------------------------------------------------------
[bpmp.Service]
DisplayName     = %bpmp.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\bpmp.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.Reg

[bpmp.EventLog]
AddReg = bpmp.AddEventLog.Reg

[bpmp.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TextModeFlags.Reg]
HKR, , TextModeFlags,    0x00010001, 0x0001

;-------------------------------------------------------------------------------
; DestinationDirs
;-------------------------------------------------------------------------------
[DestinationDirs]
bpmp.CopyFiles = 12

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
bpmp.sys  = 1,,

[bpmp.CopyFiles]
bpmp.sys,,,2

;-------------------------------------------------------------------------------
; Localizable Strings
;-------------------------------------------------------------------------------
[Strings]
INTL                    = "Intel Corporation"
MfgName                 = "Intel Corporation"                      
bpmp.DeviceDesc         = "Intel® WiMAX Link 5050"
bpmp.Service.DispName   = "Intel® WiMAX Link 5050"
DiskId1                 = "Intel® WiMAX Link 5050 Installation Disk #1"
Severity                = "Set the trace capabilities of the driver"
Severity_Disable        = "0 Disable"
Severity_Fatal          = "1 Fatal"
Severity_Error          = "2 Error"
Severity_Warning        = "3 Warning"
Severity_Info           = "4 Info"
Severity_Trace          = "5 Trace"
Severity_Debug          = "6 Debug"
Severity_Loud           = "7 Loud"
BufferTrace             = "Buffer internal traces (debug purposes)"
BufferTrace_Disable     = "Disable"
BufferTrace_Enable      = "Enable"
SubSystems              = "Set the Sub-Sytems to trace"
REG_DWORD               = 0x00010001
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.60