b06nd.inf Driver File Contents (brcm_dd_nic_4.4.11.0_windows_32-64.exe)

;*******************************************************************************
; Copyright 2002-2008 Broadcom Corporation.
;
; INF for Windows XP.
;
; This file was generated by: gawk -f target.gawk ndis50_x86 brcm
;
;
; History:
;    02/20/06 hav khauv        Inception.
;*******************************************************************************

[Version]
signature   = "$Windows NT$"
class       = net
classguid   = {4d36e972-e325-11ce-bfc1-08002be10318}
catalogfile = b06nd.cat
compatible  = 1
provider    = %brcm%
driverver   = 04/20/2008,4.4.0.0


[manufacturer]
%brcm% = broadcom, ntx86, ntamd64, ntia64


[controlflags]
excludefromselect = *


; W2K installation.
[broadcom]
%bcm5706c_desc% = bcm5706c_x86w2k, PCI\VEN_14e4&DEV_164a
%bcm5706s_desc% = bcm5706s_x86w2k, PCI\VEN_14e4&DEV_16aa
%bcm5708c_desc% = bcm5708c_x86w2k, PCI\VEN_14e4&DEV_164c
%bcm5708s_desc% = bcm5708s_x86w2k, PCI\VEN_14e4&DEV_16ac
%bcm5709c_desc% = bcm5709c_x86w2k, PCI\VEN_14e4&DEV_1639
%bcm5709s_desc% = bcm5709s_x86w2k, PCI\VEN_14e4&DEV_163a


; x86 WS3 or XP installation.
[broadcom.ntx86]


; x86-64 WS3 or XP installation.
[broadcom.ntamd64]


; ia64 WS3 or XP installation.
[broadcom.ntia64]



;*******************************************************************************
; x86 install sections for W2K.
;*******************************************************************************

[bcm5706c_x86w2k]
characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
addreg          = x86w2k_addreg, params_utp
copyfiles       = x86w2k_sys_file
bustype         = 5

[bcm5706c_x86w2k.Services]
addservice      = b06nd, 2, x86w2k_add_service, x86w2k_eventlog

[bcm5706s_x86w2k]
characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
addreg          = x86w2k_addreg, params_fiber
copyfiles       = x86w2k_sys_file
bustype         = 5

[bcm5706s_x86w2k.Services]
addservice      = b06nd, 2, x86w2k_add_service, x86w2k_eventlog

[bcm5708c_x86w2k]
characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
addreg          = x86w2k_addreg, params_utp
copyfiles       = x86w2k_sys_file
bustype         = 5

[bcm5708c_x86w2k.Services]
addservice      = b06nd, 2, x86w2k_add_service, x86w2k_eventlog

[bcm5708s_x86w2k]
characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
addreg          = x86w2k_addreg, params_fiber
copyfiles       = x86w2k_sys_file
bustype         = 5

[bcm5708s_x86w2k.Services]
addservice      = b06nd, 2, x86w2k_add_service, x86w2k_eventlog

[bcm5709c_x86w2k]
characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
addreg          = x86w2k_addreg, params_utp
copyfiles       = x86w2k_sys_file
bustype         = 5

[bcm5709c_x86w2k.Services]
addservice      = b06nd, 2, x86w2k_add_service, x86w2k_eventlog

[bcm5709s_x86w2k]
characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
addreg          = x86w2k_addreg, params_fiber
copyfiles       = x86w2k_sys_file
bustype         = 5

[bcm5709s_x86w2k.Services]
addservice      = b06nd, 2, x86w2k_add_service, x86w2k_eventlog



;*******************************************************************************
; x86 common sections for W2K.
;*******************************************************************************

[x86w2k_add_service]
displayname     = %mp_srv_desc%
servicetype     = 1 
starttype       = 3
errorcontrol    = 1
servicebinary   = %12%\b06nd50x.sys
loadordergroup  = ndis

[x86w2k_addreg]
hkr, ndi,            service,    0, "b06nd"
hkr, ndi\interfaces, upperrange, 0, "ndis5"
hkr, ndi\interfaces, lowerrange, 0, "ethernet"

[x86w2k_eventlog]
addreg = x86w2k_addreg_eventlog

[x86w2k_addreg_eventlog]
hkr, , eventmessagefile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\drivers\b06nd50x.sys"
hkr, , typessupported  , 0x00010001, 7



;*******************************************************************************
; Registry parameters.
;*******************************************************************************

[params_utp]
hkr, , req_medium,          2, "0"

[params_fiber]
hkr, , req_medium,          2, "65283"


; To adjust the speed/duplex settings, replace the above value in
; parenthesis with one of the following:
; 
; Auto = "0"
; 10 Half Duplex = "65794"
; 10 Full Duplex = "258"
; 100 Half Duplex = "66050"
; 100 Full Duplex = "514"
; 
; 
; Options for fiber interface.
; 
; Auto = "0"
; 1Gb Full Duplex = "771"
; Auto w/ 1GB Fallback = "33539"
; Hardware Default = "65283"
; 
; 
; Example - below will configure the link for 10 Mb Full Duplex.
;    hkr, , req_medium,          2, "258"



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

[destinationdirs]
defaultdestdir       = 11
x86w2k_sys_file      = 12

[sourcedisksnames]
1 = %disk_desc%,,,

[sourcedisksfiles]
b06nd50x.sys = 1

[x86w2k_sys_file]
b06nd50x.sys,,,1



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

[strings]
brcm = "Broadcom Corporation"
disk_desc = "Broadcom Installation Media"
mp_srv_desc = "Broadcom NetXtreme II B06ND"

bcm5706c_desc = "Broadcom BCM5706C NetXtreme II Monolithic Driver"
bcm5706s_desc = "Broadcom BCM5706S NetXtreme II Monolithic Driver"
bcm5708c_desc = "Broadcom BCM5708C NetXtreme II Monolithic Driver"
bcm5708s_desc = "Broadcom BCM5708S NetXtreme II Monolithic Driver"
bcm5709c_desc = "Broadcom BCM5709C NetXtreme II Monolithic Driver"
bcm5709s_desc = "Broadcom BCM5709S NetXtreme II Monolithic Driver"

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: web1, load: 0.71