tiapxln.inf Driver File Contents (CopperJet_805.zip)

; 
; TIAPXLN.INF
;
; Win9x/Win2k installation file for AP5 PCI DSL Modem
;
; Copyright (c) 2000, 2001, All Rights Reserved, Texas Instruments Incorporated
;

[Version]
CatalogFile=tiapxln.cat
Signature = "$Windows NT$"
Provider  = %TI%
Class     = Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
DriverVer=02/11/2002,3.2.2.11

[Manufacturer]
%TI% = TexasInstruments

; pnp cards should be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_104C&DEV_A106&SUBSYS_A106104C
ExcludeFromSelect = PCI\VEN_104C&DEV_A106&SUBSYS_A1061668

[TexasInstruments]
%TIAP5.DeviceDesc% = TIAP5.A106, PCI\VEN_104C&DEV_A106&SUBSYS_A106104C
%TIAP5.DeviceDesc% = TIAP5.A106, PCI\VEN_104C&DEV_A106&SUBSYS_A1061668

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

[TIAP5.A106.NT]
BusType         = 5
AddReg          =TIAP5.ndi.reg.NT, TI.Param.Reg, TI.Param.Reg.A106
Characteristics = 0x84
CopyFiles       =TIAP5.A106.CopyFiles.NT, TIAP5.A106.binFiles.NT

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

[TIAP5.A106.NT.Services]
AddService = TIAP5LN, 2, TIAP5LN.Service, TIAP5LN.EventLog

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

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

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

[TIAP5.A106.CopyFiles.NT]
TIAP5LN.sys
TIAP5TP.bin

[TIAP5.A106.binFiles.NT]
TIAP5TP.bin
TIAP5LN.sys

;
; Windows9x specific
;
[TIAP5.A106]
AddReg=TIAP5.ndi.reg, TI.Param.Reg, TI.Param.Reg.A106, TIAP5.A106.Install

[TIAP5.A106.Install]
HKR,Ndi\Install,,,"TIAP5.A106.Copy"
HKR,Ndi\Remove,,,"TIAP5.A106.Remove"

[TIAP5.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_104C&DEV_A106"

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

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

; NDIS Info
HKR, NDIS, LogDriverName, , "TIAP5LN"
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,,"TIAPXLN.INF"

[TIAP5.A106.Copy]
CopyFiles=TIAP5.A106.CopyFiles

[TIAP5.A106.Remove]
DelFiles=TIAP5.A106.CopyFiles

[TIAP5.A106.CopyFiles]
TIAP5LN.sys
TIAP5TP.bin

;
; Common sections
;
[TI.Param.Reg]

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",,"RFC1483(LLC/SNAP Bridged)"
HKR, Ndi\Params\PVCEncapsulation\enum,"3",,"RFC1483(LLC/SNAP Routed)"
HKR, Ndi\Params\PVCEncapsulation\enum,"4",,"xReserved"
HKR, Ndi\Params\PVCEncapsulation\enum,"5",,"xReserved"
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, ,  "1500"
HKR, Ndi\Params\PVCSDUsize, Min, , "1500"
HKR, Ndi\Params\PVCSDUsize, Max, , "32000"
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\xDSLmodulation, ParamDesc, ,"Modulation Type"
HKR, Ndi\Params\xDSLmodulation, Type,, "enum"
HKR, Ndi\Params\xDSLmodulation, Default,,"1"
HKR, Ndi\Params\xDSLmodulation\enum,"0",,"T1.413"
HKR, Ndi\Params\xDSLmodulation\enum,"1",,"Multi Mode"
HKR, Ndi\Params\xDSLmodulation\enum,"2",,"G.DMT"

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\RJ11PairSelect, ParamDesc, ,"RJ-11 Line Pair Selection"
HKR, Ndi\Params\RJ11PairSelect, Type,,"enum"
HKR, Ndi\Params\RJ11PairSelect, Default,,"0"
HKR, Ndi\Params\RJ11PairSelect\enum,"0",,"Inner Pair"
HKR, Ndi\Params\RJ11PairSelect\enum,"1",,"Outer Pair"
HKR, Ndi\Params\RJ11PairSelect\enum,"2",,"Auto Detect"

[TI.Param.Reg.A106]
HKR, Ndi\Params\ModemCodeFile, ParamDesc, ,"Firmware File"
HKR, Ndi\Params\ModemCodeFile, Type, ,"edit"
HKR, Ndi\Params\ModemCodeFile, LimitText, ,"24"
HKR, Ndi\Params\ModemCodeFile, Default,,"tiap5tp.bin"
HKR, Ndi\Params\ModemCodeFile, UpperCase,,"1"

HKR, Ndi\Params\DriverDescription, ParamDesc, ,"Driver Description"
HKR, Ndi\Params\DriverDescription, Type, ,"edit"
HKR, Ndi\Params\DriverDescription, LimitText, ,"64"
HKR, Ndi\Params\DriverDescription, Default,,"AP5 PCI DSL Modem"

[DestinationDirs]
DefaultDestDir  = 12 ; System Directory
TIAP5.A106.CopyFiles = 11
TIAP5.A106.binFiles.NT = 10,system

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
TIAP5LN.sys  = 1
TIAP5TP.bin  = 1

[Strings]
TI="Texas Instruments"
TIAP5.DeviceDesc = "AP5 PCI DSL Modem"
TIAP5LN.Service.DispName  = "AP5 PCI DSL Modem(LAN)"
DSLAdapterHelpText= "A DSL Adapter provides high speed connection to the Internet through a phone line"
DiskName="AP5 PCI DSL Modem 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: web2, load: 1.26