;
; NETRIO.INF
;
; Copyright (c) 2000-2003 by IC Plus Corp.
; All rights reserved.
;
; IC PLUS - TAMARACK TC902X 10/100/1000 Fast Ethernet Adapter
; INF for Windows 9x and 2000 (NT5)
;
;
[Version]
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %V_TAMARACK%
;CatalogFile = tc902x.cat
DriverVer = 08/01/2002,2.0.0
[Manufacturer]
%V_TAMARACK% = ICPlus
[ICPlus]
; DisplayName Section DeviceID
;------------ ------- --------
%TC902x.DeviceDesc% = tp1000t5.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0&REV_0C
%TC902x.DeviceDesc% = fb1000t5.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0&REV_0C
%TC902x.DeviceDesc% = tp1000t5.ndi, PCI\VEN_13F0&DEV_1021&REV_0C
%TC902x.DeviceDesc% = tp1000t4.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0&REV_07
%TC902x.DeviceDesc% = fb1000t4.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0&REV_07
%TC902x.DeviceDesc% = tp1000t4.ndi, PCI\VEN_13F0&DEV_1021&REV_07
%TC902x.DeviceDesc% = tp1000.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0
%TC902x.DeviceDesc% = fb1000.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0
%TC902x.DeviceDesc% = tp1000.ndi, PCI\VEN_13F0&DEV_1021
[tp1000.ndi]
DriverVer = 08/01/2002
AddReg = TC902X.ndi.reg, common.reg, optiontp.reg
CopyFiles = rio.win9x.copyfiles, rio.inf.copyfiles
[tp1000.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = common.reg, optiontp.reg, rio.ndi.NT.reg
CopyFiles = rio.nt5.copyfiles
[tp1000.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
[fb1000.ndi]
DriverVer = 08/01/2002
AddReg = TC902X.ndi.reg, common.reg, optionfb.reg
CopyFiles = rio.win9x.copyfiles, rio.inf.copyfiles
[fb1000.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = common.reg, optionfb.reg, rio.ndi.NT.reg
CopyFiles = rio.nt5.copyfiles
[fb1000.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
[tp1000t4.ndi]
DriverVer = 08/01/2002
AddReg = TC902X.ndi.reg, common.reg, optiontpt4.reg
CopyFiles = rio.win9x.copyfiles, rio.inf.copyfiles
[tp1000t4.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = common.reg, optiontpt4.reg, rio.ndi.NT.reg
CopyFiles = rio.nt5.copyfiles
[tp1000t4.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
[fb1000t4.ndi]
DriverVer = 08/01/2002
AddReg = TC902X.ndi.reg, common.reg, optionfbt4.reg
CopyFiles = rio.win9x.copyfiles, rio.inf.copyfiles
[fb1000t4.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = common.reg, optionfbt4.reg, rio.ndi.NT.reg
CopyFiles = rio.nt5.copyfiles
[fb1000t4.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
[tp1000t5.ndi]
DriverVer = 08/01/2002
AddReg = TC902X.ndi.reg, common.reg, optiontpt5.reg
CopyFiles = rio.win9x.copyfiles, rio.inf.copyfiles
[tp1000t5.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = common.reg, optiontpt5.reg, rio.ndi.NT.reg
CopyFiles = rio.nt5.copyfiles
[tp1000t5.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
[fb1000t5.ndi]
DriverVer = 08/01/2002
AddReg = TC902X.ndi.reg, common.reg, optionfbt5.reg
CopyFiles = rio.win9x.copyfiles, rio.inf.copyfiles
[fb1000t5.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = common.reg, optionfbt5.reg, rio.ndi.NT.reg
CopyFiles = rio.nt5.copyfiles
[fb1000t5.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog
;-----------------------------------------------------------------------------
; Common TC902x NDI parameters
;
[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%
; Enable TCP/IP Jumbo Frame
HKR, Ndi\params\JumboFrame, ParamDesc, , %JumboFrame%
HKR, Ndi\params\JumboFrame, default, , "0"
HKR, Ndi\params\JumboFrame, type, , "enum"
HKR, Ndi\params\JumboFrame\enum, "0", , %Disabled%
HKR, Ndi\params\JumboFrame\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%
[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, "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%
[optiontpt4.reg]
; VLAN tagging
HKR, Ndi\params\EnableTagging, ParamDesc, 0, %EnableTagging%
HKR, Ndi\params\EnableTagging, default, 0, "0"
HKR, Ndi\params\EnableTagging, type, 0, "enum"
HKR, Ndi\params\EnableTagging\enum, "0", 0, %Disabled%
HKR, Ndi\params\EnableTagging\enum, "1", 0, %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, , "1"
HKR, Ndi\params\VLANID, max, , "4094"
HKR, Ndi\params\VLANID, step, , "1"
; 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, "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%
[optionfbt4.reg]
; VLAN tagging
HKR, Ndi\params\EnableTagging, ParamDesc, 0, %EnableTagging%
HKR, Ndi\params\EnableTagging, default, 0, "0"
HKR, Ndi\params\EnableTagging, type, 0, "enum"
HKR, Ndi\params\EnableTagging\enum, "0", 0, %Disabled%
HKR, Ndi\params\EnableTagging\enum, "1", 0, %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, , "1"
HKR, Ndi\params\VLANID, max, , "4094"
HKR, Ndi\params\VLANID, step, , "1"
; 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%
[optiontpt5.reg]
; VLAN tagging
HKR, Ndi\params\EnableTagging, ParamDesc, 0, %EnableTagging%
HKR, Ndi\params\EnableTagging, default, 0, "0"
HKR, Ndi\params\EnableTagging, type, 0, "enum"
HKR, Ndi\params\EnableTagging\enum, "0", 0, %Disabled%
HKR, Ndi\params\EnableTagging\enum, "1", 0, %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, , "1"
HKR, Ndi\params\VLANID, max, , "4094"
HKR, Ndi\params\VLANID, step, , "1"
;Wake on LAN
HKR, Ndi\params\WakeOnLAN, ParamDesc, 0, %WakeOnLAN%
HKR, Ndi\params\WakeOnLAN, Type, 0, "enum"
HKR, Ndi\params\WakeOnLAN, Default, 0, "1"
HKR, Ndi\params\WakeOnLAN\enum, "0", 0, %Disabled%
HKR, Ndi\params\WakeOnLAN\enum, "1", 0, %Enabled%
; Enable TCP/IP Checksum Offload
HKR,Ndi\params\CheckSumOffload, ParamDesc, 0, %CheckSumOffload%
HKR,Ndi\params\CheckSumOffload, Type, 0, "enum"
HKR,Ndi\params\CheckSumOffload, Default, 0, "1"
HKR,Ndi\params\CheckSumOffload\enum, "0", 0, %Disabled%
HKR,Ndi\params\CheckSumOffload\enum, "1", 0, %Enabled%
; 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, "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%
[optionfbt5.reg]
; VLAN tagging
HKR, Ndi\params\EnableTagging, ParamDesc, 0, %EnableTagging%
HKR, Ndi\params\EnableTagging, default, 0, "0"
HKR, Ndi\params\EnableTagging, type, 0, "enum"
HKR, Ndi\params\EnableTagging\enum, "0", 0, %Disabled%
HKR, Ndi\params\EnableTagging\enum, "1", 0, %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, , "1"
HKR, Ndi\params\VLANID, max, , "4094"
HKR, Ndi\params\VLANID, step, , "1"
;Wake on LAN
HKR, Ndi\params\WakeOnLAN, ParamDesc, 0, %WakeOnLAN%
HKR, Ndi\params\WakeOnLAN, Type, 0, "enum"
HKR, Ndi\params\WakeOnLAN, Default, 0, "1"
HKR, Ndi\params\WakeOnLAN\enum, "0", 0, %Disabled%
HKR, Ndi\params\WakeOnLAN\enum, "1", 0, %Enabled%
; Enable TCP/IP Checksum Offload
HKR,Ndi\params\CheckSumOffload, ParamDesc, 0, %CheckSumOffload%
HKR,Ndi\params\CheckSumOffload, Type, 0, "enum"
HKR,Ndi\params\CheckSumOffload, Default, 0, "1"
HKR,Ndi\params\CheckSumOffload\enum, "0", 0, %Disabled%
HKR,Ndi\params\CheckSumOffload\enum, "1", 0, %Enabled%
; 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%
;-----------------------------------------------------------------------------
; Win 9x NDI object registration
;
[TC902X.ndi.reg]
HKR,Ndi\Install, ndis3, 0, "TC902X.install"
HKR,, MediaType, 0, "1"
HKR,, BusType, 0, "5"
HKR,, DevLoader, 0, "*ndis"
HKR,, DeviceVxDs, 0, "riond3.sys"
HKR,Ndi, DeviceID, 0, "PCI\VEN_13F0&DEV_1021"
HKR,Ndi, NdiInstaller, 0, "riondi.dll, TmiNdiProc"
HKR,Ndi\Interfaces, DefLower, 0, "ethernet"
HKR,Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR,Ndi\Interfaces, DefUpper, 0, "ndis3"
HKR,Ndi\Interfaces, UpperRange, 0, "ndis3"
HKR,NDIS, LogDrivername, 0, "RIO"
HKR,NDIS, MajorNdisVersion, 1, 3
HKR,NDIS, MinorNdisVersion, 1, A
HKR,NDIS, MajorDriverVersion, 1, 2
HKR,NDIS, MinorDriverVersion, 1, 0
;private (for TC902X driver)
HKR,, AdapterCFID, 0, "102113F0" ;(private)
HKR,, AdapterType, 0, "5" ;(private)
;For TmiNdi
HKR,TmiNdi\ndis3, Install, 0, "TC902X.ndis3"
HKR,TmiNdi\ndis3, DeviceVxDs, 0, "riond3.sys"
HKR,TmiNdi\ndis4, Install, 0, "TC902X.ndis4"
HKR,TmiNdi\ndis4, DeviceVxDs, 0, "riond4.sys"
HKR,TmiNdi\ndis5, Install, 0, "TC902X.ndis5"
HKR,TmiNdi\ndis5, DeviceVxDs, 0, "riond5.sys"
;-----------------------------------------------------------------------------
; NT NDI object registration
;
[rio.ndi.NT.reg]
HKR,, AdapterCFID, 0, "102113F0" ;(private)
HKR,, AdapterType, 0, "5" ;(private)
;HKR,, MediaType, 0, "1"
HKR,Ndi, Service, 0, "RIO"
HKR,Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR,Ndi\Interfaces, LowerRange, 0, "ethernet"
;-----------------------------------------------------------------------------
; NT Service registration
;
[rio.Service]
DisplayName = %rio.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_DEMAND_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\riond5.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
;-----------------------------------------------------------------------------
; NT common base for all driver for Eventlog and TextModeFlags
;
[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
;-----------------------------------------------------------------------------
; Driver Install Sections
;
[TC902X.install]
CopyFiles = rio.win9x.copyfiles
[TC902X.ndis5]
CopyFiles = rio.ndis5.copyfiles
[TC902X.ndis4]
CopyFiles = rio.ndis4.copyfiles
[TC902X.ndis3]
CopyFiles = rio.ndis3.copyfiles
;-----------------------------------------------------------------------------
; Copy Files
;
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS Windows System Dir.
rio.win9x.copyfiles = 11 ; LDID_SYS Windows System Dir.
rio.ndis3.copyfiles = 11 ; LDID_SYS Windows System Dir.
rio.ndis4.copyfiles = 11 ; LDID_SYS Windows System Dir.
rio.ndis5.copyfiles = 11 ; LDID_SYS Windows System Dir.
rio.inf.copyfiles = 17 ; LDID_INF Windows *.INF Dir.
rio.nt5.copyfiles = 12 ; LDID_IOS Windows Iosubsys dir.
[SourceDisksNames]
1 = %DriverDisketteName%,,,
[SourceDisksFiles]
netrio.inf = 1
riond3.sys = 1
riond4.sys = 1
riond5.sys = 1
riondi.dll = 1
[rio.win9x.copyfiles]
riondi.dll,,,2
[rio.inf.copyfiles]
netrio.inf,,,2
[rio.nt5.copyfiles]
riond5.sys,,,2
[rio.ndis3.copyfiles]
riond3.sys,,,2
[rio.ndis4.copyfiles]
riond4.sys,,,2
[rio.ndis5.copyfiles]
riond5.sys,,,2
;-----------------------------------------------------------------------------
; Localization string
;
[Strings]
V_TAMARACK = "ICPlus"
RxBuffer = "Receive Buffers"
TxBuffer = "Transmit Buffers"
FlowControl = "Flow Control"
JumboFrame = "TCP/IP Jumbo Frame"
NetworkAddress = "Network Address"
ConnectionType = "Connection Type"
EnableTagging = "802.1Q/1P VLAN tagging"
VLANID = "VLAN ID"
WakeOnLAN = "Wake on LAN"
CheckSumOffload = "TCP/IP Checksum Offload"
Disabled = "Disabled"
Enabled = "Enabled"
Autosensetp = "Auto-Negotiation"
Autosensefb = "1Gbps Full (Nway)"
10MBPS_AUTO = "10Mbps Half (Nway)"
10MBPSFD_AUTO = "10Mbps Full (Nway)"
100MBPS_AUTO = "100Mbps Half (Nway)"
100MBPSFD_AUTO = "100Mbps Full (Nway)"
1GBPSFD_AUTO = "1Gbps Full (Nway)"
1GMBPSFD = "1Gbps Full"
TxStartTheshold = "Tx Threshold"
StoreAndForward = "Store and forward"
TC902x.DeviceDesc = "IC PLUS - TAMARACK TC902X/A 10/100/1000 Ethernet Adapter "
rio.Service.DispName = "IC PLUS TC902x Based Adapter Driver"
DriverDisketteName = "IC PLUS 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.