W840ND.INF Driver File Contents (dv840a03.zip)

; W840ND.INF
;
; Winbond W89C840 Based PCI Network Adapter
;
; Copyright Winbond Electronic Corporation

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
LayoutFile  = layout.inf
Provider    = %Msft%

[Manufacturer]
%V_Winbond% = Winbond

[ControlFlags]
ExcludeFromSelect     = PCI\VEN_1050&DEV_0840, \
			PCI\VEN_1050&DEV_0840&SUBSYS_00011050

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

;-------------------------------------------------------------------------------
; W89C840   Winbond 840 PCI
;
[W89C840.ndi]
AddReg          = W89C840.reg, W840ND.params.reg
BusType         = 5
Characteristics = 0x84
CopyFiles       = W840ND.CopyFiles

[W89C840.ndi.Services]
AddService      = W840ND, 2, W840ND.Service, common.EventLog

;-------------------------------------------------------------------------------
; W89C840 Interfaces
;
[W89C840.reg]
HKR, Ndi\Interfaces,    DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,    DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
HKR, Ndi,               Service,    0, "W840ND"

;-------------------------------------------------------------------------------
; Advanced params for w89c840
;
[W840ND.params.reg]
;BurstLen
HKR, Ndi\params\BurstLen,        ParamDesc, 0, %BurstLen%
HKR, Ndi\params\BurstLen,        default,   0, "8192"
HKR, Ndi\params\BurstLen,        type,      0, "enum"
HKR, Ndi\params\BurstLen\enum,   256,       0, "1 dword"
HKR, Ndi\params\BurstLen\enum,   512,       0, "2 dwords"
HKR, Ndi\params\BurstLen\enum,   1024,      0, "4 dwords"
HKR, Ndi\params\BurstLen\enum,   2048,      0, "8 dwords"
HKR, Ndi\params\BurstLen\enum,   4096,      0, "16 dwords"
HKR, Ndi\params\BurstLen\enum,   8192,      0, "32 dwords"

;CacheAlign
HKR, Ndi\params\CacheAlign,      ParamDesc, 0, %CacheAlign%
HKR, Ndi\params\CacheAlign,      default,   0, "3"
HKR, Ndi\params\CacheAlign,      type,      0, "enum"
HKR, Ndi\params\CacheAlign\enum, 1,         0, "8 dwords"
HKR, Ndi\params\CacheAlign\enum, 2,         0, "16 dwords"
HKR, Ndi\params\CacheAlign\enum, 3,         0, "32 dwords"

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

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

;FullDuplex
HKR, Ndi\params\FullDuplex,      ParamDesc, 0, %FullDuplex%
HKR, Ndi\params\FullDuplex,      default,   0, "0"
HKR, Ndi\params\FullDuplex,      type,      0, "enum"
HKR, Ndi\params\FullDuplex\enum, 0,         0, %Auto%
HKR, Ndi\params\FullDuplex\enum, 1,         0, %Disable%
HKR, Ndi\params\FullDuplex\enum, 2,         0, %Enable%

;LineSpeed
HKR, Ndi\params\LineSpeed,       ParamDesc, 0, %LineSpeed%
HKR, Ndi\params\LineSpeed,       default,   0, "0"
HKR, Ndi\params\LineSpeed,       type,      0, "enum"
HKR, Ndi\params\LineSpeed\enum,  0,         0, %Auto%
HKR, Ndi\params\LineSpeed\enum,  1,         0, %10M%
HKR, Ndi\params\LineSpeed\enum,  2,         0, %100M%

;-------------------------------------------------------------------------------
; W840ND NT specific
;
[W840ND.CopyFiles]
W840ND.sys,,,2

[W840ND.Service]
DisplayName    = %W840ND.Service.DispName%
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
StartType      = 3 ;%SERVICE_DEMAND_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

;-------------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]
W840ND.CopyFiles         = 12

;-------------------------------------------------------------------------------
; Localizable Strings
;
[strings]
Msft                     = "Microsoft"
V_Winbond                = "Winbond Electronic Corporation"

BurstLen                 = "Burst Length"
CacheAlign               = "Cache Alignment Boundary"
Threshold                = "Transmit Threshold Value"
FullDuplex               = "Full Duplex Function"
Auto                     = "Auto Negotiate"
Disable                  = "Disable"
Enable                   = "Enable"
LineSpeed                = "Line Speed"
10M                      = "10 Mbps"
100M                     = "100 Mbps"
Nway                     = "Nway Function"
Off                      = "Off"
On                       = "On"
Default                  = "Default"

W89C840A.DeviceDesc      = "Winbond W89C840 Based 100M/10M PCI Ethernet Adapter"
W89C840B.DeviceDesc      = "Winbond W89C840 Based 100M/10M PCI Ethernet Adapter"
W840ND.Service.DispName  = "Winbond W89C840 Based 100M/10M PCI Ethernet Adapter"

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: web4, load: 1.57