ltlan462.inf Driver File Contents (Tig12017.EXE)

; **********************************************************************
; *
; * DSL LAN (RFC1483) driver INF file for Lucent WildWire adapter
; * with Device ID = 0462
; *                                                      
; * Copyright (c) 1999-2000, All Rights Reserved, Lucent Technologies
; *
; **********************************************************************

[Version]
CatalogFile =   ltlan462.cat
Signature="$Windows NT$"
Class=Net
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
Provider=%LT%
DriverVer=04/25/2000, 1.20.17.155

[Manufacturer]
%LM%=DevicesSection




[DevicesSection]
; ************* Multifunction Board ****************
%LTA%=LTDSLLAN.ndi,MF\LTMF0462_DEV0

[LTDSLLAN.ndi]
AddReg=LTDSLLAN.ndi.reg, common.reg, DriverInfoAddReg

[LTDSLLAN.ndi.NT]
AddReg          = LTDSLLAN.ndi.winnt.reg, common.reg, DriverInfoAddReg
CopyFiles		= LTDSLLAN.WINNT.CopyFiles
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType			= 5 ; PCI

[LTDSLLAN.ndi.NT.Services]
AddService      = LTDSLLAN, 2, LTDSLLAN.AddService, LTDSLLAN.AddEventLog

;****************************************************************************
; Registry entries
;****************************************************************************

[LTDSLLAN.ndi.winnt.reg]
; key,subkey,valuname,type,value
HKR,Ndi,Service,0,"LTDSLLAN"
HKR,Ndi,HelpText,0, %DslAdapterHelp%
HKR,Ndi\Interfaces, UpperRange, 0,"ndis5"
HKR,Ndi\Interfaces, LowerRange, 0,"ethernet"

[LTDSLLAN.ndi.reg]
HKR,Ndi,DeviceID,,LTDSLLAN
HKR,Ndi\Install,ndis3,,"LTDSLLAN.ndis3"

HKR,Ndi,NetType,,1
HKR,Ndi,HelpText,0, %DslAdapterHelp%

; Driver Protocol Mode
HKR,,Mode,,2

; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,ltdsllan.sys

HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

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

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

; NDI Required Components
HKR,Ndi\Compatibility,RequireAll,,"MSTCP"


[common.reg] 
HKR,,RcvNdisBufCnt,,"44"

; Driver Protocol Mode
HKR,,Mode,,"2"

;params
HKR,Ndi\params\Configuration,ParamDesc,,%CONF_MODE%
HKR,Ndi\params\Configuration,type,,"enum"
HKR,Ndi\params\Configuration,default,,"1"
HKR,Ndi\params\Configuration\enum,1,,"UAWG Lite"
HKR,Ndi\params\Configuration\enum,4,,"T1E1.413 Issue 2"
HKR,Ndi\params\Configuration\enum,6,,"G.992.2"


HKR,Ndi\params\TransmissionMode,ParamDesc,,%TRANS_MODE%
HKR,Ndi\params\TransmissionMode,type,,"enum"
HKR,Ndi\params\TransmissionMode,default,,"4"
HKR,Ndi\params\TransmissionMode\enum,1,,%VC_MUX_ROUTED%
HKR,Ndi\params\TransmissionMode\enum,2,,%VC_MUX_BRIDGED%
HKR,Ndi\params\TransmissionMode\enum,3,,%LLC_SNAP_ROUTED%
HKR,Ndi\params\TransmissionMode\enum,4,,%LLC_SNAP_BRIDGED%

HKR,Ndi\params\AtmScrambling,ParamDesc,,%ATM_SCRAM%
HKR,Ndi\params\AtmScrambling,default,,"1"
HKR,Ndi\params\AtmScrambling,type,,"enum"
HKR,Ndi\params\AtmScrambling\enum,0,,%PARM_OFF%
HKR,Ndi\params\AtmScrambling\enum,1,,%PARM_ON%


HKR,Ndi\params\VPI1,ParamDesc,,%VPI1%
HKR,Ndi\params\VPI1,default,,"0"
HKR,Ndi\params\VPI1,min,,"0"
HKR,Ndi\params\VPI1,max,,"255"
HKR,Ndi\params\VPI1,base,,"10"
HKR,Ndi\params\VPI1,type,,"dword"

HKR,Ndi\params\VCI1,ParamDesc,,%VCI1%
HKR,Ndi\params\VCI1,default,,"33"
HKR,Ndi\params\VCI1,min,,"1"
HKR,Ndi\params\VCI1,max,,"65535"
HKR,Ndi\params\VCI1,base,,"10"
HKR,Ndi\params\VCI1,type,,"dword"

HKR,Ndi\params\VPI2,ParamDesc,,%VPI2%
HKR,Ndi\params\VPI2,default,,"0"
HKR,Ndi\params\VPI2,min,,"0"
HKR,Ndi\params\VPI2,max,,"255"
HKR,Ndi\params\VPI2,base,,"10"
HKR,Ndi\params\VPI2,type,,"dword"

HKR,Ndi\params\VCI2,ParamDesc,,%VCI2%
HKR,Ndi\params\VCI2,default,,"0"
HKR,Ndi\params\VCI2,min,,"0"
HKR,Ndi\params\VCI2,max,,"65535"
HKR,Ndi\params\VCI2,base,,"10"
HKR,Ndi\params\VCI2,type,,"dword"

HKR,Ndi\params\VPI3,ParamDesc,,%VPI3%
HKR,Ndi\params\VPI3,default,,"0"
HKR,Ndi\params\VPI3,min,,"0"
HKR,Ndi\params\VPI3,max,,"255"
HKR,Ndi\params\VPI3,base,,"10"
HKR,Ndi\params\VPI3,type,,"dword"

HKR,Ndi\params\VCI3,ParamDesc,,%VCI3%
HKR,Ndi\params\VCI3,default,,"0"
HKR,Ndi\params\VCI3,min,,"0"
HKR,Ndi\params\VCI3,max,,"65535"
HKR,Ndi\params\VCI3,base,,"10"
HKR,Ndi\params\VCI3,type,,"dword"

HKR,Ndi\params\VPI4,ParamDesc,,%VPI4%
HKR,Ndi\params\VPI4,default,,"0"
HKR,Ndi\params\VPI4,min,,"0"
HKR,Ndi\params\VPI4,max,,"255"
HKR,Ndi\params\VPI4,base,,"10"
HKR,Ndi\params\VPI4,type,,"dword"

HKR,Ndi\params\VCI4,ParamDesc,,%VCI4%
HKR,Ndi\params\VCI4,default,,"0"
HKR,Ndi\params\VCI4,min,,"0"
HKR,Ndi\params\VCI4,max,,"65535"
HKR,Ndi\params\VCI4,base,,"10"
HKR,Ndi\params\VCI4,type,,"dword"

HKR,Ndi\params\VPI5,ParamDesc,,%VPI5%
HKR,Ndi\params\VPI5,default,,"0"
HKR,Ndi\params\VPI5,min,,"0"
HKR,Ndi\params\VPI5,max,,"255"
HKR,Ndi\params\VPI5,base,,"10"
HKR,Ndi\params\VPI5,type,,"dword"

HKR,Ndi\params\VCI5,ParamDesc,,%VCI5%
HKR,Ndi\params\VCI5,default,,"0"
HKR,Ndi\params\VCI5,min,,"0"
HKR,Ndi\params\VCI5,max,,"65535"
HKR,Ndi\params\VCI5,base,,"10"
HKR,Ndi\params\VCI5,type,,"dword"

HKR,Ndi\params\VPI6,ParamDesc,,%VPI6%
HKR,Ndi\params\VPI6,default,,"0"
HKR,Ndi\params\VPI6,min,,"0"
HKR,Ndi\params\VPI6,max,,"255"
HKR,Ndi\params\VPI6,base,,"10"
HKR,Ndi\params\VPI6,type,,"dword"

HKR,Ndi\params\VCI6,ParamDesc,,%VCI6%
HKR,Ndi\params\VCI6,default,,"0"
HKR,Ndi\params\VCI6,min,,"0"
HKR,Ndi\params\VCI6,max,,"65535"
HKR,Ndi\params\VCI6,base,,"10"
HKR,Ndi\params\VCI6,type,,"dword"

HKR,Ndi\params\VPI7,ParamDesc,,%VPI7%
HKR,Ndi\params\VPI7,default,,"0"
HKR,Ndi\params\VPI7,min,,"0"
HKR,Ndi\params\VPI7,max,,"255"
HKR,Ndi\params\VPI7,base,,"10"
HKR,Ndi\params\VPI7,type,,"dword"

HKR,Ndi\params\VCI7,ParamDesc,,%VCI7%
HKR,Ndi\params\VCI7,default,,"0"
HKR,Ndi\params\VCI7,min,,"0"
HKR,Ndi\params\VCI7,max,,"65535"
HKR,Ndi\params\VCI7,base,,"10"
HKR,Ndi\params\VCI7,type,,"dword"

HKR,Ndi\params\VPI8,ParamDesc,,%VPI8%
HKR,Ndi\params\VPI8,default,,"0"
HKR,Ndi\params\VPI8,min,,"0"
HKR,Ndi\params\VPI8,max,,"255"
HKR,Ndi\params\VPI8,base,,"10"
HKR,Ndi\params\VPI8,type,,"dword"

HKR,Ndi\params\VCI8,ParamDesc,,%VCI8%
HKR,Ndi\params\VCI8,default,,"0"
HKR,Ndi\params\VCI8,min,,"0"
HKR,Ndi\params\VCI8,max,,"65535"
HKR,Ndi\params\VCI8,base,,"10"
HKR,Ndi\params\VCI8,type,,"dword"

; Optional parameters for debugging
;#define DBG_COMP_INIT          0x00000001
;#define DBG_COMP_SEND          0x00000002
;#define DBG_COMP_RECV          0x00000004
;#define DBG_COMP_REQUEST       0x00000008
;#define DBG_COMP_UNLOAD        0x00000010
;#define DBG_COMP_VC            0x00000040
;#define DBG_COMP_HALT          0x00000080
;#define DBG_COMP_INT           0x00000100
;#define DBG_COMP_RESET         0x00000200
;#define DBG_COMP_RS            0x00000800 // R-S debug
;#define DBG_COMP_ODT           0x00001000
;#define DBG_COMP_TAPI          0x00002000
;#define DBG_COMP_LINK          0x00004000
;#define DBG_COMP_CONTENTS      0x00008000 // Contents of XMT and RCV data
;#define DBG_COMP_IDLE_CELL     0x00010000 // Prints Idle or Data Cell Received
;#define DBG_COMP_PKT_TIME      0x00020000 // Timestamp on received/xmit packets
;#define DBG_COMP_EOC           0x00040000
;#define DBG_COMP_INTR_TIMES    0x00100000 // Debug for calculating the time spent
;                                          // processing ISRs before getting to a DPC
;#define DBG_LTDISPATCH         0x00200000

HKR,Ndi\params\DebugSystems,ParamDesc,,%DEBUG_LEVEL%
HKR,Ndi\params\DebugSystems,default,,"53C1"
HKR,Ndi\params\DebugSystems,base,,"16"
HKR,Ndi\params\DebugSystems,type,,"dword"

[LTDSLLAN.AddService]
DisplayName     = %LTDSLLAN.Service.DispName%
ServiceType     = 1 ; SERVICE_KERNEL_DRIVER
StartType       = 2 ; SERVICE_AUTO_START
ErrorControl    = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary   = %12%\ltdsllan.sys
LoadOrderGroup  = NDIS

[LTDSLLAN.AddEventLog]
AddReg          = LTDSLLAN.AddEventLog.reg

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

[LTDSLLAN.WINNT.CopyFiles]
ltdsllan.sys,,,2
ltdsp1.e,,,2
ltdsp2.e,,,2
ltdsp22.e,,,2
ltdsp1.aa,,,2
ltdsp2.aa,,,2
ltdsp22.aa,,,2
ltdsp1.hs,,,2
ltdsp2.hs,,,2
ltdsp22.hs,,,2

[LTDSLLAN.ndis3]
CopyFiles=LTDSLLAN.ndis3.CopyFiles     

[LTDSLLAN.ndis3.CopyFiles]
ltdsllan.sys
ltdsp1.e
ltdsp2.e
ltdsp22.e
ltdsp1.aa
ltdsp2.aa
ltdsp22.aa
ltdsp1.hs
ltdsp2.hs
ltdsp22.hs

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir           = 11 ; LDID_SYS
LTDSLLAN.ndis3.CopyFiles = 11
LTDSLLAN.WINNT.CopyFiles = 12

;****************************************************************************
; Driver Information History
;****************************************************************************
[DriverInfoAddReg]
; This section is added to all INFs to add registry entries for Driver Info.
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Description,,%DriverDescription%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,CurrentVer,,%DriverOEMVersion%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Ver_%DriverOEMVersion%,,%DriverVersionID%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, BaseDriverFileName,,%BaseDriverFileName%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, BaseDriverFileVersion,,%BaseDriverFileVersion%

[SourceDisksNames]
1=%DISK_NAME%,,

[SourceDisksFiles]
ltdsllan.sys=1
ltdsp1.e = 1
ltdsp2.e = 1
ltdsp22.e = 1
ltdsp1.aa = 1
ltdsp2.aa = 1
ltdsp22.aa = 1
ltdsp1.hs = 1
ltdsp2.hs = 1
ltdsp22.hs = 1

; Translatable strings
[Strings]
LT="Lucent Technologies"
LM="Lucent Microelectronics"
CONF_MODE="Configuration"
TRANS_MODE="Transmission Mode"
VC_MUX_ROUTED="VC Mux Routed"
VC_MUX_BRIDGED="VC Mux Bridged"
LLC_SNAP_ROUTED="LLC/SNAP Routed"
LLC_SNAP_BRIDGED="LLC/SNAP Bridged"
ATM_SCRAM="ATM Scrambling"
VPI1="Virtual Path ID 1"
VCI1="Virtual Channel ID 1"
VPI2="Virtual Path ID 2"
VCI2="Virtual Channel ID 2"
VPI3="Virtual Path ID 3"
VCI3="Virtual Channel ID 3"
VPI4="Virtual Path ID 4"
VCI4="Virtual Channel ID 4"
VPI5="Virtual Path ID 5"
VCI5="Virtual Channel ID 5"
VPI6="Virtual Path ID 6"
VCI6="Virtual Channel ID 6"
VPI7="Virtual Path ID 7"
VCI7="Virtual Channel ID 7"
VPI8="Virtual Path ID 8"
VCI8="Virtual Channel ID 8"
DEBUG_LEVEL="Debug System Level"
PARM_ON="On"
PARM_OFF="Off"
;
; Adapter names
;
LTA="Lucent V90+DSL LAN Adapter (ID=0462)"

DISK_NAME="Lucent V90+DSL LAN Installation Disk" 
LTDSLLAN.Service.DispName = "Lucent V90+DSL LAN Adapter Driver"

;
; Help Text
;
DslAdapterHelp="A Digital Subscriber Line (DSL) Adapter provides a high speed connection to the Internet or other remote network"

;
; Driver Information History Strings
;

DriverMfgr="Lucent Technologies"                        ; IHV name
DriverVersionID="1.20.17.155"                                   ; The IHV driver version
BaseDriverFileName="ltdsllan.sys"                       ; Key file for version
BaseDriverFileVersion="1.20.17.155"                             ; version of key file

; These items will be set by IHV and updated by OEM
DriverOEM="Lucent Technologies"                         ; name of the OEM
DriverFamily="NIC"                                      ; device family (NIC, Storage, Video...)
DriverProduct="Lucent V90+DSL LAN Adapter Driver"   ; Specific Name of device (chipset, for example)
DriverDescription="Lucent V90+DSL LAN Adapter Driver"; Description of device (product name, OS or system supported)
DriverOEMVersion="1.20.17.155"                                  ; OEM-specified version

     
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.55