;
; netrio.inf
;
; Copyright (c) 2000-2003 , Inc. All rights reserved.
; Modify 2001/8/1 KEN
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Tamarack%
;CatalogFile = tc902x.cat
;LayoutFile = layout.inf
DriverVer =05/21/2001,1.0.0124
[Manufacturer]
%Tamarack% = Tamarack
[ControlFlags]
ExcludeFromSelect = PCI\VEN_13F0&DEV_1021,\
PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0,\
PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0
[Tamarack]
%GE1000.DeviceDesc% = tp1000.ndi, PCI\VEN_13F0&DEV_1021 ; tc902x
%TP1000.DeviceDesc% = tp1000.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0 ; tc902x
%FB1000.DeviceDesc% = fb1000.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0 ; tc902x
;------------------------------------------------------------------------------
; tc902x based 10/100/1000Mbps Windows 9X/ME Specific
;
[tp1000.ndi]
CopyFiles = rio.sys.CopyFiles,rio.inf.CopyFiles
DelFiles = rio.DelFiles
AddReg = rio.reg.9X, common.reg, optiontp.reg
[fb1000.ndi]
CopyFiles = rio.sys.CopyFiles,rio.inf.CopyFiles
DelFiles = rio.DelFiles
AddReg = rio.reg.9X, common.reg, optionfb.reg
;-----------------------------------------------------------------------------
; tc902x
[rio.reg.9X]
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, DeviceID, , "PCI\VEN_13F0&DEV_1021"
HKR, , BusType, , 5
HKR, , DevLoader, , *ndis
HKR, , DeviceVxDs, , riond5.sys
HKR, NDIS, LogDriverName, , tc902x
HKR, NDIS, MajorNdisVersion, 1, 04
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, NDIS, MajorDriverVersion, 1, 2
HKR, NDIS, MinorDriverVersion, 1, 4
HKR, Ndi\Interfaces, DefLower, , "ethernet"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, DefUpper, , "ndis3"
HKR, Ndi\Interfaces, UpperRange, , "ndis3"
HKR, Ndi\params\RxBuffer, flag, 1, 20,00,00,00
HKR, Ndi\params\TxBuffer, flag, 1, 20,00,00,00
HKR, Ndi\params\FlowControl, flag, 1, 20,00,00,00
HKR, Ndi\params\NetworkAddress, flag, 1, 20,00,00,00
HKR, Ndi\params\TxStartThreshold, flag, 1, 20,00,00,00
HKR, Ndi\params\ConnectionType, flag, 1, 20,00,00,00
[rio.sys.CopyFiles]
riond5.sys,,,2
[rio.inf.CopyFiles]
netrio.inf,,,2
[rio.DelFiles]
netrio.inf,,,1
;------------------------------------------------------------------------------
; tc902x based 10/100/1000Mbps Windows 2000 Specific
;
[tp1000.ndi.NT]
AddReg = rio.reg.NT, common.reg, optiontp.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
CopyFiles = rio.CopyFiles.NT
[fb1000.ndi.NT]
AddReg = rio.reg.NT, common.reg, optionfb.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
CopyFiles = rio.CopyFiles.NT
[rio.reg.NT]
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, Service, , "tc902x"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, UpperRange, , "ndis5"
;-----------------------------------------------------------------------------
; Install and Service Section
;
[tp1000.ndi.NT.Services]
AddService = tc902x, 2, tc902x.Service, common.EventLog
[fb1000.ndi.NT.Services]
AddService = tc902x, 2, tc902x.Service, common.EventLog
[tc902x.Service]
DisplayName = %tc902x.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_AUTO_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\riond5.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\riond5.sys"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[rio.CopyFiles.NT]
riond5.sys,,,2
;-----------------------------------------------------------------------------
; tc902x based 10/100/1000Mbps for Windows 2000 & 9x/ME
;
[common.reg]
HKR, , AdapterCFID, 0, "102113F0"
; Receive Buffers
HKR, Ndi\params\RxBuffer, ParamDesc, , %RxBuffer%
HKR, Ndi\params\RxBuffer, default, , "128"
HKR, Ndi\params\RxBuffer, type, , "dword"
HKR, Ndi\params\RxBuffer, min, , "16"
HKR, Ndi\params\RxBuffer, max, , "256"
HKR, Ndi\params\RxBuffer, step, , "16"
; Transmit Buffers
HKR, Ndi\params\TxBuffer, ParamDesc, , %TxBuffer%
HKR, Ndi\params\TxBuffer, default, , "128"
HKR, Ndi\params\TxBuffer, type, , "dword"
HKR, Ndi\params\TxBuffer, min, , "16"
HKR, Ndi\params\TxBuffer, max, , "256"
HKR, Ndi\params\TxBuffer, step, , "16"
;Enable FlowControl
HKR, Ndi\params\FlowControl, ParamDesc, 0, %FlowControl%
HKR, Ndi\params\FlowControl, Type, 0, "enum"
HKR, Ndi\params\FlowControl, Default, 0, "1"
HKR, Ndi\params\FlowControl\enum, "0", 0, %Disabled%
HKR, Ndi\params\FlowControl\enum, "1", 0, %Enabled%
; Network Address
HKR, Ndi\params\NetworkAddress, ParamDesc, , %NetworkAddress%
HKR, Ndi\params\NetworkAddress, type, , "edit"
HKR, Ndi\params\NetworkAddress, LimitText, , "12"
HKR, Ndi\params\NetworkAddress, UpperCase, , "1"
HKR, Ndi\params\NetworkAddress, default, , ""
HKR, Ndi\params\NetworkAddress, optional, , "1"
; Tx Start Threshold
HKR, Ndi\params\TxStartThreshold, ParamDesc, , %TxStartTheshold%
HKR, Ndi\params\TxStartThreshold, default, , "8188"
HKR, Ndi\params\TxStartThreshold, type, , "enum"
HKR, Ndi\params\TxStartThreshold\enum, 256, , "256"
HKR, Ndi\params\TxStartThreshold\enum, 512, , "512"
HKR, Ndi\params\TxStartThreshold\enum, 768, , "768"
HKR, Ndi\params\TxStartThreshold\enum, 1024, , "1024"
HKR, Ndi\params\TxStartThreshold\enum, 8188, , %StoreAndForward%
[optiontp.reg]
; Connection Type
HKR, Ndi\params\ConnectionType, ParamDesc, , %ConnectionType%
HKR, Ndi\params\ConnectionType, default, , "0"
HKR, Ndi\params\ConnectionType, type, , "enum"
HKR, Ndi\params\ConnectionType\enum, 0, , %Autosensetp%
HKR, Ndi\params\ConnectionType\enum, 11, , %10MBPS%
HKR, Ndi\params\ConnectionType\enum, 12, , %10MBPSFD%
HKR, Ndi\params\ConnectionType\enum, 13, , %100MBPS%
HKR, Ndi\params\ConnectionType\enum, 14, , %100MBPSFD%
HKR, Ndi\params\ConnectionType\enum, 21, , %10MBPS_AUTO%
HKR, Ndi\params\ConnectionType\enum, 22, , %10MBPSFD_AUTO%
HKR, Ndi\params\ConnectionType\enum, 23, , %100MBPS_AUTO%
HKR, Ndi\params\ConnectionType\enum, 24, , %100MBPSFD_AUTO%
HKR, Ndi\params\ConnectionType\enum, 25, , %1GBPSFD_AUTO%
[optionfb.reg]
; Connection Type
HKR, Ndi\params\ConnectionType, ParamDesc, , %ConnectionType%
HKR, Ndi\params\ConnectionType, default, , "0"
HKR, Ndi\params\ConnectionType, type, , "enum"
HKR, Ndi\params\ConnectionType\enum, 0, , %Autosensefb%
HKR, Ndi\params\ConnectionType\enum, 16, , %1GMBPSFD%
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 12
rio.CopyFiles.NT = 12
rio.sys.CopyFiles = 11 ; LDID_SYS
rio.inf.CopyFiles = 17 ; INF
rio.DelFiles = 17
;-----------------------------------------------------------------------------
; Source Disk Layout
;
[SourceDisksNames]
1=%DriverDisketteName%,,,
[SourceDisksFiles]
riond5.sys = 1, W98se_2k, riond5.sys, 12345
netrio.inf = 1, , netrio.inf, 1234
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Tamarack = "Tamarack"
RxBuffer = "Receive Buffers"
TxBuffer = "Transmit Buffers"
FlowControl = "Flow Control"
NetworkAddress = "Network Address"
ConnectionType = "Connection Type"
Disabled = "Disabled"
Enabled = "Enabled"
Autosensetp = "Auto-Negotiation"
Autosensefb = "1Gbps Full (Auto)"
10MBPS_AUTO = "10Mbps Half (Auto)"
10MBPSFD_AUTO = "10Mbps Full (Auto)"
100MBPS_AUTO = "100Mbps Half (Auto)"
100MBPSFD_AUTO = "100Mbps Full (Auto)"
1GBPSFD_AUTO = "1Gbps Full (Auto)"
10MBPS = "10Mbps Half"
10MBPSFD = "10Mbps Full"
100MBPS = "100Mbps Half"
100MBPSFD = "100Mbps Full"
1GMBPSFD = "1Gbps Full"
TxStartTheshold = "Tx Threshold"
StoreAndForward = "Store and forward"
GE1000.DeviceDesc = "Gigabit Ethernet Network Adapter"
TP1000.DeviceDesc = "Gigabit Ethernet Network Adapter"
FB1000.DeviceDesc = "Fiber Gigabit Ethernet Network Adapter"
tc902x.Service.DispName = "Gigabit Ethernet Network Adapter Driver"
DriverDisketteName = "Gigabit Ethernet Network Adapter Driver Diskette"
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.