b57w2k.inf Driver File Contents (DOMSA01.exe)

;*******************************************************************************
; Copyright 2000 Broadcom Corporation.
;
; INF for Windows 2000.
;
; History:
;    06/02/00 Hav Khauv        Inception.
;*******************************************************************************


[Version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
CatalogFile = b57w2k.cat
Compatible  = 1
Provider    = %BRCM%
DriverVer   = 11/22/2000,1.15.0.0


[Manufacturer]
%BRCM% = Broadcom


[ControlFlags]
ExcludeFromSelect.NT = *


[Broadcom]
%BROADCOM.DEVICEDESC% = Broadcom.Install, PCI\VEN_14e4&DEV_1644
%BROADCOM.DEVICEDESC% = Broadcom.Install, PCI\VEN_14e4&DEV_1644&SUBSYS_164414e4
%BROADCOM.DEVICEDESC% = Broadcom.Install, PCI\VEN_14e4&DEV_1644&SUBSYS_102814e4


;*******************************************************************************
; Win 9x Install sections.
;*******************************************************************************

[Broadcom.Install]
AddReg    = Broadcom.Win9x.AddReg, Broadcom.Params, DriverInfoAddReg
CopyFiles = CopyFile.Sys

[Broadcom.Win9x.AddReg]
HKR, ,DevLoader, , *ndis
HKR, ,DeviceVxDs, , b57w2k.sys

HKR, NDIS, MajorNdisVersion, 1,04
HKR, NDIS, MinorNdisVersion, 1,00
HKR, NDIS, LogDriverName, ,"b57w2k"

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



;*******************************************************************************
; Win2000 Install sections.
;*******************************************************************************

[Broadcom.Install.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
AddReg          = Broadcom.NT.AddReg, Broadcom.Params
CopyFiles       = CopyFile.NT.Sys
BusType         = 5

[Broadcom.Install.NT.Services]
AddService = b57w2k, 2, Broadcom.NT.AddService, Broadcom.NT.EventLog

[Broadcom.NT.AddReg]
HKR, Ndi,            Service,    0, "b57w2k"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[Broadcom.NT.AddService]
DisplayName    = %BROADCOM.DEVICEDESC%
ServiceType    = 1 
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\b57w2k.sys
LoadOrderGroup = NDIS
AddReg         = Broadcom.NT.TextModeFlagsReg

[Broadcom.NT.EventLog]
AddReg = Broadcom.NT.AddEventLogReg

[Broadcom.NT.AddEventLogReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\drivers\b57w2k.sys"
HKR, , TypesSupported  , 0x00010001, 7

[Broadcom.NT.TextModeFlagsReg]
HKR, , TextModeFlags, 0x00010001, 0x0001


;*******************************************************************************
; Driver parameters
;*******************************************************************************

[Broadcom.Params]
HKR, , RxPacketDescLowWaterMark,        0, "40"
HKR, , VlanEnable,                      0, "0"
HKR, , NumOfMapRegisters,               0, "100"
HKR, , TxPacketDescCnt,                 0, "100"
HKR, , RxStdDescCnt,                    0, "200"
HKR, , RxCoalescingTicks,               0, "150"
HKR, , TxCoalescingTicks,               0, "150"
HKR, , RxMaxCoalescedFrames,            0, "10"
HKR, , TxMaxCoalescedFrames,            0, "10"
HKR, , RxCoalescingTicksDuringInt,      0, "0"
HKR, , TxCoalescingTicksDuringInt,      0, "0"
HKR, , RxMaxCoalescedFramesDuringInt,   0, "0"
HKR, , TxMaxCoalescedFramesDuringInt,   0, "0"
HKR, , StatsCoalescingTicks,            0, "1000000"
HKR, , TxBufferSize,                    0, "0"
HKR, , RxJumboDescCnt,                  0, "0"
HKR, , TxMtu,                           0, "1514"
HKR, , RxMtu,                           0, "1514"
HKR, , DisableAutoNeg,                  0, "1"
HKR, , UsePhyInterrupt,                 0, "0"

HKR, Ndi\Params\RequestedMediaType,      ParamDesc, , "Link Selection"
HKR, Ndi\Params\RequestedMediaType,      default,   , "0"
HKR, Ndi\Params\RequestedMediaType,      type,      , "enum"
HKR, Ndi\Params\RequestedMediaType\enum, 0,  , "Auto"
HKR, Ndi\Params\RequestedMediaType\enum, 3,  , "UTP 10 Mbps Half Duplex"
HKR, Ndi\Params\RequestedMediaType\enum, 4,  , "UTP 10 Mbps Full Duplex"
HKR, Ndi\Params\RequestedMediaType\enum, 5,  , "UTP 100 Mbps Half Duplex"
HKR, Ndi\Params\RequestedMediaType\enum, 6,  , "UTP 100 Mbps Full Duplex"
;HKR, Ndi\Params\RequestedMediaType\enum, 7,  , "UTP 1000 Mbps Half Duplex"
;HKR, Ndi\Params\RequestedMediaType\enum, 8,  , "UTP 1000 Mbps Full Duplex"

HKR, Ndi\Params\TaskOffloadCap,      ParamDesc, , "Checksum Offload"
HKR, Ndi\Params\TaskOffloadCap,      default,   , "0"
HKR, Ndi\Params\TaskOffloadCap,      type,      , "enum"
HKR, Ndi\Params\TaskOffloadCap\enum, 0,  , "None"
HKR, Ndi\Params\TaskOffloadCap\enum, 42, , "Rx TCP/IP Checksum"
HKR, Ndi\Params\TaskOffloadCap\enum, 21, , "Tx TCP/IP Checksum"
HKR, Ndi\Params\TaskOffloadCap\enum, 63, , "Tx/Rx TCP/IP Checksum"

HKR, Ndi\Params\WakeUpModeCap,       ParamDesc, , "Wake Up Capabilities"
HKR, Ndi\Params\WakeUpModeCap,       default,   , "0"
HKR, Ndi\Params\WakeUpModeCap,       type,      , "enum"
HKR, Ndi\Params\WakeUpModeCap\enum,  0,  , "None"
HKR, Ndi\Params\WakeUpModeCap\enum,  1,  , "Magic Packet"
HKR, Ndi\Params\WakeUpModeCap\enum,  2,  , "Wake Up Frame"
HKR, Ndi\Params\WakeUpModeCap\enum,  3,  , "Both"

HKR, Ndi\Params\FlowControlCap,      ParamDesc, , "Flow Control"
HKR, Ndi\Params\FlowControlCap,      default,   , "0"
HKR, Ndi\Params\FlowControlCap,      type,      , "enum"
HKR, Ndi\Params\FlowControlCap\enum, 0,  , "Disable"
HKR, Ndi\Params\FlowControlCap\enum, 1,  , "Rx PAUSE"
HKR, Ndi\Params\FlowControlCap\enum, 2,  , "Tx PAUSE"
HKR, Ndi\Params\FlowControlCap\enum, 3,  , "Rx/Tx PAUSE"
HKR, Ndi\Params\FlowControlCap\enum, 2147483648,  , "Auto"

HKR, Ndi\Params\Enable8021p,      ParamDesc, , "802.1p QOS"
HKR, Ndi\Params\Enable8021p,      default,   , "0"
HKR, Ndi\Params\Enable8021p,      type,      , "enum"
HKR, Ndi\Params\Enable8021p\enum, 0,  , "Disable"
HKR, Ndi\Params\Enable8021p\enum, 1,  , "Enable"


;*******************************************************************************
; DriverInfoAddReg section.
;*******************************************************************************

[DriverInfoAddReg]
; This section is added to all INFs to add registry entries for Driver Info.
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Description,,%DriverDescription%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,CurrentVer,,%DriverOEMVersion%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Ver_%DriverOEMVersion%,,%DriverVersionID%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,BaseDriverFileName,,%BaseDriverFileName%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,BaseDriverFileVersion,,%BaseDriverFileVersion%


;*******************************************************************************
; Destination directories
;*******************************************************************************

[DestinationDirs]
DefaultDestDir  = 11
CopyFile.Sys    = 11
CopyFile.NT.Sys = 12

[SourceDisksNames]
1 = %DISK_DESC%,,,

[SourceDisksFiles]
b57w2k.sys = 1


;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************

[CopyFile.Sys]
b57w2k.sys

[CopyFile.NT.Sys]
b57w2k.sys


;*******************************************************************************
; Localizable strings
;*******************************************************************************

[Strings]
BRCM                = "Broadcom"
BROADCOM.DEVICEDESC = "Broadcom Gigabit Ethernet Driver"
DISK_DESC           = "Broadcom Driver Diskette"

; Driver Information Entries
; These items will be set by IHV...
DriverMfgr="Broadcom"                                 ; IHV name
DriverVersionID="1.15"                                ; The IHV driver version
BaseDriverFileVersion="1.15"                          ; version of key file
BaseDriverFileName="b57w2k.sys"                       ; Key file for version

; These items will be set by IHV and updated by OEM
DriverOEM="Broadcom"                                  ; name of the OEM
DriverFamily="NIC"                                    ; device family (NIC, Storage, Video...)
DriverProduct="BCM5700"                               ; Specific Name of device (chipset, for example)
DriverDescription="Broadcom Gigabit Ethernet Driver"  ; Description of device (product name, OS or system supported)
DriverOEMVersion="100"                                ; OEM-specified version

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.79