fetnd5.inf Driver File Contents (vt86c100a.zip)

; 
;  Purpose: Netcard setup information file for Windows 98/2000
;
;  Author:  Tevin Chen
; 
;  Date:    Jan 11, 1999
; 
; 


[Version]
;CatalogFile = netvt.cat
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %MSFT%
LayoutFile  = layout.inf

[Manufacturer]
%Manuf%       = MANUF

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1106&DEV_3043&REV_00, \
                    PCI\VEN_1106&DEV_3043&REV_01, \
                    PCI\VEN_1106&DEV_3043&REV_02, \
                    PCI\VEN_1106&DEV_3043&REV_03, \
                    PCI\VEN_1106&DEV_3043&REV_04

[MANUF]
;%VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&SUBSYS_01001106
;%VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&SUBSYS_01011106
;%VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043&SUBSYS_01021106
%VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043

;-------------------------------------------------------------------------------
;
[VT3043.ndi]
Characteristics = 0x84
BusType         = 5
AddReg          = VT3043.reg, VT3043.reg.win, FET.reg, FET.reg.win
CopyFiles       = FET.CopyFiles.win

[VT3043.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = VT3043.reg, VT3043.reg.NT, FET.reg, FET.reg.NT
CopyFiles       = FET.CopyFiles.NT

[VT3043.ndi.NT.Services]
AddService      = FETNDIS, 2, FET.Service, FET.EventLog

;-------------------------------------------------------------------------------
; 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"

[VT3043.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, FETND5.SYS
HKR, NDIS,                                  LogDriverName,  0, "FETNDIS"

[VT3043.reg.NT]
; NT_50
HKR, ,                                      OsId,           0, "00100000"

;-------------------------------------------------------------------------------
; FET common driver parameters
;
[FET.reg]
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, "1"
HKR, ,                                      EarlyTransmit,      0, "0"
HKR, ,                                      NetworkAddress,     0, "000000000000"

; 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%

[FET.reg.win]
HKR, Ndi\Interfaces,                        DefLower,       0, "ethernet"
HKR, Ndi\Interfaces,                        LowerRange,     0, "ethernet"
HKR, Ndi\Interfaces,                        DefUpper,       0, "ndis3"
HKR, Ndi\Interfaces,                        UpperRange,     0, "ndis3"

[FET.reg.NT]
HKR, Ndi\Interfaces,                        DefLower,       0, "ethernet"
HKR, Ndi\Interfaces,                        LowerRange,     0, "ethernet"
HKR, Ndi\Interfaces,                        DefUpper,       0, "ndis5"
HKR, Ndi\Interfaces,                        UpperRange,     0, "ndis5"

;-------------------------------------------------------------------------------
; Installation for NT
;
[FET.CopyFiles.win]
FETND5.SYS,,,2

[FET.CopyFiles.NT]
FETND5.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%\FETND5.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]
FET.CopyFiles.win = 11
FET.CopyFiles.NT = 12

[SourceDisksFiles]
netvt.cat

;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
MSFT                 = "Microsoft"
ConnectionType       = "Connection Type"
autoN                = "Auto-Negotiation"
100HD                = "100BaseTx Half Duplex"
100FD                = "100BaseTx Full Duplex"
10HD                 = "10BaseT   Half Duplex"
10FD                 = "10BaseT   Full Duplex"

Manuf   = "PCI Fast Ethernet Adapter Manufacturer"
VT3043.DeviceDesc    = "PCI Fast Ethernet Adapter"
FET.Service.DispName = "PCI Fast 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: ftp, load: 1.49