;
; netrio.inf
;
; Copyright (c) 2000-2003 by TAMARACK MICROELECTRONICS, Inc. All rights reserved.
;
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Tamarack%
;CatalogFile = tc902x.cat
LayoutFile = layout.inf
DriverVer =07/21/2001,1.0.0124
[Manufacturer]
%Tamarack% = Tamarack
[ControlFlags]
ExcludeFromSelect = PCI\VEN_13F0&DEV_1021
[Tamarack]
%FB1000.DeviceDesc% = fb1000.ndi, PCI\VEN_13F0&DEV_1021 ;Tamarack tc902x
;------------------------------------------------------------------------------
; Tamarack tc902x based 10/100/1000Mbps Windows 9X/ME Specific
;
[fb1000.ndi]
CopyFiles = rio.9X.CopyFiles
AddReg = rio.9X.reg, common.reg, optionfb.reg
;-----------------------------------------------------------------------------
; Tamarack tc902x
[rio.9X.reg]
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, , rio
HKR, NDIS, MajorNdisVersion, 1, 3
HKR, NDIS, MinorNdisVersion, 1, A
HKR, NDIS, MajorDriverVersion, 1, 1
HKR, NDIS, MinorDriverVersion, 1, 0
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.9X.CopyFiles]
riond5.sys,,,2
;------------------------------------------------------------------------------
; Tamarack tc902x based 10/100/1000Mbps Windows 2000 Specific
;
[fb1000.ndi.NT]
AddReg = rio.NT.reg, common.reg, optionfb.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
CopyFiles = rio.NT.CopyFiles
[rio.NT.reg]
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, Service, , "rio"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, UpperRange, , "ndis5"
;-----------------------------------------------------------------------------
; Install and Service Section
;
[fb1000.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
[rio.Service]
DisplayName = %rio.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"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[rio.NT.CopyFiles]
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%
[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]
rio.NT.CopyFiles = 12
rio.9X.CopyFiles = 11
DefaultDestDir = 11
;-----------------------------------------------------------------------------
; Source Disk Layout
;
[SourceDisksNames]
1=%DriverDisketteName%,,,
[SourceDisksFiles]
riond5.sys = 1
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Tamarack = "Tamarack"
RxBuffer = "Receive Buffers"
TxBuffer = "Transmit Buffers"
FlowControl = "Flow Control"
ConnectionType = "Connection Type"
Disabled = "Disabled"
Enabled = "Enabled"
Autosensefb = "1Gbps Full (Auto)"
1GMBPSFD = "1Gbps Full"
TxStartTheshold = "Tx Threshold"
StoreAndForward = "Store and forward"
NetworkAddress = "Network Address"
FB1000.DeviceDesc = "Tamarack TC902x Based 1000Mbps Ethernet Adapter (Fiber)"
rio.Service.DispName = "Tamarack TC902x Based Adapter Driver"
DriverDisketteName = "Tamarack LAN 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.