netrio.inf Driver File Contents (7001net.zip)

;
; NETRIO.INF
;
; Copyright (c) 2000-2003 by Netcore Networks CO.,Ltd.
; All rights reserved.
;
; Netcore 7000 Gigabit 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   = 07/21/2001,1.0.0124


[Manufacturer]
%V_TAMARACK% = Tamarack


[Tamarack]
; DisplayName             Section       DeviceID
;------------             -------       --------
%TP1000.DeviceDesc%      = tp1000.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0
%FB1000.DeviceDesc%      = fb1000.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0
%GE1000.DeviceDesc%      = tp1000.ndi, PCI\VEN_13F0&DEV_1021

%TP1000T3.DeviceDesc%    = tp1000t3.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_545013F0&REV_06
%FB1000T3.DeviceDesc%    = fb1000t3.ndi, PCI\VEN_13F0&DEV_1021&SUBSYS_464213F0&REV_06
%GE1000T3.DeviceDesc%    = tp1000t3.ndi, PCI\VEN_13F0&DEV_1021&REV_06

[tp1000.ndi]
DriverVer       = 07/21/2001
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       = 07/21/2001
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


[tp1000t3.ndi]
DriverVer       = 07/21/2001
AddReg          = TC902X.ndi.reg, common.reg, optiontpt3.reg
CopyFiles       = rio.win9x.copyfiles, rio.inf.copyfiles


[tp1000t3.ndi.NT]
Characteristics = 0x84  ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5     ; PCI
AddReg          = common.reg, optiontpt3.reg, rio.ndi.NT.reg
CopyFiles       = rio.nt5.copyfiles


[tp1000t3.ndi.NT.Services]
AddService = rio, 2, rio.Service, common.EventLog


[fb1000t3.ndi]
DriverVer       = 07/21/2001
AddReg          = TC902X.ndi.reg, common.reg, optionfbt3.reg
CopyFiles       = rio.win9x.copyfiles, rio.inf.copyfiles


[fb1000t3.ndi.NT]
Characteristics = 0x84  ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5     ; PCI
AddReg          = common.reg, optionfbt3.reg, rio.ndi.NT.reg
CopyFiles       = rio.nt5.copyfiles


[fb1000t3.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]
; 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%


[optionfb.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%


[optiontpt3.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%


[optionfbt3.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%


;-----------------------------------------------------------------------------
; 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, 1
HKR,NDIS,                       MinorDrvierVersion, 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      = "Netcore"

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"
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)"
1GMBPSFD        = "1Gbps Full"
TxStartTheshold = "Tx Threshold"
StoreAndForward = "Store and forward"

GE1000.DeviceDesc = "Netcore 7000 Gigabit Ethernet Adapter (Generic)"
TP1000.DeviceDesc = "Netcore 7000NET Gigabit Ethernet Adapter (UTP)"
FB1000.DeviceDesc = "Netcore 7000NES Gigabit Ethernet Adapter (Fiber)"

GE1000T3.DeviceDesc = "Netcore 7000 Gigabit Ethernet Adapter (Generic)"
TP1000T3.DeviceDesc = "Netcore 7000NET Gigabit Ethernet Adapter (UTP)"
FB1000T3.DeviceDesc = "Netcore 7000NES Gigabit Ethernet Adapter (Fiber)"

rio.Service.DispName  = "Netcore 7000  Gigabit Ethernet Adapter Driver"
DriverDisketteName    = "Netcore Gigabit Ethernet Driver Diskette"

Download Driver Pack

How To Update Drivers Manually

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.

server: web5, load: 1.17