;
; File: fetnd3.inf
;
; Purpose: Fast ethernet netcard setup information file for Windows 95/98
;
; Version: v2.10
;
; Date: Dec 11, 1997
;
;
[Version]
Signature="$Windows 95$"
Class=Net
Provider=%SZ_MS%
LayoutFile=layout.inf
[Manufacturer]
%SZ_VIA%=VIA
; This section is device listing, all devices go here
;
; device-description=install-section,device-id
;
[VIA]
; VT3043 ndis4
; DEVICE_ID....
; NDIS_VER....
;%SZ_VT3043.DeviceDesc%=VT3043.ndi,PCI\VEN_1106&DEV_3043
; VT3043_3 ndis3
; DEVICE_ID....
; NDIS_VER....
%SZ_VT3043_3.DeviceDesc%=VT3043_3.ndi,PCI\VEN_1106&DEV_3043
;*************************************************
; Installation Entry
;*************************************************
[VT3043.ndi]
AddReg=VIA.ndi.reg,VT3043.ndi.reg,FET.pci.reg,FET.con.reg
[VT3043_3.ndi]
AddReg=VIA.ndi.reg,VT3043_3.ndi.reg,FET.pci.reg,FET.con.reg
;*****************************
; Driver parameters
;*****************************
; key,subkey,value-name,type,value
[VIA.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,MediaType,,1
; NDIS Version info
; NDIS_VER....
;HKR,NDIS,MajorNdisVersion,1,04
;HKR,NDIS,MinorNdisVersion,1,00
; NDIS_VER....
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"FETNDIS"
; Driver Version info
; VERSION....
HKR,NDIS,MajorDriverVersion,1,2
HKR,NDIS,MinorDriverVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"FETND"
HKR,NDIS\NDIS2,FileName,,"fetnd.dos"
HKR,NDIS\ODI,DriverName,,"FETODI"
HKR,NDIS\ODI,FileName,,"fetodi.com"
; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; OEM....
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
;HKR,Ndi\Interfaces,DefUpper,,"ndis3"
;HKR,Ndi\Interfaces,UpperRange,,"ndis3"
[VT3043.ndi.reg]
HKR,,DeviceVxDs,,fetnd4.sys
; Install sections
HKR,Ndi\Install,ndis3,,"FET.ndis4"
; OEM....
HKR,Ndi\Install,ndis2,,"FET.ndis2"
HKR,Ndi\Install,odi,,"FET.odi"
; DEVICE_ID....
HKR,,AdapterCFID,,30431106
HKR,Ndi,DeviceID,,"PCI\VEN_1106&DEV_3043"
[VT3043_3.ndi.reg]
HKR,,DeviceVxDs,,fetnd3.sys
; Install sections
HKR,Ndi\Install,ndis3,,"FET.ndis3"
; OEM....
HKR,Ndi\Install,ndis2,,"FET.ndis2"
HKR,Ndi\Install,odi,,"FET.odi"
; DEVICE_ID....
HKR,,AdapterCFID,,30431106
HKR,Ndi,DeviceID,,"PCI\VEN_1106&DEV_3043"
;*****************************
; PCI common parameters
;*****************************
; key,subkey,value-name,type,value
[FET.pci.reg]
HKR,,AdapterType,,5
HKR,,BusType,,5
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"
; WIN_95
HKR, , OsId, 0, "00000004"
;*****************************
; Device specific parameters
;*****************************
; The line with "flag" in "value-name" field,
; if the raw data (5th column) equal to
; 28 : first time install setting and "Advanced" property-page
; 20 : only in "Advanced" property-page
;
[FET.con.reg]
; Connection Type
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType,flag,1,28,00,00,00
HKR,Ndi\params\ConnectionType\enum,0,,"Auto-Negotiation"
HKR,Ndi\params\ConnectionType\enum,1,,"100BaseTx Half_Duplex"
HKR,Ndi\params\ConnectionType\enum,2,,"100BaseTx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Half_Duplex"
HKR,Ndi\params\ConnectionType\enum,4,,"10BaseT Full_Duplex"
;*****************************
; Install drivers
;*****************************
; Install NDIS4
[FET.ndis4]
CopyFiles=FET.ndis4.CopyFiles,FET.inf4.CopyFiles
[FET.ndis4.CopyFiles]
fetnd4.sys
; Install NDIS3
[FET.ndis3]
CopyFiles=FET.ndis3.CopyFiles,FET.inf3.CopyFiles
[FET.ndis3.CopyFiles]
fetnd3.sys
; Install NDIS2
[FET.ndis2]
CopyFiles=FET.ndis2.CopyFiles
[FET.ndis2.CopyFiles]
fetnd.dos
; Install ODI
[FET.odi]
CopyFiles=FET.odi.CopyFiles
[FET.odi.CopyFiles]
fetodi.com
; Install inf for ndis4
[FET.inf4.CopyFiles]
fetnd4.inf
; Install inf for ndis3
[FET.inf3.CopyFiles]
fetnd3.inf
;*****************************
; Source/Destination Dirs/Files
;*****************************
[DestinationDirs]
DefaultDestDir =11 ; LDID_SYS
FET.ndis4.CopyFiles =11
FET.ndis3.CopyFiles =11
FET.ndis2.CopyFiles =26 ; LDID_WINBOOT
FET.odi.CopyFiles =26
FET.inf4.CopyFiles =17 ; LDID_INF
FET.inf3.CopyFiles =17
[SourceDisksNames]
50="PCI Netcard Drivers Directory","",0
[SourceDisksFiles]
fetnd4.sys=50,,10000
fetnd3.sys=50,,10000
fetnd.dos=50,,10000
fetodi.com=50,,10000
fetnd4.inf=50,,10000
fetnd3.inf=50,,10000
;*****************************
; Localizable Strings
;*****************************
[Strings]
; Provider
SZ_MS="Microsoft"
; Manufacturers
SZ_VIA="VIA Technologies, Inc."
; Devices
; OEM....
SZ_VT3043.DeviceDesc="PCI Fast Ethernet Adapter"
SZ_VT3043_3.DeviceDesc="PCI Fast Ethernet Adapter [NDIS3]"
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.