TI3000LN.INF Driver File Contents (TI_DSL.ZIP)

; 
; TI3000LN.INF
;
; Win9x/Win2k installation file for TI ADSL LAN(RFC1483) Adapter
;
; Copyright (c) 2000, All Rights Reserved, Texas Instruments
;

[Version]
CatalogFile=ti3000P.cat
;LayoutFile=layout.inf
Signature = "$Windows NT$"
Provider  = %TI%
Class     = Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
DriverVer=08/01/2000

[Manufacturer]
%TI% = TexasInstruments

; pnp cards should be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_111A&DEV_0005&SUBSYS_6050104C
ExcludeFromSelect = PCI\VEN_111A&DEV_0005&SUBSYS_7060104C
ExcludeFromSelect = PCI\VEN_111A&DEV_0005&SUBSYS_7070104C
;ExcludeFromSelect = MF\TI3000MF_DSL

[TexasInstruments]
%PCI\VEN_111A&DEV_0005.DeviceDesc% = TI3000P.6050, PCI\VEN_111A&DEV_0005&SUBSYS_6050104C
%PCI\VEN_111A&DEV_0005.DeviceDesc% = TI3000P.7060, PCI\VEN_111A&DEV_0005&SUBSYS_7060104C
%PCI\VEN_111A&DEV_0005.DeviceDesc% = TI3000P.7060, PCI\VEN_111A&DEV_0005&SUBSYS_7070104C
;%PCI\VEN_111A&DEV_0005.DeviceDesc% = TI3000P.MF, MF\TI3000MF_DSL

;
; This section is necessary for the tool
;
[TI3000P.ndi]
AddReg=TI3000P.ndi.reg

;
; Windows2000 specific
;
[TI3000P.6050.NT]
BusType         = 5
AddReg          =TI3000P.ndi.reg.NT
Characteristics = 0x84
CopyFiles       =TI3000P.6050.CopyFiles.NT, TI3000P.6050.binFiles.NT

[TI3000P.7060.NT]
BusType         = 5
AddReg          =TI3000P.ndi.reg.NT
Characteristics = 0x84
CopyFiles       =TI3000P.7060.CopyFiles.NT, TI3000P.7060.binFiles.NT

;[TI3000P.MF.NT]
;BusType         = 5
;AddReg          =TI3000P.ndi.reg.NT
;Characteristics = 0x84

[TI3000P.ndi.reg.NT]
HKR, Ndi,               Service,    0,  "TI1483"
HKR, Ndi\Interfaces,    LowerRange, 0,  "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0,  "ndis5"

; Custom parameters

;HKR, Ndi\Params\TxDepth, ParamDesc, ,"Tx Depth"
;HKR, Ndi\Params\TxDepth, Type, , "int"
;HKR, Ndi\Params\TxDepth, Default, ,  "7"
;HKR, Ndi\Params\TxDepth, Min, , "0"
;HKR, Ndi\Params\TxDepth, Max, , "31"
;HKR, Ndi\Params\TxDepth, Step, , "1"
;HKR, Ndi\Params\TxDepth, Base, , "10"

;HKR, Ndi\Params\HappiMode, ParamDesc, ,"Happi Mode"
;HKR, Ndi\Params\HappiMode, Type, , "int"
;HKR, Ndi\Params\HappiMode, Default, ,  "0"
;HKR, Ndi\Params\HappiMode, Min, , "0"
;HKR, Ndi\Params\HappiMode, Max, , "7"
;HKR, Ndi\Params\HappiMode, Step, , "1"
;HKR, Ndi\Params\HappiMode, Base, , "10"

HKR, Ndi\Params\PVCATMclass, ParamDesc, ,"Service Category"
HKR, Ndi\Params\PVCATMclass, Type,, "enum"
HKR, Ndi\Params\PVCATMclass, Default,,"1"
HKR, Ndi\Params\PVCATMclass\enum,"0",,"CBR"
HKR, Ndi\Params\PVCATMclass\enum,"1",,"UBR"

HKR, Ndi\Params\PVCEncapsulation, ParamDesc,,"Encapsulation Type"
HKR, Ndi\Params\PVCEncapsulation, Type,, "enum"
HKR, Ndi\Params\PVCEncapsulation, Default,,"2"
HKR, Ndi\Params\PVCEncapsulation\enum,"2",,"LLC/SNAP(RFC1483)"
HKR, Ndi\Params\PVCEncapsulation\enum,"6",,"RFC1577(CIPoATM)"

HKR, Ndi\Params\PVCSDUsize, ParamDesc, ,"SDU Size"
HKR, Ndi\Params\PVCSDUsize, Type, , "int"
HKR, Ndi\Params\PVCSDUsize, Default, ,  "15000"
HKR, Ndi\Params\PVCSDUsize, Min, , "1500"
HKR, Ndi\Params\PVCSDUsize, Max, , "65535"
HKR, Ndi\Params\PVCSDUsize, Step, , "1"
HKR, Ndi\Params\PVCSDUsize, Base, , "10"

HKR, Ndi\Params\PVCVCI, ParamDesc, ,"VCI value"
HKR, Ndi\Params\PVCVCI, Type, , "int"
HKR, Ndi\Params\PVCVCI, Default, ,  "35"
HKR, Ndi\Params\PVCVCI, Min, , "32"
HKR, Ndi\Params\PVCVCI, Max, , "1024"
HKR, Ndi\Params\PVCVCI, Step, , "1"
HKR, Ndi\Params\PVCVCI, Base, , "10"

HKR, Ndi\Params\PVCVPI, ParamDesc, ,"VPI value"
HKR, Ndi\Params\PVCVPI, Type, , "int"
HKR, Ndi\Params\PVCVPI, Default, ,  "0"
HKR, Ndi\Params\PVCVPI, Min, , "0"
HKR, Ndi\Params\PVCVPI, Max, , "255"
HKR, Ndi\Params\PVCVPI, Step, , "1"
HKR, Ndi\Params\PVCVPI, Base, , "10"

;HKR, Ndi\Params\NcdAlarmInterval, ParamDesc, ,"Ncd Alarm Interval"
;HKR, Ndi\Params\NcdAlarmInterval, Type, , int
;HKR, Ndi\Params\NcdAlarmInterval, Default, ,  "1500"
;HKR, Ndi\Params\NcdAlarmInterval, Min, , "500"
;HKR, Ndi\Params\NcdAlarmInterval, Max, , "150000"
;HKR, Ndi\Params\NcdAlarmInterval, Step, , "500"
;HKR, Ndi\Params\NcdAlarmInterval, Base, , "10"

;HKR, Ndi\Params\NNcdAlarmInterval, ParamDesc, ,"Ncd Alarm Interval"
;HKR, Ndi\Params\NNcdAlarmInterval, Type, , int
;HKR, Ndi\Params\NNcdAlarmInterval, Default, ,  "1500"
;HKR, Ndi\Params\NNcdAlarmInterval, Min, , "500"
;HKR, Ndi\Params\NNcdAlarmInterval, Max, , "150000"
;HKR, Ndi\Params\NNcdAlarmInterval, Step, , "500"
;HKR, Ndi\Params\NNcdAlarmInterval, Base, , "10"

HKR, Ndi\Params\RxSegMult, ParamDesc, ,"Rx Segment Multiplier"
HKR, Ndi\Params\RxSegMult, Type, , "int"
HKR, Ndi\Params\RxSegMult, Default, ,  "400"
HKR, Ndi\Params\RxSegMult, Min, , "100"
HKR, Ndi\Params\RxSegMult, Max, , "3200"
HKR, Ndi\Params\RxSegMult, Step, , "1"
HKR, Ndi\Params\RxSegMult, Base, , "10"

HKR, Ndi\Params\TxSegMult, ParamDesc, ,"Tx Segment Multiplier"
HKR, Ndi\Params\TxSegMult, Type, , "int"
HKR, Ndi\Params\TxSegMult, Default, ,  "150"
HKR, Ndi\Params\TxSegMult, Min, , "100"
HKR, Ndi\Params\TxSegMult, Max, , "3200"
HKR, Ndi\Params\TxSegMult, Step, , "1"
HKR, Ndi\Params\TxSegMult, Base, , "10"

;HKR, Ndi\Params\xDSLmodulation, ParamDesc, ,"Modulation Type"
;HKR, Ndi\Params\xDSLmodulation, Type,, "enum"
;HKR, Ndi\Params\xDSLmodulation, Default,,"0"
;HKR, Ndi\Params\xDSLmodulation\enum,"0",,"Full Rate"
;HKR, Ndi\Params\xDSLmodulation\enum,"1",,"G.LITE"

HKR, Ndi\Params\LanAutoConnect, ParamDesc, ,"Auto Connect to Network"
HKR, Ndi\Params\LanAutoConnect, Type,, "enum"
HKR, Ndi\Params\LanAutoConnect, Default,,"1"
HKR, Ndi\Params\LanAutoConnect\enum,"1",,"Yes"
HKR, Ndi\Params\LanAutoConnect\enum,"0",,"No"

[TI3000P.6050.NT.Services]
AddService = TI1483, 2, TI1483.Service, TI1483.EventLog

[TI3000P.7060.NT.Services]
AddService = TI1483, 2, TI1483.Service, TI1483.EventLog

;[TI3000P.MF.NT.Services]
;AddService = TI1483, 2, TI1483.Service, TI1483.EventLog

[TI1483.Service]
DisplayName     = %TI1483.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\TI1483.sys
LoadOrderGroup  = NDIS

[TI1483.EventLog]
AddReg = TI1483.AddEventLog.reg

[TI1483.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TI3000P.6050.CopyFiles.NT]
TI1483.sys
TIADSL6.bin
;TIGLITE6.bin

[TI3000P.6050.binFiles.NT]
TIADSL6.bin
ti1483.sys
;TIGLITE6.bin

[TI3000P.7060.CopyFiles.NT]
TI1483.sys
TIADSL7.bin

[TI3000P.7060.binFiles.NT]
TIADSL7.bin
ti1483.sys

;
; Windows9x specific
;
[TI3000P.6050]
AddReg=TI3000P.ndi.reg, TI3000P.6050.Install

[TI3000P.7060]
AddReg=TI3000P.ndi.reg, TI3000P.7060.Install

;[TI3000P.MF]
;AddReg=TI3000P.ndi.reg

; Install sections
[TI3000P.6050.Install]
HKR,Ndi\Install,,,"TI3000P.6050.Copy"
HKR,Ndi\Remove,,,"TI3000P.6050.Remove"

[TI3000P.7060.Install]
HKR,Ndi\Install,,,"TI3000P.7060.Copy"
HKR,Ndi\Remove,,,"TI3000P.7060.Remove"

[TI3000P.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_111A&DEV_0005"

;HKR,Ndi,NetType,,1
HKR,Ndi,HelpText,0,%DSLAdapterHelpText%

; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,TI1483.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; NDIS Info
HKR, NDIS, LogDriverName, , "TI1483"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A

HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis4,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis4,ndis5"

; Required Components
HKR,Ndi,InstallInf,,"TI3000LN.INF"

; Custom parameters

;HKR, Ndi\Params\TxDepth, ParamDesc, ,"Tx Depth"
;HKR, Ndi\Params\TxDepth, Type,,int 
;HKR, Ndi\Params\TxDepth, Default, ,  "7"
;HKR, Ndi\Params\TxDepth, Min, , "0"
;HKR, Ndi\Params\TxDepth, Max, , "31"
;HKR, Ndi\Params\TxDepth, Step, , "1"
;HKR, Ndi\Params\TxDepth, Base, , "10"

;HKR, Ndi\Params\HappiMode, ParamDesc, ,"Happi Mode"
;HKR, Ndi\Params\HappiMode, Type,,int
;HKR, Ndi\Params\HappiMode, Default, ,  "0"
;HKR, Ndi\Params\HappiMode, Min, , "0"
;HKR, Ndi\Params\HappiMode, Max, , "7"
;HKR, Ndi\Params\HappiMode, Step, , "1"
;HKR, Ndi\Params\HappiMode, Base, , "10"

HKR, Ndi\Params\PVCATMclass, ParamDesc, ,"Service Category"
HKR, Ndi\Params\PVCATMclass, Type,,enum
HKR, Ndi\Params\PVCATMclass, Default,,"1"
HKR, Ndi\Params\PVCATMclass\enum,"0",,"CBR"
HKR, Ndi\Params\PVCATMclass\enum,"1",,"UBR"
HKR, Ndi\Params\PVCATMclass,flag,1,30,00,00,00

HKR, Ndi\Params\PVCEncapsulation, ParamDesc,,"Encapsulation Type"
HKR, Ndi\Params\PVCEncapsulation, Type,,enum
HKR, Ndi\Params\PVCEncapsulation, Default,,"2"
HKR, Ndi\Params\PVCEncapsulation\enum,"2",,"LLC/SNAP Bridged"
HKR, Ndi\Params\PVCEncapsulation\enum,"3",,"VCMUX Bridged"
HKR, Ndi\Params\PVCEncapsulation,flag,1,30,00,00,00

HKR, Ndi\Params\PVCSDUsize, ParamDesc, ,"SDU Size"
HKR, Ndi\Params\PVCSDUsize, Type, , int
HKR, Ndi\Params\PVCSDUsize, Default, , "15000"
HKR, Ndi\Params\PVCSDUsize, Min, , "1500"
HKR, Ndi\Params\PVCSDUsize, Max, , "65535"
HKR, Ndi\Params\PVCSDUsize, Step, , "1"
HKR, Ndi\Params\PVCSDUsize, Base, , "10"

HKR, Ndi\Params\PVCVCI, ParamDesc, ,"VCI value"
HKR, Ndi\Params\PVCVCI, Type, , int
HKR, Ndi\Params\PVCVCI, Default, ,  "35"
HKR, Ndi\Params\PVCVCI, Min, , "32"
HKR, Ndi\Params\PVCVCI, Max, , "1024"
HKR, Ndi\Params\PVCVCI, Step, , "1"
HKR, Ndi\Params\PVCVCI, Base, , "10"

HKR, Ndi\Params\PVCVPI, ParamDesc, ,"VPI value"
HKR, Ndi\Params\PVCVPI, Type, , int
HKR, Ndi\Params\PVCVPI, Default, ,  "0"
HKR, Ndi\Params\PVCVPI, Min, , "0"
HKR, Ndi\Params\PVCVPI, Max, , "255"
HKR, Ndi\Params\PVCVPI, Step, , "1"
HKR, Ndi\Params\PVCVPI, Base, , "10"

;HKR, Ndi\Params\NcdAlarmInterval, ParamDesc, ,"Ncd Alarm Interval"
;HKR, Ndi\Params\NcdAlarmInterval, Type, , int
;HKR, Ndi\Params\NcdAlarmInterval, Default, ,  "1500"
;HKR, Ndi\Params\NcdAlarmInterval, Min, , "500"
;HKR, Ndi\Params\NcdAlarmInterval, Max, , "150000"
;HKR, Ndi\Params\NcdAlarmInterval, Step, , "500"
;HKR, Ndi\Params\NcdAlarmInterval, Base, , "10"

;HKR, Ndi\Params\NNcdAlarmInterval, ParamDesc, ,"Ncd Alarm Interval"
;HKR, Ndi\Params\NNcdAlarmInterval, Type, , int
;HKR, Ndi\Params\NNcdAlarmInterval, Default, ,  "1500"
;HKR, Ndi\Params\NNcdAlarmInterval, Min, , "500"
;HKR, Ndi\Params\NNcdAlarmInterval, Max, , "150000"
;HKR, Ndi\Params\NNcdAlarmInterval, Step, , "500"
;HKR, Ndi\Params\NNcdAlarmInterval, Base, , "10"

HKR, Ndi\Params\RxSegMult, ParamDesc, ,"Rx Segment Multiplier"
HKR, Ndi\Params\RxSegMult, Type, , int
HKR, Ndi\Params\RxSegMult, Default, ,  "400"
HKR, Ndi\Params\RxSegMult, Min, , "100"
HKR, Ndi\Params\RxSegMult, Max, , "3200"
HKR, Ndi\Params\RxSegMult, Step, , "1"
HKR, Ndi\Params\RxSegMult, Base, , "10"

HKR, Ndi\Params\TxSegMult, ParamDesc, ,"Tx Segment Multiplier"
HKR, Ndi\Params\TxSegMult, Type, , int
HKR, Ndi\Params\TxSegMult, Default, ,  "150"
HKR, Ndi\Params\TxSegMult, Min, , "100"
HKR, Ndi\Params\TxSegMult, Max, , "3200"
HKR, Ndi\Params\TxSegMult, Step, , "1"
HKR, Ndi\Params\TxSegMult, Base, , "10"

;HKR, Ndi\Params\xDSLmodulation, ParamDesc, ,"Modulation Type"
;HKR, Ndi\Params\xDSLmodulation, Type,,enum
;HKR, Ndi\Params\xDSLmodulation, Default,,"0"
;HKR, Ndi\Params\xDSLmodulation\enum,"0",,"Full Rate"
;HKR, Ndi\Params\xDSLmodulation\enum,"1",,"G.LITE"
;HKR, Ndi\Params\xDSLmodulation,flag,1,30,00,00,00

HKR, Ndi\Params\LanAutoConnect, ParamDesc, ,"Auto Connect to Network"
HKR, Ndi\Params\LanAutoConnect, Type,,enum
HKR, Ndi\Params\LanAutoConnect, Default,,"1"
HKR, Ndi\Params\LanAutoConnect\enum,"1",,"Yes"
HKR, Ndi\Params\LanAutoConnect\enum,"0",,"No"
HKR, Ndi\Params\LanAutoConnect,flag,1,30,00,00,00

[TI3000P.6050.Copy]
CopyFiles=TI3000P.6050.CopyFiles

[TI3000P.6050.Remove]
DelFiles=TI3000P.6050.CopyFiles

[TI3000P.6050.CopyFiles]
TI1483.sys
TIADSL6.bin
;TIGLITE6.bin

[TI3000P.7060.Copy]
CopyFiles=TI3000P.7060.CopyFiles

[TI3000P.7060.Remove]
DelFiles=TI3000P.7060.CopyFiles

[TI3000P.7060.CopyFiles]
TI1483.sys
TIADSL7.bin

;
; Common sections
;
[DestinationDirs]
DefaultDestDir  = 12 ; System Directory
TI3000P.6050.CopyFiles = 11
TI3000P.6050.binFiles.NT = 10,system     ; also copy bin files to system dir because of a bug on ME
TI3000P.7060.CopyFiles = 11
TI3000P.7060.binFiles.NT = 10,system

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
TI1483.sys   = 1
TIADSL6.bin  = 1
;TIGLITE6.bin = 1
TIADSL7.bin  = 1
;ti3000p.cat  = 1

[Strings]
TI="Texas Instruments"
PCI\VEN_111A&DEV_0005.DeviceDesc = "TI ADSL LAN Adapter"
TI1483.Service.DispName  = "TI ADSL LAN Adapter"
DSLAdapterHelpText= "A DSL Adapter provides high speed connection to the Internet through a phone line"
DiskName="TI ADSL(DSL+V.90) Installation Disk"
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: web3, load: 5.12