TI3000WN.INF Driver File Contents (win9xwan.exe)

; 
; TI3000WN.INF
;
; Win9x setup file for TI ADSL WAN(RFC2364) Adapter
;
; Copyright (c) 2000, All Rights Reserved, Texas Instruments
;

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

[Manufacturer]
%TI% = TexasInstruments

[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

[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,ndiswan,,"TI3000P.6050.Copy"
HKR,Ndi\Remove,ndiswan,,"TI3000P.6050.Remove"

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

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

HKR,Ndi,HelpText,0, %DSLAdapterHelpText%

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

; NDIS Info
HKR, NDIS, LogDriverName, , "TI2364"
HKR, NDIS, MajorNdisVersion,1,04
HKR, NDIS, MinorNdisVersion,1,00

HKR, Ndi\Compatibility, RequireAll, , "NDISWAN"

;
HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
HKR,Ndi\Interfaces,DefLower,,"dsl"
HKR,Ndi\Interfaces,LowerRange,,"dsl"

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

;
; TAPI Configuration
;
; TAPI ISDN Configuration
HKR,TAPI,ConfigFlags,1,00,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 00,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00

;
; 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,,"0"
HKR, Ndi\Params\PVCEncapsulation\enum,"0",,"VCMUX(RFC2364)"
HKR, Ndi\Params\PVCEncapsulation\enum,"1",,"LLC/SNAP(RFC2364)"
HKR, Ndi\Params\PVCEncapsulation\enum,"7",,"PPPoE(RFC2516)"
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

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

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

[TI3000P.6050.CopyFiles]
TI2364.sys
TIADSL6.bin
;tiglite6.bin

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

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

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

[DestinationDirs]
DefaultDestDir  = 12 ; System Directory
TI3000P.6050.CopyFiles = 11
TI3000P.7060.CopyFiles = 11

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
TI2364.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 WAN 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: web5, load: 1.38