BRGWNDIS.INF Driver File Contents (BRG-3520_USB.zip)

;*****************************************************************************
;
; brgwndis.inf   -- Install the BRG-3520 DOCSIS Cable Modem NDIS drivers
;
; Copyright (c) 1997-2001 MCCI
;
; $Id: upper.inf,v 1.17 2001/06/20 17:20:10 maryg Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************

[version]
signature="$CHICAGO$"
Class=Net
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=02/07/2002, 3.21.0.2700
Compatible = 1
CatalogFile=brgwunic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11           ; LDID_SYS
Hitron.ndi3.CopyFiles = 11  ; LDID_SYS
Hitron.ndi5.CopyFiles = 11  ; LDID_SYS
Hitron.ndi3.nt.CopyFiles = 12
Hitron.ndi5.nt.CopyFiles = 12

;-----------------------------------------------------------------------------
; Specify the install disks.  
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"brgwunic.sys",,

[SourceDisksFiles]
brgwnd3.sys=1
brgwnd5.sys=1

;-----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%Hitron%=Hitron

;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[Hitron]
%Ndis5Desc% = Hitron.ndi5, BRGWCR\{F49832D7-4320-4197-9563-837A82485480}
%Ndis3Desc% = Hitron.ndi3, BRGWCR\{29338B7A-26AC-4ab5-B700-266D2E4EFA1D}

;*****************************************************************************
;
; NDIS services:
;
;	You would think that '\' continuation would make the following 
;	more readable.  It only succeeds in breaking NDIS.  Keep all this
;	on one line!
;
;*****************************************************************************

[Hitron.ndi5]
DriverVer=02/07/2002, 3.21.0.2700
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Hitron.ndi.reg,Hitron.ndi.reg.W9x,Hitron.ndi5.reg,Hitron.ndi5.reg.W9x,Hitron.ndi.Gen.Resources,Hitron.ndi.Gen.Params,Hitron.ndi5.Gen.Params
CopyFiles = Hitron.ndi5.CopyFiles

[Hitron.ndi5.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Hitron.ndi.reg,Hitron.ndi.reg.nt,Hitron.ndi5.reg,Hitron.ndi5.reg.nt,Hitron.ndi.Gen.Resources,Hitron.ndi.Gen.Params,Hitron.ndi5.Gen.Params
CopyFiles = Hitron.ndi5.nt.CopyFiles
DriverVer=02/07/2002, 3.21.0.2700

[Hitron.ndi3]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Hitron.ndi.reg,Hitron.ndi.reg.W9x,Hitron.ndi3.reg,Hitron.ndi3.reg.W9x,Hitron.ndi.Gen.Resources,Hitron.ndi.Gen.Params,Hitron.ndi3.Gen.Params
CopyFiles = Hitron.ndi3.CopyFiles
DriverVer=02/07/2002, 3.21.0.2700

[Hitron.ndi3.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Hitron.ndi.reg,Hitron.ndi.reg.nt,Hitron.ndi3.reg,Hitron.ndi3.reg.nt,Hitron.ndi.Gen.Resources,Hitron.ndi.Gen.Params,Hitron.ndi3.Gen.Params
CopyFiles = Hitron.ndi3.nt.CopyFiles
DriverVer=02/07/2002, 3.21.0.2700

;-----------------------------------------------------------------------------
; Install all the normal things in the registry 
;-----------------------------------------------------------------------------
[Hitron.ndi3.reg]
HKR,NDIS,LogDriverName,,"brgwnd3"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

[Hitron.ndi5.reg]
HKR,NDIS,LogDriverName,,"brgwnd5"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis5"

[Hitron.ndi.reg]
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"


;-----------------------------------------------------------------------------
; General Resources (used to set NDI\params....)
;-----------------------------------------------------------------------------
[Hitron.ndi.Gen.Resources]

;-----------------------------------------------------------------------------
; General Params.
;-----------------------------------------------------------------------------
[Hitron.ndi.Gen.Params]
HKR,,BoardType,,%Hitron.BoardType%
HKR,,MediaType,,"Ethernet"

[Hitron.ndi3.Gen.Params]
HKR,,BoardName,,"%Hitron.ndi3.guid%"
HKR,,DeviceName,,"%Hitron.ndi3.guid%"

[Hitron.ndi5.Gen.Params]
HKR,,BoardName,,"%Hitron.ndi5.guid%"
HKR,,DeviceName,,"%Hitron.ndi5.guid%"

;-----------------------------------------------------------------------------
;	NDIS devload info for W95/W98
;-----------------------------------------------------------------------------
[Hitron.ndi.reg.W9x]
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%Hitron.ndi.DriverDesc%

[Hitron.ndi3.reg.W9x]
HKR,,DeviceVxDs,, brgwnd3.sys
HKR,Ndi,DeviceId,,%Hitron.ndi3.guid%

[Hitron.ndi5.reg.W9x]
HKR,,DeviceVxDs,, brgwnd5.sys
HKR,Ndi,DeviceId,,%Hitron.ndi5.guid%

;-----------------------------------------------------------------------------
;	NDIS devload info for Win2K
;-----------------------------------------------------------------------------
[Hitron.ndi.reg.nt]
HKR,,DriverDesc,,%Hitron.ndi.DriverDesc%

[Hitron.ndi3.reg.nt]
HKR,Ndi,DeviceId,,%Hitron.ndi3.guid%
HKR,Ndi,Service,,"brgwnd3"

[Hitron.ndi5.reg.nt]
HKR,Ndi,DeviceId,,%Hitron.ndi5.guid%
HKR,Ndi,Service,,"brgwnd5"


[Hitron.ndi5.NT.Services]
AddService      = brgwnd5, 2, Hitron.ndi5.AddService

[Hitron.ndi5.AddService]
DisplayName             = %Hitron.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\brgwnd5.sys
LoadOrderGroup          = NDIS

[Hitron.ndi3.NT.Services]
AddService      = brgwnd3, 2, Hitron.ndi3.AddService

[Hitron.ndi3.AddService]
DisplayName             = %Hitron.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\brgwnd3.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
; Some copyfiles sections
;-----------------------------------------------------------------------------
[Hitron.ndi3.CopyFiles]
brgwnd3.sys

[Hitron.ndi5.CopyFiles]
brgwnd5.sys

[Hitron.ndi3.nt.CopyFiles]
brgwnd3.sys

[Hitron.ndi5.nt.CopyFiles]
brgwnd5.sys


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "Hitron Technologies,Inc."
Hitron = "Hitron Technologies,Inc."
DiskString = "BRG-3520 DOCSIS Cable Modem installation disk"

Hitron.ndi.DriverDesc = "BRG-3520 DOCSIS Cable Modem NDIS drivers"
Ndis3Desc = "BRG-3520 DOCSIS Cable Modem (NDIS 3)"
Ndis5Desc = "BRG-3520 DOCSIS Cable Modem (NDIS 5)"
Hitron.Service.Desc = "BRG-3520 DOCSIS Cable Modem (NDIS)"
Hitron.BoardType = "BRG-3520 DOCSIS Cable Modem networking device"

;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
Hitron.ndi5.guid = "BRGWCR\{F49832D7-4320-4197-9563-837A82485480}"
Hitron.ndi3.guid = "BRGWCR\{29338B7A-26AC-4ab5-B700-266D2E4EFA1D}"

;*** end of file ***
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: web2, load: 1.03