bpmp.inf Driver File Contents (win8beta_8awj13ww.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/23/2012,7.5.1002.26

CatalogFile         = BPMP.cat



[ControlFlags]

ExcludeFromSelect   = *



[Manufacturer]

%MfgName% = Intel,NTAMD64



[Intel.NTAMD64]

%bpmp.KP2DeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8086_0183  

%bpmp.KP2DeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8086_0186  

%bpmp.KP2DeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8086_0187  

%bpmp.KP2DeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8086_0188  

%bpmp.KSPDeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8087_07D6  

%bpmp.KSPDeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8087_07D7  

%bpmp.KSPDeviceDesc%     = bpmp.ndi, {12110A2A-BBCC-418b-B9F4-76099D720767}\BPMP_8087_07D9  

;-------------------------------------------------------------------------------

; Intel Baxter Peak Wimax Adapter

;-------------------------------------------------------------------------------

[bpmp.ndi]

*IfType             = 6                     ; IF_TYPE_ETHERNET_CSMACD 

*MediaType          = 0                     ; NdisMedium802_3

*PhysicalMediaType  = 12                    ; NdisPhysicalMediumWiMax

Characteristics     = 0x81                  ; NCF_VIRTUAL, NCF_HAS_UI

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,          "7fffffff"

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%



HKR, Ndi\Params\DHCPDebug,			ParamDesc,  ,           %DHCPDebug%

HKR, Ndi\Params\DHCPDebug,			Default,    ,           "0"

HKR, Ndi\Params\DHCPDebug,			type,       ,           enum

HKR, Ndi\Params\DHCPDebug\enum,		"0",        ,           %BufferTrace_Disable%

HKR, Ndi\Params\DHCPDebug\enum,		"1",        ,           %BufferTrace_Enable%





HKR, Ndi\params\IPRenewTimer,       ParamDesc,  0,          %IPRenewTime%

HKR, Ndi\params\IPRenewTimer,       type,       0,          "int"

HKR, Ndi\params\IPRenewTimer,       default,    0,          "500"

HKR, Ndi\params\IPRenewTimer,       min,        0,          "-10"

HKR, Ndi\params\IPRenewTimer,       max,        0,          "10000"

HKR, Ndi\params\IPRenewTimer,       step,       0,          "1"





;-------------------------------------------------------------------------------

; 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];English

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 Series"          

DiskId1                 = "Intel(R) Centrino(R) WiMAX 6050 Series Installation Disk"          

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             = "Trace buffer"

BufferTrace_Disable     = "Disable"

BufferTrace_Enable      = "Enable"

IPRenewTime             = "IP Renew Timer"

SubSystems              = "Set the Sub-Systems to trace"

DHCPDebug               = "DHCP Debug"

REG_DWORD               = 0x00010001



[Strings.0804] ; Chinese (Simplified)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 û|R"          

DiskId1                 = "Intel(R) Centrino(R) WiMAX 6050 û|R‰[ňØv"          

Severity                = "¾‹š[qš¨Rz^„vý*ŽŸRý€"

Severity_Disable        = "0 y(u"

Severity_Fatal          = "1 ô}T"

Severity_Error          = "2 •ï‹"

Severity_Warning        = "3 f‹JT"

Severity_Info           = "4 áOo`"

Severity_Trace          = "5 ý*Ž"

Severity_Debug          = "6 ŒÕ‹"

Severity_Loud           = "7 'YðX"

BufferTrace             = "ý*Ž²Q"

BufferTrace_Disable     = "y(u"

BufferTrace_Enable      = "/T(u"

IPRenewTime             = "IP ôf°e¡‹öehV"

SubSystems              = "¾‹š[‰ý*Ž„vP[û|ß~"

DHCPDebug               = "DHCP ŒÕ‹"

REG_DWORD               = 0x00010001



[Strings.0C0A] ; Spanish (Spain)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX serie 6050"          

DiskId1                 = "Disco de instalación de Intel(R) Centrino(R) WiMAX serie 5050"          

Severity                = "Configurar seguimiento del controlador"

Severity_Disable        = "0 Desactivación"

Severity_Fatal          = "1 Error grave"

Severity_Error          = "2 Error"

Severity_Warning        = "3 Advertencia"

Severity_Info           = "4 Información"

Severity_Trace          = "5 Seguimiento"

Severity_Debug          = "6 Depuración"

Severity_Loud           = "7 Completo"

BufferTrace             = "Búfer de seguimiento"

BufferTrace_Disable     = "Desactivar"

BufferTrace_Enable      = "Activar"

IPRenewTime             = "Temporizador de renovación de IP"

SubSystems              = "Configurar el subsistema para su seguimiento"

DHCPDebug               = "Depuración de DHCP"

REG_DWORD               = 0x00010001



[Strings.040C] ; French (France)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "les séries Intel(R) Centrino(R) WiMAX 6050"          

DiskId1                 = "Disque d'installation du pilote de la fonction Intel(R) Centrino(R) WiMAX 6050"          

Severity                = "Définir les capacités de suivi du pilote"

Severity_Disable        = "0 Désactiver"

Severity_Fatal          = "1 Fatal"

Severity_Error          = "2 Erreur"

Severity_Warning        = "3 Avertir"

Severity_Info           = "4 Info"

Severity_Trace          = "5 Suivi"

Severity_Debug          = "6 Déboguer"

Severity_Loud           = "7 Fort"

BufferTrace             = "Suivi de mémoire cache"

BufferTrace_Disable     = "Désactiver"

BufferTrace_Enable      = "Activer"

IPRenewTime             = "Temporisateur de renouvellement d'IP"

SubSystems              = "Définir les sous-systèmes à suivre"

DHCPDebug               = "Débogage de DHCP"

REG_DWORD               = 0x00010001



[Strings.0411] ; Japanese (Japan)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 ·0ê0ü0º0"          

DiskId1                 = "Intel(R) Centrino(R) WiMAX 6050 ·0ê0ü0º0û0¤0ó0¹0È0ü0ë0û0Ç0£0¹0¯0"          

Severity                = "É0é0¤0Ð0n0È0ì0ü0¹0_jý€’0-Šš["

Severity_Disable        = "0 !q¹R"

Severity_Fatal          = "1 Í‘'Y"

Severity_Error          = "2 ¨0é0ü0"

Severity_Warning        = "3 f‹JT"

Severity_Info           = "4 Å`1X"

Severity_Trace          = "5 È0ì0ü0¹0"

Severity_Debug          = "6 Ç0Ð0Ã0°0"

Severity_Loud           = "7 'Y"

BufferTrace             = "È0ì0ü0¹0Ð0Ã0Õ0¡0ü0"

BufferTrace_Disable     = "!q¹R"

BufferTrace_Enable      = "	g¹R"

IPRenewTime             = "IP ôf°e¿0¤0Þ0ü0"

SubSystems              = "µ0Ö0·0¹0Æ0à0’0È0ì0ü0¹0k0-Šš["

DHCPDebug               = "DHCP Ç0Ð0Ã0°0"

REG_DWORD               = 0x00010001



[Strings.0412] ; Korean (Korea)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 ܬ¹ˆÉ"          

DiskId1                 = "Intel(R) Centrino(R) WiMAX 6050 ܬ¹ˆÉ $ÁXÎ µ¤ÂlÐ"          

Severity                = "Ü´|·tÇ„¼XÇ ”ÍÈ 0®¥² $ÁÈ"

Severity_Disable        = "0 D¾\Ö1ÁTÖ"

Severity_Fatal          = "1 XÎ…ºÈ"

Severity_Error          = "2 $ÆX¹"

Severity_Warning        = "3 ½¬à¬"

Severity_Info           = "4 Èô¼"

Severity_Trace          = "5 ”ÍÈ"

Severity_Debug          = "6 µ„¼ø­"

Severity_Loud           = "7 |·°ÆÜ´"

BufferTrace             = "”ÍÈ „¼|Ó"

BufferTrace_Disable     = "D¾\Ö1ÁTÖ"

BufferTrace_Enable      = "\Ö1ÁTÖ"

IPRenewTime             = "IP 1¬à ÀÐtÇ8º"

SubSystems              = "”ÍÈ`Õ XÕÇ Ü¤Â\Ñ $ÁÈ"

DHCPDebug               = "DHCP µ„¼ø­"

REG_DWORD               = 0x00010001



[Strings.0419] ; Russian (Russia)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX A5@88 6050"          

DiskId1                 = "#AB0=>2>G=K9 48A: 040?B5@0 Intel(R) Centrino(R) WiMAX A5@88 6050"          

Severity                = ""@0AA8@>2:0 4@0925@0"

Severity_Disable        = "0 - K:;NG8BL"

Severity_Fatal          = "1 - $0B0;L=0O >H81:0"

Severity_Error          = "2 - H81:0"

Severity_Warning        = "3 - =8<0=85"

Severity_Info           = "4 - =D>@<0F8O"

Severity_Trace          = "5 - "@0AA8@>2:0"

Severity_Debug          = "6 - B;04:0"

Severity_Loud           = "7 - >;=0O 8=D>@<0F8O"

BufferTrace             = "CD5@ B@0AA8@>2:8"

BufferTrace_Disable     = "K:;."

BufferTrace_Enable      = ":;."

IPRenewTime             = ""09<5@ >1=>2;5=8O IP-04@5A0"

SubSystems              = ">4A8AB5<K 4;O B@0AA8@>2:8"

DHCPDebug               = "B;04:0 DHCP"

REG_DWORD               = 0x00010001



[Strings.0404] ; Chinese (Traditional)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 û|R"          

DiskId1                 = "Intel(R) Centrino(R) WiMAX 6050 û|R‰[݈ÁxŸx"          

Severity                = "-Šš[EšÕRz_„výdŽŸRý€"

Severity_Disable        = "0 \P(u"

Severity_Fatal          = "1 ´VÍ‘"

Severity_Error          = "2 /“¤Š"

Severity_Warning        = "3 f‹JT"

Severity_Info           = "4 nj
Š"

Severity_Trace          = "5 ýdŽ"

Severity_Debug          = "6 d–/“"

Severity_Loud           = "7 'Yr€"

BufferTrace             = "ýdŽé}]ˆ"

BufferTrace_Disable     = "\P(u"

BufferTrace_Enable      = "_U(u"

IPRenewTime             = "IP ôf°eŠBfhV"

SubSystems              = "-Šš[‰ýdŽ„vP[û|q}"

DHCPDebug               = "DHCP d–/“"

REG_DWORD               = 0x00010001



[Strings.0410] ; Italian (Italy)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 Series"          

DiskId1                 = "Disco di installazione per Intel(R) Centrino(R) WiMAX 6050 Series"          

Severity                = "Funzionalità traccia del driver"

Severity_Disable        = "0 Disattiva"

Severity_Fatal          = "1 Irreversibile"

Severity_Error          = "2 Errore"

Severity_Warning        = "3 Avviso"

Severity_Info           = "4 Informazioni"

Severity_Trace          = "5 Traccia"

Severity_Debug          = "6 Debug"

Severity_Loud           = "7 Alto"

BufferTrace             = "Buffer di traccia"

BufferTrace_Disable     = "Disattiva"

BufferTrace_Enable      = "Attiva"

IPRenewTime             = "Timer rinnovo IP"

SubSystems              = "Impostare i sottosistemi per la traccia"

DHCPDebug               = "Debug DHCP"

REG_DWORD               = 0x00010001



[Strings.0413] ; Dutch (Netherlands)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 Series"          

DiskId1                 = "Installatieschijf van Intel(R) Centrino(R) WiMAX 6050 Series"          

Severity                = "Stuurprogramma tracering"

Severity_Disable        = "0 Uitschakelen"

Severity_Fatal          = "1 Fataal"

Severity_Error          = "2 Fout"

Severity_Warning        = "3 Waarschuwing"

Severity_Info           = "4 Info"

Severity_Trace          = "5 Traceren"

Severity_Debug          = "6 Fouten opsporen"

Severity_Loud           = "7 Luid"

BufferTrace             = "Interne tracering buffer"

BufferTrace_Disable     = "Uitschakelen"

BufferTrace_Enable      = "Inschakelen"

IPRenewTime             = "Timer voor vernieuwen IP"

SubSystems              = "Subsysteem instellen op traceren"

DHCPDebug               = "Fouten opsoren in DHCP"

REG_DWORD               = 0x00010001



[Strings.0404] ; Chinese (Hong Kong)

INTL                    = "Intel Corporation"

MfgName                 = "Intel Corporation"

bpmp.KP2DeviceDesc      = "Intel(R) Centrino(R) WiMAX 6250"           

bpmp.KSPDeviceDesc      = "Intel(R) Centrino(R) WiMAX 6150"           

bpmp.Service.DispName   = "Intel(R) Centrino(R) WiMAX 6050 û|R"          

DiskId1                 = "Intel(R) Centrino(R) WiMAX 6050 û|R‰[݈ÁxŸx"          

Severity                = "-Šš[EšÕRz_„výdŽŸRý€"

Severity_Disable        = "0 \P(u"

Severity_Fatal          = "1 ´VÍ‘"

Severity_Error          = "2 /“¤Š"

Severity_Warning        = "3 f‹JT"

Severity_Info           = "4 nj
Š"

Severity_Trace          = "5 ýdŽ"

Severity_Debug          = "6 d–/“"

Severity_Loud           = "7 'Yr€"

BufferTrace             = "ýdŽé}]ˆ"

BufferTrace_Disable     = "\P(u"

BufferTrace_Enable      = "_U(u"

IPRenewTime             = "IP ôf°eŠBfhV"

SubSystems              = "-Šš[‰ýdŽ„vP[û|q}"

DHCPDebug               = "DHCP d–/“"

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: web4, load: 1.16