3csalr2K.inf Driver File Contents (3617b.zip)

;**********************************************************************
;3Com HomeConnect ADSL Modem
;
; 	3Com INF for ADSL LAN Miniport Drivers PCI created by ;	3Com Corp.
; 	
; 	Windows NT 2000 INF
;
;	Copyright 1997 3Com Corp. Inc. and Microsoft Corporation.
;**********************************************************************

[version]
Signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider   = %V_3COM%
;LayoutFile = layout.inf
DriverVer  = 02/28/2000

[SourceDisksFiles]
3csarlr2K.sys=100
init.bin =100
firmware.bin =100
Dshelper.exe =100
Dshelper.ini =100
3cdslco.dll =100

[SourceDisksNames]
100="3Com ADSL CD-ROM"

[Manufacturer]
%V_3COMADSL% = 3COMADSL

[ControlFlags]
ExcludeFromSelect = %3COMADSL.DeviceDesc%

[3COMADSL]
; PCI-Alcatel ADSL Modem Bus Master boards.
PCI\VEN_1064&DEV_1101 ; USR PCI-A ADSL LAN Modem (Retail)
%3COMADSL.DeviceDesc%=3COMADSL.ndi,PCI\VEN_1064&DEV_1101&SUBSYS_101012B9

%PnP3COMADSL.DeviceDesc%=PnP3COMADSL.ndi, PCI\VEN_1064&DEV_1101 ; USR PCI-A ADSL ATM Modem (Retail)

;**********************************************************************
; NT main sections
;**********************************************************************
[3COMADSL.ndi]

BusType		= 5
AddReg 		= 3COMADSL.Gen.Params, 3COMADSL.ndis.reg
Characteristics	= 0x84	; NCF_REMOVABLE | NCF_PHYSICAL
CopyFiles=3COMADSL.CopyFiles,3COMADSL.CoInstaller_CopyFiles

[3COMADSL.ndi.Services]
AddService = 3COMADSL, 2, 3COMADSL.Service, common.EventLog

[PnP3COMADSL.ndi]
DriverVer   = 1/18/99
BusType		= 5		; PCI
AddReg 		= PnP3COMADSL.Gen.Params, 3COMADSL.ndis.reg
Characteristics	= 0x84	; NCF_REMOVABLE | NCF_PHYSICAL
CopyFiles=3COMADSL.CopyFiles

[PnP3COMADSL.ndi.Services]
AddService = 3COMADSL, 2, 3COMADSL.Service, common.EventLog

;[3COMADSL.LogConfig]CF,2E0-2EF,300-30F,320-32F,340-34F,380-38F,3A0-3AF,3C0-3CF,3E0-3EF

;**********************************************************************
; 3Com PCi HomeConnect Board CoInstaller Section
;***********************************************************************

[3COMADSL.ndi.CoInstallers]
CopyFiles=CoInstaller.CopyFiles
AddReg=3COMADSL.CoInstaller_AddReg



;**********************************************************************
; NT Base Section
;**********************************************************************
[3COMADSL.ndis.reg]
HKR, Ndi,		Service, 	0, "3COMADSL"
; NT reg
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR,,BT,,0
HKR,,Name,,"MyADSLConnection"
HKR,,PCR,,0
HKR,,QOS,,0
HKR,,SCR,,0
HKR,,SVCAddress,,""

HKR,,Protocol,,"0"
HKR, Ndi\params\Protocol,            ParamDesc,  0, "Protocol"
HKR, Ndi\params\Protocol,            type,       0, "int"
HKR, Ndi\params\Protocol,            default,    0, "1"
HKR, Ndi\params\Protocol,            min,        0, "0"
HKR, Ndi\params\Protocol,            max,        0, "1"
HKR, Ndi\params\Protocol,            step,       0, "1"

HKR,,VPI,,"0"
HKR, Ndi\params\VPI,            ParamDesc,  0, "VPI"
HKR, Ndi\params\VPI,            type,       0, "int"
HKR, Ndi\params\VCI,            default,    0, "0"
HKR, Ndi\params\VPI,            min,        0, "0"
HKR, Ndi\params\VPI,            max,        0, "255"
HKR, Ndi\params\VPI,            step,       0, "1"

HKR,,VCI,,"36"
HKR, Ndi\params\VCI,            ParamDesc,  0, "VCI"
HKR, Ndi\params\VCI,            type,       0, "long"
HKR, Ndi\params\VCI,            default,    0, "36"
HKR, Ndi\params\VCI,            min,        0, "0"
HKR, Ndi\params\VCI,            max,        0, "65535"
HKR, Ndi\params\VCI,            step,       0, "1"

HKR,,VCType,,1
HKR,,Version,,1
HKR,,AlcInitImage,,"init.bin"
HKR,,AlcMainImage,,"firmware.bin"
HKR,,BlockActivation,,1


;**********************************************************************
; General Params
;**********************************************************************
[3COMADSL.Gen.Params]
HKR, , BoardType, , "COBRA-DSL"
HKR, , BoardName, , "COBRA-DSL"
HKR, , MediaType, , "ATM"

[PnP3COMADSL.Gen.Params]
HKR, , BoardType, , "COBRA-DSL"
HKR, , BoardName, , "COBRA-DSL"
HKR, , MediaType, , "ATM"

;**********************************************************************
; NT Service Section
;**********************************************************************

[3COMADSL.CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"3cdslco.dll,MyCoInstaller"


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


[3COMADSL.CopyFiles]
3csalr2K.sys,,,2	; The name of the driver
init.bin,,,2
firmware.bin,,,2
Dshelper.exe
Dshelper.ini

;****************************************************************************************
; CoInstaller Files
;*****************************************************************************************

[CoInstaller.CopyFiles]
3cdslco.dll
Dshelper.exe
Dshelper.ini

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

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




;****************************************************************************
; Destination Directories
;**********************************************************************



[DestinationDirs]
3COMADSL.CopyFiles = 12	; drivers directory
CoInstaller.CopyFiles = 11 ; System Dir( system32 on NT )

;**********************************************************************
; Localizable Strings
;**********************************************************************
[strings]
V_3COM="3COM Corp."

V_3COMADSL="3COM"

NetworkAddress="Network Address"

3COMADSL.DeviceDesc="3Com ADSL PCI Modem LAN/RFC1483 (Win 2000)"
PnP3COMADSL.DeviceDesc="3Com ADSL PCI Modem LAN/RFC1483 (Win 2000)"

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: web4, load: 0.58