netrio.inf Driver File Contents (en9220f.zip)

;
;   NETRIO.INF    for (Windows 9x)
;
;   Copyright (c) 2000-2003 by TAMARACK MICROELECTRONICS, Inc. All rights reserved.
;

[version]
Signature   = "$Windows 95$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Tamarack%
LayoutFile  = layout.inf

[Manufacturer]
%Tamarack%  = Tamarack

[ControlFlags]
ExcludeFromSelect = PCI\VEN_13F0&DEV_1021

[Tamarack]
%tx902x.DeviceDesc%      = tx902x.ndi,  PCI\VEN_13F0&DEV_1021                  ;Tamarack TC902x

;-----------------------------------------------------------------------------
; Tamarack tx902x
;
[tx902x.ndi]
CopyFiles   = win9x.inf.CopyFiles, rio.win9x.ndis32.CopyFiles
AddReg      = tx902x.ndi.reg, rio.win9x.reg, rio.param.reg, rio.flags.reg


;-----------------------------------------------------------------------------
; Tamarack tx902x
;
[tx902x.ndi.reg]
HKR, ,                              AdapterCFID,        0,  "102113F0"
HKR, ,                              AdapterType,        0,  "5"
HKR, ,                              MediaType,          0,  "1"
HKR, Ndi,                           DeviceID,           ,   "PCI\VEN_13F0&DEV_1021"



[rio.win9x.reg]
HKR, ,                              BusType,            ,   5
HKR, ,                              DevLoader,          ,   *ndis
HKR, ,                              DeviceVxDs,         ,   riond4.sys
HKR, NDIS,                          LogDriverName,      ,   tx902x
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"

[rio.ndis32.install]
CopyFiles = rio.win9x.ndis32.CopyFiles

[rio.win9x.ndis32.CopyFiles]
riond4.sys,,,2

[win9x.inf.CopyFiles]
netrio.inf,,,2


;-----------------------------------------------------------------------------
; Common parameters for driver
; The flags sections are not needed by NT.
;

[rio.param.reg]
; Receive Buffers
;HKR, Ndi\params\RxBuffer,                   ParamDesc,  ,   %RxBuffer%
;HKR, Ndi\params\RxBuffer,                   default,    ,   "16"
;HKR, Ndi\params\RxBuffer,                   type,       ,   "enum"
;HKR, Ndi\params\RxBuffer\enum,              4,          ,   "4"
;HKR, Ndi\params\RxBuffer\enum,              8,          ,   "8"
;HKR, Ndi\params\RxBuffer\enum,              12,         ,   "12"
;HKR, Ndi\params\RxBuffer\enum,              16,         ,   "16"
;HKR, Ndi\params\RxBuffer\enum,              20,         ,   "20"
;HKR, Ndi\params\RxBuffer\enum,              24,         ,   "24"
;HKR, Ndi\params\RxBuffer\enum,              28,         ,   "28"
;HKR, Ndi\params\RxBuffer\enum,              32,         ,   "32"
; Transmit Buffers
;HKR, Ndi\params\TxBuffer,                   ParamDesc,  ,   %TxBuffer%
;HKR, Ndi\params\TxBuffer,                   default,    ,   "16"
;HKR, Ndi\params\TxBuffer,                   type,       ,   "enum"
;HKR, Ndi\params\TxBuffer\enum,              4,          ,   "4"
;HKR, Ndi\params\TxBuffer\enum,              8,          ,   "8"
;HKR, Ndi\params\TxBuffer\enum,              12,         ,   "12"
;HKR, Ndi\params\TxBuffer\enum,              16,         ,   "16"
;HKR, Ndi\params\TxBuffer\enum,              20,         ,   "20"
;HKR, Ndi\params\TxBuffer\enum,              24,         ,   "24"
;HKR, Ndi\params\TxBuffer\enum,              28,         ,   "28"
;HKR, Ndi\params\TxBuffer\enum,              32,         ,   "32"
; 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"
; 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,        16,          ,   %1000MBPSFD%
; 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%

[rio.flags.reg]
HKR, Ndi\params\RxBuffer,                   flag,       1,  20,00,00,00
HKR, Ndi\params\TxBuffer,                   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

;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
rio.win9x.ndis32.CopyFiles = 11   ; LDID_SYS
rio.win9x.ndis16.CopyFiles = 26   ; LDID_WINBOOT
win9x.inf.CopyFiles         = 17   ; INF file directory.


;-----------------------------------------------------------------------------
; Source Disk layout
;
[SourceDisksNames]
50=%DriverDisketteName%,"NETRIO.inf",0

[SourceDisksFiles]
netrio.inf = 50
riond4.sys = 50


[Strings]
V_MS        = "Microsoft"
Tamarack            = "Tamarack"

;RxBuffer            = "Receive Buffers"
;TxBuffer            = "Transmit Buffers"
NoCableIndication   = "No Cable Indication"
NetworkAddress      = "Network Address"
ConnectionType      = "Connection Type"
Disabled            = "Disabled"
Enabled             = "Enabled"
Autosense           = "Auto-Negotiation"
10MBPS              = "10Mbps Half Duplex"
10MBPSFD            = "10Mbps Full Duplex"
100MBPS             = "100Mbps Half Duplex"
100MBPSFD           = "100Mbps Full Duplex"
1000MBPSFD           = "1000Mbps(Fiber Only)"
TxStartTheshold     = "Tx Threshold"
StoreAndForward     = "Store and forward"

tx902x.DeviceDesc        = "Tamarack TC902x Based 10/100/1000 Ethernet Adapter"

tx902x.Service.DispName  = "Tamarack TC902x Based Adapter NT Driver"

DriverDisketteName		= "Tamarack LAN Adapter 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: web1, load: 1.26