; ; 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 =03/26/2001,1.0.0123 [Manufacturer] %Tamarack% = Tamarack [ControlFlags] ExcludeFromSelect = PCI\VEN_13F0&DEV_1021 [Tamarack] %tc902x.DeviceDesc% = tc902x.ndi, PCI\VEN_13F0&DEV_1021 ;Tamarack tc902x ;------------------------------------------------------------------------------ ; Tamarack tc902x based 10/100/1000Mbps Windows 9X/ME Specific ; [tc902x.ndi] CopyFiles = rio.CopyFiles.9X AddReg = rio.reg.9X, common.reg ;----------------------------------------------------------------------------- ; Tamarack 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\LatencyTimer, flag, 1, 20,00,00,00 HKR, Ndi\params\NoCableIndication, flag, 1, 20,00,00,00 HKR, Ndi\params\NetworkAddress, flag, 1, 20,00,00,00 HKR, Ndi\params\ConnectionType, flag, 1, 20,00,00,00 HKR, Ndi\params\TxStartThreshold, flag, 1, 20,00,00,00 [rio.CopyFiles.9X] riond5.sys,,,2 netrio.inf,,,2 ;------------------------------------------------------------------------------ ; Tamarack tc902x based 10/100/1000Mbps Windows 2000 Specific ; [tc902x.ndi.NT] AddReg = rio.reg.NT, common.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 ; [tc902x.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" ; 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, , %Autosense% 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, 15, , %1000MBPS% HKR, Ndi\params\ConnectionType\enum, 16, , %1000MBPSFD% ; Receive Buffers HKR, Ndi\params\RxBuffer, ParamDesc, , %RxBuffer% HKR, Ndi\params\RxBuffer, default, , "256" 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, , "256" HKR, Ndi\params\TxBuffer, type, , "dword" HKR, Ndi\params\TxBuffer, min, , "16" HKR, Ndi\params\TxBuffer, max, , "256" HKR, Ndi\params\TxBuffer, step, , "16" ; Latency Timer HKR, Ndi\params\LatencyTimer, ParamDesc, , %LatencyTimer% HKR, Ndi\params\LatencyTimer, default, , "255" HKR, Ndi\params\LatencyTimer, type, , "dword" HKR, Ndi\params\LatencyTimer, min, , "0" HKR, Ndi\params\LatencyTimer, max, , "255" HKR, Ndi\params\LatencyTimer, step, , "1" HKR, Ndi\params\LatencyTimer, optional, , "1" ; No Cable Indication HKR, Ndi\params\NoCableIndication, ParamDesc, , %NoCableIndication% HKR, Ndi\params\NoCableIndication, default, , "0" HKR, Ndi\params\NoCableIndication, type, , "enum" HKR, Ndi\params\NoCableIndication\enum, 0, , %Disabled% HKR, Ndi\params\NoCableIndication\enum, 1, , %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% ; Poll Now ;HKR, Ndi\params\PollNow, ParamDesc, , %EnablePollNow% ;HKR, Ndi\params\PollNow, default, , "0" ;HKR, Ndi\params\PollNow, type, , "enum" ;HKR, Ndi\params\PollNow\enum, 0, , %Disabled% ;HKR, Ndi\params\PollNow\enum, 1, , %Enabled% ; Receive Poll Period ;HKR, Ndi\params\RxPollPeriod, ParamDesc, , %RxPollPeriod% ;HKR, Ndi\params\RxPollPeriod, default, , "24" ;HKR, Ndi\params\RxPollPeriod, type, , "dword" ;HKR, Ndi\params\RxPollPeriod, min, , "0" ;HKR, Ndi\params\RxPollPeriod, max, , "255" ;HKR, Ndi\params\RxPollPeriod, step, , "1" ; Transmit Poll Period ;HKR, Ndi\params\TxPollPeriod, ParamDesc, , %TxPollPeriod% ;HKR, Ndi\params\TxPollPeriod, default, , "24" ;HKR, Ndi\params\TxPollPeriod, type, , "dword" ;HKR, Ndi\params\TxPollPeriod, min, , "0" ;HKR, Ndi\params\TxPollPeriod, max, , "255" ;HKR, Ndi\params\TxPollPeriod, step, , "1" ; VLAN tagging ;HKR, Ndi\params\EnableTagging, ParamDesc, , %EnableTagging% ;HKR, Ndi\params\EnableTagging, default, , "0" ;HKR, Ndi\params\EnableTagging, type, , "enum" ;HKR, Ndi\params\EnableTagging\enum, 0, , %Disabled% ;HKR, Ndi\params\EnableTagging\enum, 1, , %Enabled% ; Default VLAN ID ;HKR, Ndi\params\VLANID, ParamDesc, , %VLANID% ;HKR, Ndi\params\VLANID, default, , "3" ;HKR, Ndi\params\VLANID, type, , "dword" ;HKR, Ndi\params\VLANID, min, , "0" ;HKR, Ndi\params\VLANID, max, , "4094" ;HKR, Ndi\params\VLANID, step, , "1" ; Enable GVRP ;HKR, Ndi\params\EnableGVRP, ParamDesc, , %EnableGVRP% ;HKR, Ndi\params\EnableGVRP, default, , "1" ;HKR, Ndi\params\EnableGVRP, type, , "enum" ;HKR, Ndi\params\EnableGVRP\enum, 0, , %Disabled% ;HKR, Ndi\params\EnableGVRP\enum, 1, , %Enabled% ;----------------------------------------------------------------------------- ; DestinationDirs ; [DestinationDirs] DefaultDestDir = 12 rio.CopyFiles.NT = 12 rio.CopyFiles.9X = 11 ;----------------------------------------------------------------------------- ; Source Disk Layout ; [SourceDisksNames.x86] 1=%DriverDisketteName%,,, [SourceDisksFiles] netrio.inf = 1,, riond5.sys = 1,, ;----------------------------------------------------------------------------- ; Localizable Strings ; [Strings] Tamarack = "Tamarack" RxBuffer = "Receive Buffers" TxBuffer = "Transmit Buffers" NoCableIndication = "No Cable Indication" LatencyTimer = "PCI Latency Timer" NetworkAddress = "Network Address" ConnectionType = "Connection Type" EnablePollNow = "Poll Now" RxPollPeriod = "Receive PollPeriod" TxPollPeriod = "Transmit PollPeriod" Disabled = "Disabled" Enabled = "Enabled" Autosense = "Auto-Negotiation (twisted pair)" 10MBPS = "10Mbps Half Duplex" 10MBPSFD = "10Mbps Full Duplex" 100MBPS = "100Mbps Half Duplex" 100MBPSFD = "100Mbps Full Duplex" 1000MBPS = "1000Mbps Half Duplex" 1000MBPSFD = "1000Mbps (Fiber Only)" TxStartTheshold = "Tx Threshold" StoreAndForward = "Store and forward" ;EnableTagging = "802.1Q/1P VLAN tagging" ;VLANID = "VLAN ID" ;EnableGVRP = "GVRP" tc902x.DeviceDesc = "Tamarack TC902x Based 10/100/1000 Ethernet Adapter" tc902x.Service.DispName = "Tamarack TC902x Based Adapter NT 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.