;
; NETT6020.INF
;
; Copyright (c) 1993-1998, Microsoft Corporation.
; Copyright (c) 2001, Tamarack Microelectronics Inc.
;
;
; TAMARACK TC6020 10/100 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 = tc6020.cat
DriverVer = 5/9/2002,3.21.05.09
[Manufacturer]
%V_TAMARACK% = Tamarack
[Tamarack]
; DisplayName Section DeviceID
;------------ ------- --------
%TMI6020.DeviceDesc% = TMI6020.ndi, PCI\VEN_1516&DEV_0803&SUBSYS_602013f0
%TMI6020N.DeviceDesc% = TMI6020N.ndi, PCI\VEN_1516&DEV_0803
[TMI6020.ndi]
DriverVer = 11/27/2001
AddReg = TC6020.ndi.reg, TC6020.reg
CopyFiles = TC6020.win9x.copyfiles, TC6020.inf.copyfiles
[TMI6020.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = TC6020.reg, TC6020.ndi.NT.reg
CopyFiles = TC6020.nt5.copyfiles
[TMI6020.ndi.NT.Services]
AddService = TC6020, 2, tc6020.Service, common.EventLog
[TMI6020N.ndi]
DriverVer = 11/27/2001
AddReg = TC6020.ndi.reg, TC6020.reg
CopyFiles = TC6020.win9x.copyfiles, TC6020.inf.copyfiles
[TMI6020N.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = TC6020.reg, TC6020.ndi.NT.reg
CopyFiles = TC6020.nt5.copyfiles
[TMI6020N.ndi.NT.Services]
AddService = TC6020, 2, tc6020.Service, common.EventLog
;-----------------------------------------------------------------------------
; Common TC6020 NDI parameters
;
[TC6020.reg]
HKR, Ndi\params\PortSpeed, ParamDesc, 0, %PortSpeed%
HKR, Ndi\params\PortSpeed, default, 0, "0"
HKR, Ndi\params\PortSpeed, type, 0, "enum"
HKR, Ndi\params\PortSpeed\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\PortSpeed\enum, "1", 0, "10 Mb/sec"
HKR, Ndi\params\PortSpeed\enum, "2", 0, "100 Mb/sec"
HKR, Ndi\params\FD, ParamDesc, 0, %FD%
HKR, Ndi\params\FD, default, 0, "0"
HKR, Ndi\params\FD, type, 0, "enum"
HKR, Ndi\params\FD\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\FD\enum, "1", 0, "Disable"
HKR, Ndi\params\FD\enum, "2", 0, "Enable"
;Network Address
HKR,Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress, Type, 0, "edit"
HKR,Ndi\params\NetworkAddress, Default, 0, ""
HKR,Ndi\params\NetworkAddress, Flag, 1, 20,00,00,00
HKR,Ndi\params\NetworkAddress, LimitText, 0, "12"
HKR,Ndi\params\NetworkAddress, UpperCase, 0, "1"
HKR,Ndi\params\NetworkAddress, Optional, 0, "1"
;-----------------------------------------------------------------------------
; Win 9x NDI object registration
;
[TC6020.ndi.reg]
HKR,Ndi\Install, ndis3, 0, "TC6020.install"
HKR,, MediaType, 0, "1"
HKR,, BusType, 0, "5"
HKR,, DevLoader, 0, "*ndis"
HKR,, DeviceVxDs, 0, "tc6020n3.sys"
HKR,Ndi, DeviceID, 0, "PCI\VEN_1516&DEV_0803"
HKR,Ndi, NdiInstaller, 0, "tmindi.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, "TC6020"
HKR,NDIS, MajorNdisVersion, 1, 3
HKR,NDIS, MinorNdisVersion, 1, A
HKR,NDIS, MajorDriverVersion, 1, 1
HKR,NDIS, MinorDrvierVersion, 1, 0
;private (for TC6020 driver)
HKR,, AdapterCFID, 0, "08031516" ;(private)
HKR,, AdapterType, 0, "5" ;(private)
;For TmiNdi
HKR,TmiNdi\ndis3, Install, 0, "TC6020.ndis3"
HKR,TmiNdi\ndis3, DeviceVxDs, 0, "tc6020n3.sys"
HKR,TmiNdi\ndis4, Install, 0, "TC6020.ndis4"
HKR,TmiNdi\ndis4, DeviceVxDs, 0, "tc6020n4.sys"
HKR,TmiNdi\ndis5, Install, 0, "TC6020.ndis5"
HKR,TmiNdi\ndis5, DeviceVxDs, 0, "tc6020n5.sys"
;-----------------------------------------------------------------------------
; NT NDI object registration
;
[TC6020.ndi.NT.reg]
HKR,, AdapterCFID, 0, "08031516" ;(private)
HKR,, AdapterType, 0, "5" ;(private)
;HKR,, MediaType, 0, "1"
HKR,Ndi, Service, 0, "TC6020"
HKR,Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR,Ndi\Interfaces, LowerRange, 0, "ethernet"
;-----------------------------------------------------------------------------
; NT Service registration
;
[TC6020.Service]
DisplayName = %tc6020nt.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_DEMAND_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\tc6020n5.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
;
[TC6020.install]
CopyFiles = TC6020.win9x.copyfiles
[TC6020.ndis5]
CopyFiles = TC6020.ndis5.copyfiles
[TC6020.ndis4]
CopyFiles = TC6020.ndis4.copyfiles
[TC6020.ndis3]
CopyFiles = TC6020.ndis3.copyfiles
;-----------------------------------------------------------------------------
; Copy Files
;
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS Windows System Dir.
TC6020.win9x.copyfiles = 11 ; LDID_SYS Windows System Dir.
TC6020.ndis3.copyfiles = 11 ; LDID_SYS Windows System Dir.
TC6020.ndis4.copyfiles = 11 ; LDID_SYS Windows System Dir.
TC6020.ndis5.copyfiles = 11 ; LDID_SYS Windows System Dir.
TC6020.inf.copyfiles = 17 ; LDID_INF Windows *.INF Dir.
TC6020.nt5.copyfiles = 12 ; LDID_IOS Windows Iosubsys dir.
[SourceDisksNames]
1 = %DriverDisketteName%,,,
[SourceDisksFiles]
nett6020.inf = 1
tc6020n3.sys = 1
tc6020n4.sys = 1
tc6020n5.sys = 1
tmindi.dll = 1
[TC6020.win9x.copyfiles]
tmindi.dll,,,2
[TC6020.inf.copyfiles]
nett6020.inf,,,2
[TC6020.nt5.copyfiles]
tc6020n5.sys,,,2
[TC6020.ndis3.copyfiles]
tc6020n3.sys,,,2
[TC6020.ndis4.copyfiles]
tc6020n4.sys,,,2
[TC6020.ndis5.copyfiles]
tc6020n5.sys,,,2
;-----------------------------------------------------------------------------
; Localization string
;
[Strings]
V_TAMARACK = "TAMARACK"
NetworkAddress = "Network Address"
PortSpeed = "Port Speed"
FD = "Full Duplex Mode"
TMI6020.DeviceDesc = "TAMARACK TC6020 10/100 Fast Ethernet Adapter"
TMI6020N.DeviceDesc = "TAMARACK TC6020 Based 10/100 Fast Ethernet Adapter"
tc6020nt.Service.DispName = "TAMARACK TC6020 10/100 Fast Ethernet Adapter"
DriverDisketteName = "TAMARACK TC6020 10/100 Fast Ethernet 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.