;
; Purpose: Netcard setup information file for Windows 98 / 2000
;
; Author: Tevin Chen
;
; Date: Jan. 2000
;
; Copyright: PCI 10/100Mb Fast Ethernet Adapter
;
[Version]
;CatalogFile = netvt.cat
Signature = "$Windows NT$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Prov%
DriverVer = 07/05/2000,2.58.0.0271
[Manufacturer]
%Manuf% = MANUF
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1106&DEV_3065&SUBSYS_01021106, \
PCI\VEN_1106&DEV_3043&SUBSYS_01001106
[MANUF]
%VT3065.DeviceDesc% = VT3065.ndi, PCI\VEN_1106&DEV_3065&SUBSYS_01021106
%VT3043.DeviceDesc% = VT3043.ndi, PCI\VEN_1106&DEV_3043&SUBSYS_01001106
;-------------------------------------------------------------------------------
; ndi for 3065
;-------------------------------------------------------------------------------
[VT3065.ndi]
Characteristics = 0x84
BusType = 5
AddReg = VT3065.reg, FET.reg, FET.reg.win, FET.reg.win.VT3065
CopyFiles = FET.CopyFiles.win
[VT3065.ndi.NT]
Characteristics = 0x84
BusType = 5
AddReg = VT3065.reg, FET.reg, FET.reg.NT
CopyFiles = FET.CopyFiles.NT
[VT3065.ndi.NT.Services]
AddService = FETNDIS, 2, FET.Service, FET.EventLog
;-------------------------------------------------------------------------------
; ndi for 3043
;-------------------------------------------------------------------------------
[VT3043.ndi]
Characteristics = 0x84
BusType = 5
AddReg = VT3043.reg, FET.reg, FET.reg.win
CopyFiles = FET.CopyFiles.win
[VT3043.ndi.NT]
Characteristics = 0x84
BusType = 5
AddReg = VT3043.reg, FET.reg, FET.reg.NT
CopyFiles = FET.CopyFiles.NT
[VT3043.ndi.NT.Services]
AddService = FETNDIS, 2, FET.Service, FET.EventLog
;-------------------------------------------------------------------------------
; VT3065 specific
;
[VT3065.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1106&DEV_3065"
HKR, , AdapterCFID, 0, "30651106"
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, Service, 0, "FETNDIS"
HKR, , ReceiveBurstIndicate,0,"20"
HKR, , ReceiveBuffers, 0, "20"
HKR, , TransmitBuffers, 0, "20"
HKR, , ReceiveThreshold, 0, "0"
HKR, , TransmitThreshold, 0, "0"
HKR, , BurstLength, 0, "1"
HKR, , MapRegisters, 0, "20"
HKR, , EarlyReceive, 0, "0"
HKR, , EarlyTransmit, 0, "0"
HKR, , NetworkAddress, 0, "000000000000"
HKR, Ndi\params\FlowCtrl, ParamDesc, 0, "Flow Control"
HKR, Ndi\params\FlowCtrl, default, 0, "0"
HKR, Ndi\params\FlowCtrl, type, 0, "enum"
HKR, Ndi\params\FlowCtrl\enum, 0, 0, "Auto"
HKR, Ndi\params\FlowCtrl\enum, 1, 0, "Enabled"
HKR, Ndi\params\FlowCtrl\enum, 2, 0, "Disabled"
;-------------------------------------------------------------------------------
; VT3043 specific
;
[VT3043.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1106&DEV_3043"
HKR, , AdapterCFID, 0, "30431106"
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, Service, 0, "FETNDIS"
HKR, , ReceiveBurstIndicate,0,"20"
HKR, , ReceiveBuffers, 0, "40"
HKR, , TransmitBuffers, 0, "8"
HKR, , ReceiveThreshold, 0, "0"
HKR, , TransmitThreshold, 0, "0"
HKR, , BurstLength, 0, "1"
HKR, , MapRegisters, 0, "8"
HKR, , EarlyReceive, 0, "0"
HKR, , EarlyTransmit, 0, "0"
HKR, , NetworkAddress, 0, "000000000000"
;-------------------------------------------------------------------------------
; FET common driver parameters
;
[FET.reg]
; Connection Type
HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
HKR, Ndi\params\ConnectionType, default, 0, "0"
HKR, Ndi\params\ConnectionType, type, 0, "enum"
HKR, Ndi\params\ConnectionType\enum, 0, 0, %autoN%
HKR, Ndi\params\ConnectionType\enum, 1, 0, %100HD%
HKR, Ndi\params\ConnectionType\enum, 2, 0, %100FD%
HKR, Ndi\params\ConnectionType\enum, 3, 0, %10HD%
HKR, Ndi\params\ConnectionType\enum, 4, 0, %10FD%
;HKR, Ndi\params\ConnectionType\enum, 5, 0, %1PL%
[FET.reg.win]
; WIN_98
HKR, , OsId, 0, "00000008"
HKR, NDIS, MajorNdisVersion,1,03
HKR, NDIS, MinorNdisVersion,1,0A
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVxDs, 0, FETND5A.SYS
HKR, NDIS, LogDriverName, 0, "FETNDIS"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3"
; the two parameters below are for VT3065/VT3043 in windows 95/98 only
; IPX/SPX Auto Frame Type support
HKR, Ndi\params\IPXSPXAutoFrame, ParamDesc, 0, "IPX/SPX AUTO Frame Type"
HKR, Ndi\params\IPXSPXAutoFrame, default, 0, "0"
HKR, Ndi\params\IPXSPXAutoFrame, type, 0, "enum"
HKR, Ndi\params\IPXSPXAutoFrame\enum, 0, 0, "Disabled"
HKR, Ndi\params\IPXSPXAutoFrame\enum, 1, 0, "Enabled"
[FET.reg.win.VT3065]
; the two parameters below are for VT3065 in windows 95/98 only
; Magic Packet WakeUp
HKR, Ndi\params\MagicPaketWakeUp, ParamDesc, 0, "Magic Packet WakeUp"
HKR, Ndi\params\MagicPaketWakeUp, default, 0, "1"
HKR, Ndi\params\MagicPaketWakeUp, type, 0, "enum"
HKR, Ndi\params\MagicPaketWakeUp\enum, 0, 0, "Disabled"
HKR, Ndi\params\MagicPaketWakeUp\enum, 1, 0, "Enabled"
; WOL Type
HKR, Ndi\params\WOLTrigger, ParamDesc, 0, "WOL Type"
HKR, Ndi\params\WOLTrigger, default, 0, "0"
HKR, Ndi\params\WOLTrigger, type, 0, "enum"
HKR, Ndi\params\WOLTrigger\enum, 0, 0, "Pulse"
HKR, Ndi\params\WOLTrigger\enum, 1, 0, "Button"
[FET.reg.NT]
; NT_50
HKR, , OsId, 0, "00100000"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
;
;HKR, Ndi\params\8021pqTagging, ParamDesc, 0, "802.1p/802.1q tagging"
;HKR, Ndi\params\8021pqTagging, default, 0, "0"
;HKR, Ndi\params\8021pqTagging, type, 0, "enum"
;HKR, Ndi\params\8021pqTagging\enum, 0, 0, "Disabled"
;HKR, Ndi\params\8021pqTagging\enum, 1, 0, "Enabled"
;-------------------------------------------------------------------------------
; Installation for NT
;
[FET.CopyFiles.win]
FETND5A.SYS,,,2
[FET.CopyFiles.NT]
FETND5A.SYS,,,2
[FET.Service]
DisplayName = %FET.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\FETND5A.SYS
LoadOrderGroup = NDIS
[FET.EventLog]
AddReg = FET.AddEventLog.reg
[FET.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;-------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 12
FET.CopyFiles.win = 11
FET.CopyFiles.NT = 12
[SourceDisksFiles]
FETND5A.SYS = 1
[SourceDisksNames]
1 = %DiskName%,,,
;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Prov = "VIA"
DiskName = ""
ConnectionType = "Connection Type"
autoN = "Auto-Negotiation"
100HD = "100BaseTx Half Duplex"
100FD = "100BaseTx Full Duplex"
10HD = "10BaseT Half Duplex"
10FD = "10BaseT Full Duplex"
1PL = "1Mb Phone Line"
Manuf = "PCI 10/100Mb Fast Ethernet Adapter Manufacturer"
VT3065.DeviceDesc = "PCI 10/100Mb Fast Ethernet Adapter"
VT3043.DeviceDesc = "PCI Fast Ethernet Adapter"
FET.Service.DispName = "PCI 10/100Mb Fast Ethernet Adapter NT Driver"
Download Driver Pack
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.