net21cw.inf Driver File Contents (Intel2100Drivers.zip)

;-------------------------------------------------------------------------------
;
; INTEL CORPORATION PROPRIETARY INFORMATION               
;   This software is supplied under the terms of a license agreement 
;   or non-disclosure agreement with Intel Corporation and may not be 
;   copied nor disclosed except in accordance with the terms of that 
;   agreement.                               
;   Copyright © 2000 Intel Corporation. All Rights Reserved.
;
; PVCS Information:
;     $Revision: 41 $
;     $Modtime: 7/12/00 4:39p $
;
; ABSTRACT:
;   Windows 98 INF file for the 
;   Intel(R) PRO/DSL 2100 Modem - PPP
;
;-------------------------------------------------------------------------------

[version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %INTEL%
Compatible  = 1
DriverVer=07/12/2000, 1.1.5.0
; placeholder for "signed" catalog file
;CatalogFile = somecat.cat
; include this line if we are on the cd
; otherwise include the sourcedisksfiles and sourcedisknames
;LayoutFile  = layout.inf


[Manufacturer]
%INTEL% = Intel

[ControlFlags]
ExcludeFromSelect = PCI\VEN_8086&DEV_5001&SUBSYS_00018086&REV_02
                  

[Intel]
;
;DisplayName              Section               DeviceID
;-----------              -------               --------
%PRO2100W2.DeviceDesc% =  PRO2100W2.ndi,         PCI\VEN_8086&DEV_5001&SUBSYS_00018086&REV_02

;
; Windows 9X specific entry
;
[PRO2100W2.ndi]
DriverVer=06/26/2000
AddReg=PRO2100W2.id.reg,PRO2100W.Gen.Params,common.reg, gsi.reg,PRO2100W.win.reg, tapi.win.reg
DeviceID="PCI\VEN_8086&DEV_5001&SUBSYS_00018086&REV_02"
LogConfig = DefaultConfig


;
; Windows NT specific entry
;
[PRO2100W2.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = Common.reg, PRO2100W.reg, gsi.reg
CopyFiles       = PRO2100W.CopyFiles, PRODSL.CopyFiles, PRODSLDLL.CopyFiles, DSLDIAG.CopyFile
; NT pays attention to this date (but not the version) when upgrading


[PRO2100W2.ndi.NT.Services]
AddService = PRO2100W, 2, PRO2100W.Service, common.EventLog


;-------------- Coinstaller installation

[PRO2100W2.ndi.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles


[CoInstaller_CopyFiles]
dslcoinst.dll

[CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"dslcoinst.dll,MyCoInstaller"


;
; Win9x id registry sections
; These are not needed by NT
[PRO2100W2.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_8086&DEV_5001&SUBSYS_00018086&REV_02"
HKR, Ndi, HelpText,  , %PRO2100W.HelpText%


[Common.reg]
HKR, Ndi\params\Rfc2364Vpi,   ParamDesc,  0, "Default VPI"
HKR, Ndi\params\Rfc2364Vpi,   default,    0, "1"
HKR, Ndi\params\Rfc2364Vpi,   min,        0, "0"
HKR, Ndi\params\Rfc2364Vpi,   max,        0, "3"
HKR, Ndi\params\Rfc2364Vpi,   step,       0, "1"
HKR, Ndi\params\Rfc2364Vpi,   base,       0, "10"
HKR, Ndi\params\Rfc2364Vpi,   type,       0, "int"

HKR, Ndi\params\Rfc2364Vci,   ParamDesc,  0, "Default VCI"
HKR, Ndi\params\Rfc2364Vci,   default,    0, "1"
HKR, Ndi\params\Rfc2364Vci,   min,        0, "1"
HKR, Ndi\params\Rfc2364Vci,   max,        0, "63"
HKR, Ndi\params\Rfc2364Vci,   step,       0, "1"
HKR, Ndi\params\Rfc2364Vci,   Base,       0, "10"
HKR, Ndi\params\Rfc2364Vci,   type,       0, "int"

HKR, Ndi\params\RxBufferCount,   ParamDesc,  0, "Receive Buffer Count"
HKR, Ndi\params\RxBufferCount,   default,    0, "20"
HKR, Ndi\params\RxBufferCount,   min,        0, "4"
HKR, Ndi\params\RxBufferCount,   max,        0, "100"
HKR, Ndi\params\RxBufferCount,   step,       0, "1"
HKR, Ndi\params\RxBufferCount,   base,       0, "10"
HKR, Ndi\params\RxBufferCount,   type,       0, "int"

HKR, Ndi\params\TxBufferCount,   ParamDesc,  0, "Transmit Buffer Count"
HKR, Ndi\params\TxBufferCount,   default,    0, "10"
HKR, Ndi\params\TxBufferCount,   min,        0, "4"
HKR, Ndi\params\TxBufferCount,   max,        0, "100"
HKR, Ndi\params\TxBufferCount,   step,       0, "1"
HKR, Ndi\params\TxBufferCount,   base,       0, "10"
HKR, Ndi\params\TxBufferCount,   type,       0, "int"

HKR, Ndi\params\Rfc2364Encaps,   ParamDesc,  0, "Rfc2364 Encapsulation"
HKR, Ndi\params\Rfc2364Encaps,   default,    0, "0"
HKR, Ndi\params\Rfc2364Encaps,   type,       0, "enum"
HKR, Ndi\params\Rfc2364Encaps\enum,"0",,"No"
HKR, Ndi\params\Rfc2364Encaps\enum,"1",,"Yes"

; development parameter
;HKR, Ndi\params\StripHDLC,   ParamDesc,  0, "DEV-Strip HDLC headers (FF03)"
;HKR, Ndi\params\StripHDLC,   default,    0, 1
;HKR, Ndi\params\StripHDLC,   type,       0, enum
;HKR, Ndi\params\StripHDLC\enum, 0 ,       ,"No"
;HKR, Ndi\params\StripHDLC\enum, 1 ,       ,"Yes"


[gsi.reg]
HKR,Ndi\Params\Baud, ParamDesc, 0, "Baud"
HKR,Ndi\Params\Baud, default, 0, 3
HKR,Ndi\Params\Baud, type, 0, enum
HKR,Ndi\Params\Baud\enum, 6, 0, "136"
HKR,Ndi\Params\Baud\enum, 0, 0, "340"
HKR,Ndi\Params\Baud\enum, 1, 0, "680"
HKR,Ndi\Params\Baud\enum, 3, 0, "952"

;HKR,Ndi\Params\UpConst, ParamDesc, 0, "Upstream Constellation"
;HKR,Ndi\Params\UpConst, default, 0, 80
;HKR,Ndi\Params\UpConst, type, 0, enum
;HKR,Ndi\Params\UpConst, base, 0, 16
;HKR,Ndi\Params\UpConst\enum, 1, 0, "8 ER"
;HKR,Ndi\Params\UpConst\enum, 2, 0, "8"
;HKR,Ndi\Params\UpConst\enum, 4, 0, "16"
;HKR,Ndi\Params\UpConst\enum, 8, 0, "32"
;HKR,Ndi\Params\UpConst\enum, 10, 0, "64"
;HKR,Ndi\Params\UpConst\enum, 20, 0, "128"
;HKR,Ndi\Params\UpConst\enum, 40, 0, "256"
;HKR,Ndi\Params\UpConst\enum, 80, 0, "256UC"

;HKR,Ndi\Params\DownConst, ParamDesc, 0, "Downstream Constellation"
;HKR,Ndi\Params\DownConst, default, 0, 80
;HKR,Ndi\Params\DownConst, type, 0, enum
;HKR,Ndi\Params\DownConst, base, 0, 16
;HKR,Ndi\Params\DownConst\enum, 1, 0, "8 ER"
;HKR,Ndi\Params\DownConst\enum, 2, 0, "8"
;HKR,Ndi\Params\DownConst\enum, 4, 0, "16"
;HKR,Ndi\Params\DownConst\enum, 8, 0, "32"
;HKR,Ndi\Params\DownConst\enum, 10, 0, "64"
;HKR,Ndi\Params\DownConst\enum, 20, 0, "128"
;HKR,Ndi\Params\DownConst\enum, 40, 0, "256"
;HKR,Ndi\Params\DownConst\enum, 80, 0, "256UC"

HKR,Ndi\Params\TxPower, ParamDesc, 0, "Transmit Power"
HKR,Ndi\Params\TxPower, default, 0, 0
HKR,Ndi\Params\TxPower, type, 0, enum
HKR,Ndi\Params\TxPower, base, 0, 16
HKR,Ndi\Params\TxPower\enum, 0, 0, "(Default) FULL power"
HKR,Ndi\Params\TxPower\enum, 1, 0, "-03 dB"
HKR,Ndi\Params\TxPower\enum, 2, 0, "-06 dB"
HKR,Ndi\Params\TxPower\enum, 3, 0, "-09 dB"
HKR,Ndi\Params\TxPower\enum, 4, 0, "-12 dB"
HKR,Ndi\Params\TxPower\enum, 5, 0, "-15 dB (lowest power)"

;HKR,Ndi\Params\LineLimit, ParamDesc, 0, "Line Limit"
;HKR,Ndi\Params\LineLimit, default, 0, "E"
;HKR,Ndi\Params\LineLimit, type, 0, enum
;HKR,Ndi\Params\LineLimit, base, 0, 16
;HKR,Ndi\Params\LineLimit\enum, C, 0, "12"
;HKR,Ndi\Params\LineLimit\enum, D, 0, "13"
;HKR,Ndi\Params\LineLimit\enum, E, 0, "14"
;HKR,Ndi\Params\LineLimit\enum, F, 0, "15"
;HKR,Ndi\Params\LineLimit\enum, 10, 0, "16"


;
; NT specific
;
[PRO2100W.reg]
HKR, Ndi,                       Service,    0, "PRO2100W"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndiswan"
HKR, Ndi\Interfaces,            DefLower,   0, "isdn"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces,            LowerRange, 0, "isdn"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ProDsl.exe,0,ProDsl.exe
HKLM,Software\Intel\DSLSetup\Install,DriverType,0x00010001,1

;HKR,, WanEndpoints, 0x00010001, 2

[PRO2100W.Service]
DisplayName     = %PRO2100W.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\p21c2kW.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

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

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

;----------------------------------------------------------------------------
; Win9x specific
;
[PRO2100W.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "p21C9xW.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
HKR, Ndi\Interfaces,DefUpper,       0, "ndiswan"
HKR, Ndi\Interfaces,DefLower,       0, "adsl"
HKR, Ndi\Interfaces,UpperRange,     0, "ndiswan"
HKR, Ndi\Interfaces,LowerRange,     0, "adsl"
; Required Components
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN,*PNP8387"

HKR, NDIS,          LogDriverName,      0, "PRO2100W"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A

HKR, Ndi\Install,   ndiswan,            0, "PRO2100W.install"

; Add ISDN Class to RNA
HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,

[tapi.win.reg]
;****************************************************************************
; TAPI ISDN Configuration
;****************************************************************************
;HKR,,NumberOfLines,,1
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, 03,00,00,00, ff,00,00,00, 03,00,00,00, 01,00,00,00, 01,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
HKR,TAPI\Line0\Channel0,Phone,0,
HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00,00,00,00,00,00,00,00,00
HKR,TAPI\Line0\Channel1,Phone,0,

;****************************************************************************
; General Params
;****************************************************************************
[PRO2100W.Gen.Params]
; PRO2100W constant values
HKR,,BoardType,,"PRO2100W"
HKR,,BoardName,,"PRO2100W"

[PRO2100W.install]
CopyFiles = PRO2100W.win.CopyFiles

;-----------------------------------------------------------------------------
; DestinationDirs
;

[PRO2100W.CopyFiles]
p21c2kW.sys,,,2

[PRODSL.CopyFiles]
PRODSL.EXE,ProDsl.ex_,,2
PRODSL.HLP,,,2
DSLHELP.HLP,,,2
DSLHELP.CNT,,,2


[DSLDIAG.CopyFile]
DSLDIAG.EXE,,,2
SUPPORT.TXT,,,2
READMEW2K.TXT,,,2
DSLDIAG.HLP,,,2

[PRODSLDLL.CopyFiles]
PRODSL.DLL,ProDsl.dl_,,2

[PRO2100W.win.CopyFiles]
p21C9xW.sys,,,2

[DestinationDirs]
PRO2100W.CopyFiles = 12
PRODSL.CopyFiles = 10
PRODSLDLL.CopyFIles = 11
PRO2100W.win.CopyFiles = 11
DefaultDestDirs        = 11
DSLDIAG.CopyFile       = 16422,%DSLSETUP%

CoInstaller_CopyFiles = 11 ; System Dir( system32 on NT )

[SourceDisksNames]
; it appears that the percent - 17 - percent means the windows\inf directory
; thats where our driver and INF get copied from
62="Intel(R) PRO/DSL 2100 Modem Driver Disk",,,%17%

[SourceDisksNames.x86]
62="Intel(R) PRO/DSL 2100 Modem Driver Disk",,,


[SourceDisksFiles]
p21C9xW.sys=62
p21c2kW.sys=62
PRODSL.EX_=62
PRODSL.DL_=62
PRODSL.HLP=62
DSLHELP.HLP=62
DSLHELP.CNT=62
DslCoInstall.DLL=62
DSLDIAG.EXE=62
SUPPORT.TXT=62
READMEW2K.TXT=62
DSLDIAG.HLP=62

; can get instant customization for languages if put Strings.LangIDSubLangID
[Strings]
INTEL   = "Intel"
DSLSETUP =  "Intel\DslSetup"

PRO2100W2.DeviceDesc  = "Intel(R) PRO/DSL 2100 Modem - PPP"

PRO2100W.HelpText     = "Intel(R) PRO/DSL 2100 Modem Driver for PPP"

PRO2100W.Service.DispName = "Intel(R) PRO/DSL 2100 Modem - PPP"


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