W840ND.INF Driver File Contents (drv84011.exe)

; W840ND.INF
;
; Winbond W89C840 Based PCI 100M/10M Ethernet Adapter
;
; Copyright Winbond Electronics Corporation

[version]
LayoutFile=layout.inf, layout1.inf
signature="$CHICAGO$"
Class=Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
provider=%V_Winbond%

[Manufacturer]
%V_Winbond%=Winbond

[Winbond]
%w89c840.DeviceDesc%=W89C840.ndi, PCI\VEN_1050&DEV_0840 ; Winbond W89C840 PCI
;%w89c840.DeviceDesc%=w89c840.ndi, PCI\VEN_1050&DEV_0840&SUBSYS_00011050 ; Winbond W89C840 PCI

;****************************************************************************
;    NT main section
;
;    W89C840   Winbond 840 PCI
;****************************************************************************
[W89C840.ndi.NT]
AddReg          = W89C840.nt.reg, W840ND.params.reg, W840ND.nt.reg
BusType         = 5
Characteristics = 0x4 ;NCF_PHYSICAL

;****************************************************************************
; Win9x main sections
;
;    W89C840   Winbond 840 PCI
;****************************************************************************

[W89C840.ndi]
AddReg=W89C840.win.reg, W840ND.params.reg, W840ND.win.reg
DeviceID = "PCI\VEN_1050&DEV_0840"
LogConfig = DefaultConfig

;****************************************************************************
;W89C840 platform specific
;
[W89C840.win.reg]
HKR, Ndi,               DeviceID, 0, "PCI\VEN_1050&DEV_0840"
HKR, Ndi\Interfaces,    DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces,    DefLower, 0, "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"

[W89C840.nt.reg]
HKR, ,                  BusType, 0, "5"
HKR, ,                  MsPciScan, 0, "1"
HKR, Ndi\Interfaces,    DefUpper, 0, "ndis5"
HKR, Ndi\Interfaces,    DefLower, 0, "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"

;****************************************************************************
; W840ND NT specific
;

[W840ND.nt.reg]
HKR, Ndi,               Service,        0, "W840ND"
HKR, Ndi\Install,       ,               0, "W840ND.Install"

[W840ND.Install.NT]
CopyFiles = W840ND.Install.CopyFiles

[W840ND.Install.NT.Services]
AddService = W840ND, 2, W840ND.Service, common.EventLog

[W840ND.Install.CopyFiles]
W840ND.sys,,,2 ;Do not allow the user to skip this file

[W840ND.Service]
DisplayName    = %W840ND.Service.DispName%
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
StartType      = 2 ;%SERVICE_AUTO_START%
ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\W840ND.sys
LoadOrderGroup = NDIS

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

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

;****************************************************************************
; W840ND Win9x specific
;

[W840ND.win.reg]
; key,subkey,valuname,type,value
HKR, ,          DevLoader,              0, "*ndis"
HKR, ,          DeviceVxDs,             0, "W840ND.sys"
HKR, ,          EnumPropPages,          0, "netdi.dll,EnumPropPages"

; NDIS Info
HKR, NDIS,      LogDriverName,          0, "W840ND"
HKR, NDIS,      MajorNdisVersion,       1, 03
HKR, NDIS,      MinorNdisVersion,       1, 0A

; Install sectioins
HKR, Ndi\Install, ndis3,        0, "W840ND.ndis3.install"

[w840nd.ndis3.install]
CopyFiles=W840ND.inf.CopyFiles,w840nd.ndis3.CopyFiles
;CopyFiles=W840ND.ndis3.CopyFiles

[w840nd.ndis3.CopyFiles]
W840ND.sys,,,2

;****************************************************************************
; extra params for w89c840
;

[W840ND.params.reg]
; Resources
;BurstLen
HKR,Ndi\params\BurstLen,ParamDesc,,"Burst Length"
HKR,Ndi\params\BurstLen,default,,8192
HKR,Ndi\params\BurstLen,type,,enum
HKR,Ndi\params\BurstLen\enum,256,,"1 dword"
HKR,Ndi\params\BurstLen\enum,512,,"2 dwords"
HKR,Ndi\params\BurstLen\enum,1024,,"4 dwords"
HKR,Ndi\params\BurstLen\enum,2048,,"8 dwords"
HKR,Ndi\params\BurstLen\enum,4096,,"16 dwords"
HKR,Ndi\params\BurstLen\enum,8192,,"32 dwords"

;CacheAlign
HKR,Ndi\params\CacheAlign,ParamDesc,,"Cache Alignment Boundary"
HKR,Ndi\params\CacheAlign,default,,3
HKR,Ndi\params\CacheAlign,type,,enum
HKR,Ndi\params\CacheAlign\enum,1,,"8 dwords"
HKR,Ndi\params\CacheAlign\enum,2,,"16 dwords"
HKR,Ndi\params\CacheAlign\enum,3,,"32 dwords"

;TxThreshold
HKR,Ndi\params\Threshold,ParamDesc,,"Transmit Threshold Value"
HKR,Ndi\params\Threshold,type,,int
HKR,Ndi\params\Threshold,default,,0
HKR,Ndi\params\Threshold,min,,0
HKR,Ndi\params\Threshold,max,,127
HKR,Ndi\params\Threshold,step,,1

;Nway
HKR,Ndi\params\Nway,ParamDesc,,"Nway Function"
HKR,Ndi\params\Nway,default,,2
HKR,Ndi\params\Nway,type,,enum
HKR,Ndi\params\Nway\enum,0,,Off
HKR,Ndi\params\Nway\enum,1,,On
HKR,Ndi\params\Nway\enum,2,,Default

;LineSpeed
HKR,Ndi\params\LineSpeed,ParamDesc,,"Line Speed"
HKR,Ndi\params\LineSpeed,default,,0
HKR,Ndi\params\LineSpeed,type,,enum
HKR,Ndi\params\LineSpeed\enum,0,,AutoDetect
HKR,Ndi\params\LineSpeed\enum,1,,10M
HKR,Ndi\params\LineSpeed\enum,2,,100M

;FullDuplex
HKR,Ndi\params\FullDuplex,ParamDesc,,"Full Duplex Function"
HKR,Ndi\params\FullDuplex,default,,0
HKR,Ndi\params\FullDuplex,type,,enum
HKR,Ndi\params\FullDuplex\enum,0,,AutoDetect
HKR,Ndi\params\FullDuplex\enum,1,,Disable
HKR,Ndi\params\FullDuplex\enum,2,,Enable

;SelectedID
;HKR,NDI\params\SelectedID,ParamDesc,,"Selected Ethernet ID"
;HKR,NDI\params\SelectedID,type,,edit
;HKR,NDI\params\SelectedID,LimitText,,12
;HKR,NDI\params\SelectedID,UpperCase,,1
;HKR,Ndi\params\SelectedID,default,,"00e801020304"
;HKR,NDI\params\SelectedID,flag,1,20,00,00,00
;HKR,Ndi\params\SelectedID,optional,,1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
W840ND.Install.CopyFiles    =12 ; WINNT
DefaultDestDir              =11 ; LDID_SYS
W840ND.ndis3.CopyFiles      =11 ; LDIR_SYS
W840ND.inf.CopyFiles        =17 ; INF_DIR


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
Msft= "Microsoft"

; Manufacturers
V_Winbond="Winbond Electronics Corporation"
W89C840.DeviceDesc="Winbond W89C840 Based 100M/10M PCI Ethernet Adapter"
W840ND.Service.DispName = Winbond W89C840 Based Ethernet Adapter NT 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: web3, load: 3.63