BWI715.inf Driver File Contents (DR_BWI715_01.zip)

;/*++
;
;
;Module Name:
;
;    BWI715.inf
;
;Abstract:
; 
;
;--*/

[Version]
Signature   = "$CHICAGO$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Blitzz%
Compatible  = 1
DriverVer   =  10/07/2003,3.0.0.43
;Catalogfile = BWI715.cat

[Manufacturer]
%Blitzz%     = Blitzz

[ControlFlags]

ExcludeFromSelect = VEN_168C&DEV_0013&SUBSYS_3A951186

[Blitzz]
; DisplayName               Section                 DeviceID
; -----------               -------                 --------
%BWI715.DeviceDesc.P0BGB% = BWI715_DEV_0MBG.ndi,    PCI\VEN_168C&DEV_0013&SUBSYS_3A951186

; Windows 9X specific entries

[BWI715_DEV_0MBG.ndi]
AddReg          = BWI715_DEV_0MBG.id.reg, 5211.reg, BWI715.win.reg, 5212.bg.reg
CopyFiles       = BWI715.win.CopyFiles, DEFAULTDESTDIRS
DelFiles        = BWI715.DelIniFiles


; Windows NT specific entry


[BWI715_DEV_0MBG.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = 5211.reg, BWI715.reg, 5211.reg, 5212.bg.reg
CopyFiles       = BWI715.CopyFiles, BWI715.CopyFiles.NT, DEFAULTDESTDIRS
DelFiles        = BWI715.DelIniFiles


[BWI715_DEV_0MBG.ndi.NT.Services]
AddService      = BWI715, 2, BWI715.Service, common.EventLog


;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[BWI715_DEV_0MBG.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_168C&DEV_0013&SUBSYS_3A951186"


; 5211 Enumerated Types
;

[5212.bg.reg]
HKR, ,                                  NetBand,                        0x00002,  "28"
HKR, ,       				NicType,                        0x10003,  0
HKR, ,                                  AdHocBand,                      0x00002,  "0"


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

;
; 5211 common
;

[5211.reg]

HKR, Ndi\params\MapRegisters,           ParamDesc,                      0,  %MapRegisters%
HKR, Ndi\params\MapRegisters,           default,                        0,  "256"
HKR, Ndi\params\MapRegisters,           min,                            0,  "32"
HKR, Ndi\params\MapRegisters,           max,                            0,  "512"
HKR, Ndi\params\MapRegisters,           step,                           0,  "8"
HKR, Ndi\params\MapRegisters,           base,                           0,  "10"
HKR, Ndi\params\MapRegisters,           type,                           0,  "int"


HKR, Ndi\params\NetworkAddress,         ParamDesc,                      0,  %NetworkAddress%
HKR, Ndi\params\NetworkAddress,         default,                        0,  ""
HKR, NDI\params\NetworkAddress,         LimitText,                      0,  "12"
HKR, NDI\params\NetworkAddress,         UpperCase,                      0,  "1"
HKR, NDI\params\NetworkAddress,         optional,                       0,  "1"
HKR, Ndi\params\NetworkAddress,         type,                           0,  "edit"

HKR, ,					AdHocChannel,			0x00002,  "0"
HKR, ,                  		BusType,			0x00002,  "5"
HKR, ,                                  AwakeTimePerf,                  0x00002,  "200"
HKR, ,                                  beaconInterval,                 0x00002,  "100"
HKR, ,                                  bkScanEnable,                   0x00002,  "1"
HKR, ,                                  bssType,                        0x00002,  "1"
HKR, ,                                  ccode,                          0x00002,  "US"
HKR, ,                                  clist,                          0x00002,  ""
HKR, ,                                  defaultKey,                     0x00002,  "0"
HKR, ,                                  EncryptionAlg,                  0x00002,  "2"
HKR, ,                                  FragThreshold,                  0x00002,  "2346"
HKR, ,                                  HwTxRetries,                    0x00002,  "4"
HKR, ,                                  privacyInvoked,                 0x00002,  "0"
HKR, ,                                  QoS,                            0x00002,  "0"
HKR, ,                                  rateCtrlEnable,                 0x00002,  "1"
HKR, ,                                  RTSThreshold,                   0x00002,  "2346"
HKR, ,                                  scanType,                       0x00002,  "2"
HKR, ,                                  shortPreamble,                  0x00002,  "1"
HKR, ,                                  sleepMode,                      0x00002,  "0"
HKR, ,                                  SwTxRetryScale,                 0x00002,  "6"
HKR, ,                                  SmeEnable,                      0x00002,  "1"
HKR, ,                                  tpc,                            0x00002,  "0"
HKR, ,					abolt,				0x00002,  "63"

HKR, CustomParams\Configurations,       MajorVersion,                   0x10003,  2
HKR, CustomParams\Configurations,       MinorVersion,                   0x10003,  0

HKR, CustomParams\Configurations,       SelectedConfigurationIndex,     0x10003,  0
HKR, CustomParams\Configurations,       SelectedConfigurationName,      0x00002,  "Default"


;-----------------------------------------------------------------------------
; BWI715 NT specific
;

[BWI715.reg]
HKR, Ndi,             Service,      0, "BWI715"
HKR, Ndi\Interfaces,  UpperRange,   0, "ndis5"
HKR, Ndi\Interfaces,  LowerRange,   0, "ethernet"
HKR, ,                InitFile,     0, %InitFile%
HKR, ,                aifs,         0, "2"
HKR, ,                cwmin,        0, "15"


[BWI715.Service]
DisplayName     = %BWI715.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\BWI715.sys
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg = common.AddEventLog.reg

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

;----------------------------------------------------------------------------
; BWI715 Win9x specific
;
[BWI715.win.reg]
HKR, ,                  DevLoader,          0,    "*ndis"
HKR, ,                  DeviceVxDs,         0,    "BWI7159x.sys"
HKR, ,                  EnumPropPages,      0,    "netdi.dll,EnumPropPages"

HKR, Ndi\Interfaces,    DefUpper,           0,    "ndis3"
HKR, Ndi\Interfaces,    DefLower,           0,    "ethernet"
HKR, Ndi\Interfaces,    UpperRange,         0,    "ndis3"
HKR, Ndi\Interfaces,    LowerRange,         0,    "ethernet"


HKR, NDIS,              LogDriverName,      0,    "BWI7159X"
HKR, NDIS,              MajorNdisVersion,   1,    03
HKR, NDIS,              MinorNdisVersion,   1,    0A
HKR, ,                  InitFile,           0,    %InitFile%
HKR, ,                  aifs,               0,    2
HKR, ,                  cwmin,              0,    15

HKR, Ndi\Install,       ndis3,              0,    "BWI715.install"

;-----------------------------------------------------------------------------
; DestinationDirs
;
[BWI715.win.CopyFiles]
BWI7159x.sys,,,2

[BWI715.CopyFiles]
BWI715.sys,,,2

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %BWI715_Disk%,,,

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
BWI715.sys					 = 1,, ; on distribution disk 1
BWI7159x.sys

[DestinationDirs]
BWI715.CopyFiles              = 12
BWI715.win.CopyFiles          = 10,system32\drivers ; %SystemRoot%\system32\drivers 
BWI715.DelIniFiles            = 10,system32\drivers ; %SystemRoot%\system32\drivers 
DefaultDestDir              = 11

[DEFAULTDESTDIRS]
;


[Strings]
Blitzz                      = "Blitzz Technologies Inc."
MapRegisters                = "Map Registers"
InitFile                    = "BWI715.ini"
NetworkAddress		    = "Network Address"
BWI715_Disk         	    = "BWI715 Driver Disk"
BWI715.DeviceDesc.P0BGB       = "Super G wireless PCI adapter"
BWI715.Service.DispName       = "BWI715 Wireless Network Adapter Service"
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: web5, load: 0.74