|
admin
Site Admin
Joined: Sun Apr 24, 2005 4:08 am Posts: 2293
|
 Driver : Winbond W89C940F Ethernet Lan Driver Windows
Winbond W89C940F Ethernet Lan Driver Windows 9x/ME/NT/2000/XP
Winbond W89C940F Ethernet Lan Driver Windows 9x/ME/NT/2000/XP
;
; W940ND.INF
;
; Winbond W89C940 PCI Network Interface Cards
;
; Copyright (c) Winbond Electronics Corporation
[version]
signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
provider = %V_Winbond%
DriverVer = 10/24/2001,3.23.2600.0
[Manufacturer]
%V_Winbond% = Winbond
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1050&DEV_0940
[Winbond]
%w89c940.DeviceDesc% = w89c940.ndi, PCI\VEN_1050&DEV_0940 ; Winbond W89C940 PCI
;-------------------------------------------------------------------------------
; W89C940 Winbond 940 PCI
;
[w89c940.ndi]
AddReg = w940nd.reg, w940nd.param
BusType = 5
Characteristics = 0x04 ; NCF_PHYSICAL (NO UI)
CopyFiles = w89c940.CopyFiles
[w89c940.ndi.Services]
AddService = w89c940, 2, w89c940.AddService, w89c940.Eventlog
[w89c940.CopyFiles]
w940nd.sys,,,2
;-------------------------------------------------------------------------------
; NT5 Platform Specific
;
[w940nd.reg]
HKR, Ndi, Service, 0, "w89c940"
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[w89c940.AddService]
DisplayName = %w89c940.Service.DisplayName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\w940nd.sys
LoadOrderGroup = NDIS
[w89c940.EventLog]
AddReg = w89c940.AddEventLog.reg
[w89c940.AddEventLog.reg]
HKR, 0, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, 0, TypesSupported, 0x00010001, "7"
[w940nd.param]
HKR, Ndi\params\ConnectorType, ParamDesc, 0, "ConnectorType"
HKR, Ndi\params\ConnectorType, default, 0, 1
HKR, Ndi\params\ConnectorType, type, 0, enum
HKR, Ndi\params\ConnectorType\enum, 1, 0, "UTP"
HKR, Ndi\params\COnnectorType\enum, 2, 0, "BNC"
;---------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]
w89c940.CopyFiles = 12
DefaultDestDir = 11 ; LDID_SYS
;---------------------------------------------------------------------------
; Source Files
;
[SourceDisksNames]
1=%DISKNAME%,,,
[SourceDisksFiles]
W940ND.sys = 1
;---------------------------------------------------------------------------
; Localizable Strings
[strings]
V_Winbond = "Winbond Electronic Corporation"
w89c940.DeviceDesc = "Winbond W89C940 PCI Ethernet Adapter"
w89c940.Service.DisplayName = "Winbond W89C940 PCI Ethernet Adapter Driver"
DISKNAME = "Winbond W89C940 PCI Ethernet Adapter Driver Disk "
Winbond W89C940F Ethernet Lan Driver Windows 9x/ME/NT/2000/XP
|