FETND3.INF Driver File Contents (vt86c100a.zip)

; 
;  Purpose: Netcard setup information file for Windows 95/98/NT 5.0
;
;  Author:  Tevin Chen
; 
;  Date:    Jan 11, 1998
; 
; 


[Version]
Signature   = "$Chicago$"
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]
; DisplayName        Section        DeviceID
; -----------        -------        --------
%VT3043.DeviceDesc% = VT3043.ndi,   PCI\VEN_1106&DEV_3043



[VT3043.ndi]
AddReg          = VT3043.ndi.reg.WIN, FET.ndi.reg.WIN, FET.pci.reg, FET.con.reg

[VT3043.ndi.NT]
Characteristics = 0x24
BusType         = 5
AddReg          = VT3043.ndi.reg.NT, FET.ndi.reg.NT, FET.pci.reg, FET.con.reg





;-----------------------------------------------------------------------------
; VT3043 specific
;
[VT3043.ndi.reg.WIN]
HKR, ,                                      AdapterCFID,    0, "30431106"
HKR, ,                                      AdapterType,    0, "5"
HKR, ,                                      MediaType,      0, "1"
HKR, ,                                      BusType,        0, "5"
; OS ID
HKR, Ndi\params\OsId,                       ParamDesc,      0, "OS ID"
HKR, Ndi\params\OsId,                       default,        0, 1
HKR, Ndi\params\OsId,                       type,           0, enum
HKR, Ndi\params\OsId\enum,                  1,              0, " 1"
HKR, Ndi\params\OsId\enum,                  2,              0, " 2"

HKR, Ndi,                                   DeviceID,       0, "PCI\VEN_1106&DEV_3043"

HKR, NDIS,                                  MajorNdisVersion,1,03
HKR, NDIS,                                  MinorNdisVersion,1,0A

HKR, ,                                      DevLoader,      0, *ndis
HKR, NDIS,                                  LogDriverName,  0, "FETNDIS"
HKR, NDIS\NDIS2,                            DriverName,     0, "FETND"
HKR, NDIS\NDIS2,                            FileName,       0, "fetnd.dos"
HKR, NDIS\ODI,                              DriverName,     0, "FETODI"
HKR, NDIS\ODI,                              FileName,       0, "fetodi.com"

;-----------------------------------------------------------------------------
; FET common driver parameters
;
[FET.ndi.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, "odi,ndis2,ndis3"
HKR, ,                                      DeviceVxDs,     0, fetnd3.sys
; Install sections
HKR, Ndi\Install,                           ndis3,          0, "FET.ndis3"
HKR, Ndi\Install,                           ndis2,          0, "FET.ndis2"
HKR, Ndi\Install,                           odi,            0, "FET.odi" 


;-----------------------------------------------------------------------------
; VT3043 specific
;
[VT3043.ndi.reg.NT]
HKR, ,                                      AdapterCFID,    0, "30431106"
HKR, ,                                      AdapterType,    0, "5"
HKR, ,                                      MediaType,      0, "1"
; OS ID
HKR, Ndi\params\OsId,                       ParamDesc,      0, "OS ID"
HKR, Ndi\params\OsId,                       default,        0, 2
HKR, Ndi\params\OsId,                       type,           0, enum
HKR, Ndi\params\OsId\enum,                  1,              0, " 1"
HKR, Ndi\params\OsId\enum,                  2,              0, " 2"


;-----------------------------------------------------------------------------
; FET common driver parameters
;
[FET.ndi.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"
HKR, Ndi,                                   Service,        0, "FETNDIS"
; Install sections
HKR, Ndi\Install,                           ,               0, "FET.ndis5"


;-----------------------------------------------------------------------------
; PCI common parameters
;
[FET.pci.reg]
; DMA Burst Length
HKR, Ndi\params\BurstLength,                ParamDesc,      0, "DMA Burst Length"
HKR, Ndi\params\BurstLength,                default,        0, 3
HKR, Ndi\params\BurstLength,                type,           0, enum
HKR, Ndi\params\BurstLength\enum,           0,              0, "8 DWORD"
HKR, Ndi\params\BurstLength\enum,           1,              0, "16 DWORDS"
HKR, Ndi\params\BurstLength\enum,           2,              0, "32 DWORDS"
HKR, Ndi\params\BurstLength\enum,           3,              0, "64 DWORDS"
HKR, Ndi\params\BurstLength\enum,           4,              0, "128 DWORDS"
HKR, Ndi\params\BurstLength\enum,           5,              0, "256 DWORDS"
HKR, Ndi\params\BurstLength\enum,           6,              0, "Store and Forward"
; Receive buffers
HKR, Ndi\params\ReceiveBuffers,             ParamDesc,      0, "Receive Buffers"
HKR, Ndi\params\ReceiveBuffers,             default,        0, 10
HKR, Ndi\params\ReceiveBuffers,             type,           0, enum
HKR, Ndi\params\ReceiveBuffers\enum,        8,              0, " 8"
HKR, Ndi\params\ReceiveBuffers\enum,        10,             0, "16"
HKR, Ndi\params\ReceiveBuffers\enum,        20,             0, "32"
HKR, Ndi\params\ReceiveBuffers\enum,        30,             0, "48"
HKR, Ndi\params\ReceiveBuffers\enum,        40,             0, "64"
; Transmit buffers
HKR, Ndi\params\TransmitBuffers,            ParamDesc,      0, "Transmit Buffers"
HKR, Ndi\params\TransmitBuffers,            default,        0, 4
HKR, Ndi\params\TransmitBuffers,            type,           0, enum
HKR, Ndi\params\TransmitBuffers\enum,       4,              0, " 4"
HKR, Ndi\params\TransmitBuffers\enum,       8,              0, " 8"
HKR, Ndi\params\TransmitBuffers\enum,       10,             0, "16"
HKR, Ndi\params\TransmitBuffers\enum,       20,             0, "32"
HKR, Ndi\params\TransmitBuffers\enum,       30,             0, "48"
; Receive Threshold
HKR, Ndi\params\ReceiveThreshold,           ParamDesc,      0, "Receive Threshold"
HKR, Ndi\params\ReceiveThreshold,           default,        0, 3
HKR, Ndi\params\ReceiveThreshold,           type,           0, enum
HKR, Ndi\params\ReceiveThreshold\enum,      1,              0, "  32 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      0,              0, "  64 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      2,              0, " 128 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      3,              0, " 256 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      4,              0, " 512 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      5,              0, " 768 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      6,              0, "1024 bytes"
HKR, Ndi\params\ReceiveThreshold\enum,      7,              0, "Store and Forward"
; Transmit Threshold
HKR, Ndi\params\TransmitThreshold,          ParamDesc,      0, "Transmit Threshold"
HKR, Ndi\params\TransmitThreshold,          default,        0, 3
HKR, Ndi\params\TransmitThreshold,          type,           0, enum
HKR, Ndi\params\TransmitThreshold\enum,     0,              0, " 128 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     1,              0, " 256 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     2,              0, " 512 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     3,              0, "1024 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     4,              0, "Store and Forward"
; Map Registers
HKR, Ndi\params\MapRegisters,               ParamDesc,      0, "Map Registers"
HKR, Ndi\params\MapRegisters,               default,        0, 8
HKR, Ndi\params\MapRegisters,               type,           0, enum
HKR, Ndi\params\MapRegisters\enum,          4,              0, " 4"
HKR, Ndi\params\MapRegisters\enum,          8,              0, " 8"
HKR, Ndi\params\MapRegisters\enum,          16,             0, "16"
HKR, Ndi\params\MapRegisters\enum,          32,             0, "32"
HKR, Ndi\params\MapRegisters\enum,          64,             0, "64"


;-----------------------------------------------------------------------------
; VT3043 common conection type parameter
;
[FET.con.reg]
; Connection Type
HKR, Ndi\params\ConnectionType,             ParamDesc,      0, "Connection Type"
HKR, Ndi\params\ConnectionType,             default,        0, "0"
HKR, Ndi\params\ConnectionType,             type,           0, "enum"
HKR, Ndi\params\ConnectionType,             flag,           1, 28,00,00,00
HKR, Ndi\params\ConnectionType\enum,        0,              0, "Auto-Negotiation"
HKR, Ndi\params\ConnectionType\enum,        1,              0, "100BaseTx Half_Duplex"
HKR, Ndi\params\ConnectionType\enum,        2,              0, "100BaseTx Full_Duplex"
HKR, Ndi\params\ConnectionType\enum,        3,              0, "10BaseT   Half_Duplex"
HKR, Ndi\params\ConnectionType\enum,        4,              0, "10BaseT   Full_Duplex"






;-----------------------------------------------------------------------------
; Installation for Windows
;
[FET.ndis3]
CopyFiles=FET.ndis3.CopyFiles,FET.inf.CopyFiles

[FET.ndis3.CopyFiles]
fetnd3.sys
[FET.inf.CopyFiles]
fetnd3.inf

[FET.ndis2]
CopyFiles=FET.ndis2.CopyFiles

[FET.ndis2.CopyFiles]
fetnd.dos

[FET.odi]
CopyFiles=FET.odi.CopyFiles

[FET.odi.CopyFiles]
fetodi.com



;-----------------------------------------------------------------------------
; Installation for NT
;
[FET.ndis5.NT]
CopyFiles = FET.ndis5.CopyFiles

[FET.ndis5.CopyFiles]
fetnd3.sys,,,2

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

[FET.Service]
DisplayName     = %FET.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_AUTO_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\fetnd3.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[FET.EventLog]
AddReg = FET.AddEventLog.reg

[FET.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001


;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
FET.ndis5.CopyFiles      = 12
FET.ndis3.CopyFiles      = 11 ; LDID_SYS
FET.ndis2.CopyFiles      = 26 ; LDID_WINBOOT
FET.odi.CopyFiles        = 26
FET.inf.CopyFiles        = 17 ; LDID_INF

[SourceDisksNames]
50="PCI Netcard Drivers Directory","",0

[SourceDisksFiles]
fetnd3.sys=50,,10000
fetnd.dos=50,,10000
fetodi.com=50,,10000
fetnd3.inf=50,,10000



[Strings]
Msft    = "Microsoft"
; OEM....
Manuf   = "PCI Fast Ethernet Adapter Manufacturer"
VT3043.DeviceDesc    = "PCI Fast Ethernet Adapter [NDIS3]"
FET.Service.DispName = "PCI Fast Ethernet Adapter [NDIS3] 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: web2, load: 1.59