; ; NETINF.inf (for Windows 95/98/NT 5.0) ; ; Copyright (c) 1993-1998, Microsoft Corporation. ; Copyright (c) 1996-1998, Ether ; [Version] Signature = "$CHICAGO$" Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %V_MS% LayoutFile = layout.inf [Manufacturer] %V_OEM% = Vendor [ControlFlags] ExcludeFromSelect = \ PCI\VEN_1106&DEV_3043&SUBSYS_14201186 [Vendor] ; DisplayName Section DeviceID ;-------------------- -------------- ------------------------------------------ %VT3043.DeviceDesc% = VT3043.ndi, PCI\VEN_1106&DEV_3043&SUBSYS_14201186 [VT3043.ndi.NT] Characteristics = 0x24 BusType = 5 AddReg = VT3043.ndi.reg,FET.ndi.reg,VT3043.nt.reg,FET.nt.reg,FET.param.reg [VT3043.ndi] CopyFiles = win9x.inf.CopyFiles, FET.win9x.ndis4.CopyFiles, FET.win9x.ndis2.CopyFiles AddReg = VT3043.ndi.reg,FET.ndi.reg,VT3043.win9x.reg,FET.win9x.reg,FET.param.reg,FET.flags.reg ;----------------------------------------------------------------------------- ; Common registry sections ; These are needed by both Win9x and NT5 ; [VT3043.ndi.reg] HKR, , AdapterCFID, , 30431106 [FET.ndi.reg] HKR, , AdapterType, , 5 HKR, , MediaType, , 1 ;----------------------------------------------------------------------------- ; NT registry section ; These are not needed by Win9x ; [VT3043.nt.reg] [FET.nt.reg] HKR, Ndi, Service, , "FETPCI" HKR, Ndi\Interfaces, DefLower, , "ethernet" HKR, Ndi\Interfaces, LowerRange, , "ethernet" HKR, Ndi\Interfaces, DefUpper, , "ndis5" HKR, Ndi\Interfaces, UpperRange, , "ndis5" HKR, Ndi\Install, , , "FET.install" [FET.install.NT] CopyFiles = FET.nt.CopyFiles [FET.nt.CopyFiles] FETPCI.sys, FETPCI.sy_,,2 ; The service sectio name is based on the install section name found. ; "FET.install" is listed but since "FET.install.NT" will be found on NT, ; the Services section must be based on the new name "FET.install.NT". [FET.install.NT.Services] AddService = FETPCI, 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%\FETPCI.sys LoadOrderGroup = NDIS AddReg = TextNodeFlags.reg [FET.EventLog] AddReg = FET.AddEventLog.reg [FET.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 [TextModeFlags] HKR, , TextModeFlags, 0x00010001, 0x0001 ;----------------------------------------------------------------------------- ; Win9x registry section ; These are not needed by NT5 ; [VT3043.win9x.reg] HKR, Ndi, DeviceID, , "PCI\VEN_1106&DEV_3043" [FET.win9x.reg] HKR, , BusType, , 5 HKR, , DevLoader, , *ndis HKR, , DeviceVxDs, , FETPCI.sys HKR, NDIS, LogDriverName, , FETPCI HKR, NDIS, MajorNdisVersion, 1, 04 HKR, NDIS, MinorNdisVersion, 1, 0 HKR, NDIS, MajorDriverVersion, 1, 1 HKR, NDIS, MinorDriverVersion, 1, 0 HKR, NDIS\NDIS2, DriverName, , "FETPCI$" HKR, NDIS\NDIS2, FileName, , "FETPCI.dos" ;HKR, Ndi\Install, ndis3, , "FET.ndis3.install" ;HKR, Ndi\Install, ndis2, , "FET.ndis2.install" HKR, Ndi\Interfaces, DefLower, , "ethernet" HKR, Ndi\Interfaces, LowerRange, , "ethernet" HKR, Ndi\Interfaces, DefUpper, , "ndis3" HKR, Ndi\Interfaces, UpperRange, , "ndis3" [FET.ndis3.install] CopyFiles = FET.win9x.ndis4.CopyFiles [FET.win9x.ndis4.CopyFiles] FETPCI.sys, FETPCI.sy_,,2 [win9x.inf.CopyFiles] NETFET.inf, NETINF.inf,,2 [FET.ndis2.install] CopyFiles = FET.win9x.ndis2.CopyFiles [FET.win9x.ndis2.CopyFiles] FETPCI.dos, FETPCI.dos ;----------------------------------------------------------------------------- ; Common parameters for driver ; The flags sections are not needed by NT. ; [VT3043.param.reg] [VT3043.flags.reg] [FET.param.reg] ; DMA Burst Length HKR, Ndi\params\BurstLength, ParamDesc, , "DMA Burst Length" HKR, Ndi\params\BurstLength, default, , 3 HKR, Ndi\params\BurstLength, type, , enum HKR, Ndi\params\BurstLength\enum, 0, , "8 DWORD" HKR, Ndi\params\BurstLength\enum, 1, , "16 DWORDS" HKR, Ndi\params\BurstLength\enum, 2, , "32 DWORDS" HKR, Ndi\params\BurstLength\enum, 3, , "64 DWORDS" HKR, Ndi\params\BurstLength\enum, 4, , "128 DWORDS" HKR, Ndi\params\BurstLength\enum, 5, , "256 DWORDS" HKR, Ndi\params\BurstLength\enum, 6, , "Store and Forward" ; Receive buffers HKR, Ndi\params\ReceiveBuffers, ParamDesc, , "Receive Buffers" HKR, Ndi\params\ReceiveBuffers, default, , 10 HKR, Ndi\params\ReceiveBuffers, type, , enum HKR, Ndi\params\ReceiveBuffers\enum, 8, , " 8" HKR, Ndi\params\ReceiveBuffers\enum, 10, , "16" HKR, Ndi\params\ReceiveBuffers\enum, 20, , "32" HKR, Ndi\params\ReceiveBuffers\enum, 30, , "48" HKR, Ndi\params\ReceiveBuffers\enum, 40, , "64" ; Transmit buffers HKR, Ndi\params\TransmitBuffers, ParamDesc, , "Transmit Buffers" HKR, Ndi\params\TransmitBuffers, default, , 4 HKR, Ndi\params\TransmitBuffers, type, , enum HKR, Ndi\params\TransmitBuffers\enum, 4, , " 4" HKR, Ndi\params\TransmitBuffers\enum, 8, , " 8" HKR, Ndi\params\TransmitBuffers\enum, 10, , "16" HKR, Ndi\params\TransmitBuffers\enum, 20, , "32" HKR, Ndi\params\TransmitBuffers\enum, 30, , "48" ; Receive Threshold HKR, Ndi\params\ReceiveThreshold, ParamDesc, , "Receive Threshold" HKR, Ndi\params\ReceiveThreshold, default, , 3 HKR, Ndi\params\ReceiveThreshold, type, , enum HKR, Ndi\params\ReceiveThreshold\enum, 1, , " 32 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 0, , " 64 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 2, , " 128 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 3, , " 256 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 4, , " 512 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 5, , " 768 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 6, , "1024 bytes" HKR, Ndi\params\ReceiveThreshold\enum, 7, , "Store and Forward" ; Transmit Threshold HKR, Ndi\params\TransmitThreshold, ParamDesc, , "Transmit Threshold" HKR, Ndi\params\TransmitThreshold, default, , 3 HKR, Ndi\params\TransmitThreshold, type, , enum HKR, Ndi\params\TransmitThreshold\enum, 0, , " 128 bytes" HKR, Ndi\params\TransmitThreshold\enum, 1, , " 256 bytes" HKR, Ndi\params\TransmitThreshold\enum, 2, , " 512 bytes" HKR, Ndi\params\TransmitThreshold\enum, 3, , "1024 bytes" HKR, Ndi\params\TransmitThreshold\enum, 4, , "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" ; 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\enum, 0, 0, "AutoSense" HKR, Ndi\params\ConnectionType\enum, 1, 0, "100Base-Tx" HKR, Ndi\params\ConnectionType\enum, 2, 0, "100Base-Tx Full Duplex" HKR, Ndi\params\ConnectionType\enum, 3, 0, "10Base-T (Twisted Pair)" HKR, Ndi\params\ConnectionType\enum, 4, 0, "10Base-T Full_Duplex" [FET.flags.reg] HKR, Ndi\params\BurstLength, flags, 1, 20,00,00,00 HKR, Ndi\params\ReceiveBuffers, flags, 1, 20,00,00,00 HKR, Ndi\params\TransmitBuffers, flags, 1, 20,00,00,00 HKR, Ndi\params\ReceiveThreshold, flags, 1, 20,00,00,00 HKR, Ndi\params\TransmitThreshold, flags, 1, 20,00,00,00 ;HKR, Ndi\params\MapRegisters, flags, 1, 20,00,00,00 HKR, Ndi\params\ConnectionType, flags, 1, 20,00,00,00 ;HKR, Ndi\params\ConnectionType, flag, 1, 28,00,00,00 ;----------------------------------------------------------------------------- ; DestinationDirs ; [DestinationDirs] FET.nt.CopyFiles = 12 ; Driver directory. FET.win9x.ndis4.CopyFiles = 11 ; LDID_SYS FET.win9x.ndis2.CopyFiles = 26 ; LDID_WINBOOT win9x.inf.CopyFiles = 17 ; LDID_INF ;----------------------------------------------------------------------------- ; Source Disk layout ; [SourceDisksNames] 50="PCI Adapter Drivers Disk","disk1",0 [SourceDisksFiles] NETINF.inf = 50 FETPCI.sy_ = 50,NDIS4 FETPCI.dos = 50,NDIS2\DOS [Strings] V_MS = "Microsoft" V_OEM = "Ether" VT3043.DeviceDesc = "PCI Fast Ethernet Adapter" FET.Service.DispName = "PCI Fast Ethernet Adapter"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.