W95DSLH.inf Driver File Contents (dsl100D_driver_v004.exe)

[version]
;CatalogFile = 
LayoutFile=layout.inf
signature="$Windows95$"
Class=Net
provider=%V_DLink%

[Manufacturer]
%V_DLink%=DLink

;=================================================================
;    Source Files Section 
;=================================================================

[SourceDisksNames]
50="D-Link DSL-100D ADSL Modem",,0
[SourceDisksFiles]
w95amgm.inf  = 50,                 ; on distribution disk 1, in root
w95DSLH.inf  = 50,                 ; on distribution disk 1, in root
amgm.vxd     = 50,                 ; on distribution disk 1, in root
DSLH95a2.sys = 50,                 ; on distribution disk 1, in root
mapia2.exe   = 50,                 ; on distribution disk 1, in root
Ndi9x.dll    = 50,                 ; on distribution disk 1, in root
MapiIcon.exe = 50,                 ; on distribution disk 1, in root
mapidrv.dll  = 50,                 ; on distribution disk 1, in root
DllMapi.exe  = 50,                 ; on distribution disk 1, in root
DllMapi2.exe = 50,                 ; on distribution disk 1, in root

[DLink]
%PCI\VEN_1471&DEV_0188.DeviceDesc%=a2.ndi, PCI\VEN_1471&DEV_0188        

;===================================
;       Installer Section
;===================================

[a2.ndi]
AddReg=a2.ndi.reg,ndis.ndi.reg,param.ndi.reg
;with Large Application
;CopyFiles=adsl.CopyFiles.vxd,a2.CopyFiles.sys,adsl.Copyfiles.inf,a2.CopyFiles.mapi
;with Systray Application
CopyFiles=adsl.CopyFiles.vxd,a2.CopyFiles.sys,adsl.Copyfiles.inf,a2.CopyFiles.mapiic



[a2.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1471&DEV_0188"
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,DSLH95a2.sys
HKR,NDIS,LogDriverName,,"DSLH95a2"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ADSL_A2,,"%10%\System\MapiIcon.exe"
HKR,Ndi,NdiInstaller,,"Ndi9X.dll,MyNdiProc"

[ndis.ndi.reg]
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,Ndi,InstallInf,,"w95amgm.inf"
HKR,NDIS,MajorNdisVersion,1,00
HKR,NDIS,MinorNdisVersion,1,0A
HKR,Ndi\Interfaces,DefUpper,,"ndis3,itexamgm"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,itexamgm"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

HKR,Ndi\Compatibility,RequireAll,,"AMGM,MSTCP"

[param.ndi.reg]
; Advanced Params
HKR, Ndi\params\Vpi,ParamDesc,, "VPI"
HKR, Ndi\params\Vpi,default,  , "0"
HKR, Ndi\params\Vpi,min,      , "0"
HKR, Ndi\params\Vpi,max,      , "255"
HKR, Ndi\params\Vpi,step,     , "1"
HKR, Ndi\params\Vpi,base,     , "10"
HKR, Ndi\params\Vpi,type,     , "int"

HKR, Ndi\params\Vci,ParamDesc,, "VCI"
HKR, Ndi\params\Vci,default,  , "35"
HKR, Ndi\params\Vci,min,      , "0"
HKR, Ndi\params\Vci,max,      , "65535"
HKR, Ndi\params\Vci,step,     , "1"
HKR, Ndi\params\Vci,base,     , "10"
HKR, Ndi\params\Vci,type,     , "int"

HKR, Ndi\Params\Framing,         ParamDesc,  0, "Framing"
HKR, Ndi\Params\Framing,         default,    0, "0"
HKR, Ndi\Params\Framing\Enum,    "0",        0, "LLC/SNAP"
HKR, Ndi\Params\Framing\Enum,    "1",        0, "VC Mux"
HKR, Ndi\Params\Framing,         type,       0, "enum"

;; Added By Andy Chou ++
HKR, Ndi\Params\Protocol,         ParamDesc,  0, "Protocol"
HKR, Ndi\Params\Protocol,         default,    0, "1"
HKR, Ndi\Params\Protocol\Enum,    "0",        0, "Classical IP over ATM"
HKR, Ndi\Params\Protocol\Enum,    "1",        0, "Ethernet over ATM"
HKR, Ndi\Params\Protocol,         type,       0, "enum"
;; --

;; Added By Alan Wu ++
HKR, Ndi\params\Vpi_Bert,ParamDesc,, "VPI (Bit Error Rate Test)"
HKR, Ndi\params\Vpi_Bert,default,  , "0"
HKR, Ndi\params\Vpi_Bert,min,      , "0"
HKR, Ndi\params\Vpi_Bert,max,      , "255"
HKR, Ndi\params\Vpi_Bert,step,     , "1"
HKR, Ndi\params\Vpi_Bert,base,     , "10"
HKR, Ndi\params\Vpi_Bert,type,     , "int"

HKR, Ndi\params\Vci_Bert,ParamDesc,, "VCI (Bit Error Rate Test)"
HKR, Ndi\params\Vci_Bert,default,  , "35"
HKR, Ndi\params\Vci_Bert,min,      , "0"
HKR, Ndi\params\Vci_Bert,max,      , "65535"
HKR, Ndi\params\Vci_Bert,step,     , "1"
HKR, Ndi\params\Vci_Bert,base,     , "10"
HKR, Ndi\params\Vci_Bert,type,     , "int"

HKR, Ndi\params\ModemOpMode,	     ParamDesc,, "ModemOpMode"
HKR, Ndi\params\ModemOpMode,	     default, 0, "1"
HKR, Ndi\Params\ModemOpMode\Enum,    "1",        0, "T1.413"
HKR, Ndi\Params\ModemOpMode\Enum,    "2",        0, "G.Dmt"
HKR, Ndi\Params\ModemOpMode\Enum,    "3",        0, "T1.413+G.Dmt"
HKR, Ndi\Params\ModemOpMode\Enum,    "8",        0, "G.Lite"
HKR, Ndi\Params\ModemOpMode\Enum,    "9",        0, "T1.413+G.Lite"
HKR, Ndi\Params\ModemOpMode\Enum,    "10",       0, "G.Dmt+G.Lite"
HKR, Ndi\Params\ModemOpMode\Enum,    "11",       0, "T1.413+G.Dmt+G.Lite"
HKR, Ndi\params\ModemOpMode,	     type,       0, "enum"
;; --

HKR, Ndi\params\TxCellQueueLength,ParamDesc,, "Transmit Cell Buffer Length"
HKR, Ndi\params\TxCellQueueLength,default,  , "10240"
HKR, Ndi\params\TxCellQueueLength,min,      , "256"
HKR, Ndi\params\TxCellQueueLength,max,      , "16384"
HKR, Ndi\params\TxCellQueueLength,step,     , "128"
HKR, Ndi\params\TxCellQueueLength,base,     , "10"
HKR, Ndi\params\TxCellQueueLength,type,     , "int"

HKR, Ndi\params\RxCellQueueLength,ParamDesc,, "Receive Cell Buffer Length"
HKR, Ndi\params\RxCellQueueLength,default,  , "10240"
HKR, Ndi\params\RxCellQueueLength,min,      , "256"
HKR, Ndi\params\RxCellQueueLength,max,      , "16384"
HKR, Ndi\params\RxCellQueueLength,step,     , "128"
HKR, Ndi\params\RxCellQueueLength,base,     , "10"
HKR, Ndi\params\RxCellQueueLength,type,     , "int"

;=======================================================================================
;    Copy Files Section
;=======================================================================================
;====================================
;[Common Part for A2
;====================================
[adsl.CopyFiles.inf]
w95amgm.inf,,,2
w95DSLH.inf,,,2

[adsl.CopyFiles.vxd]
amgm.vxd,,,2

;====================================
;[Product Specific Part for A2]
;==================================== 
[a2.CopyFiles.sys]
DSLH95a2.sys,,,2

Ndi9X.dll,,,2
MapiIcon.exe,,,2
mapidrv.dll,,,2
DllMapi.exe,,,2
DllMapi2.exe,,,2

;====================================
;[MAPI Utility for A2]
;====================================
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Large Applications
;;;;;;;;;;;;;;;;;;;;;;;;;;;
[a2.CopyFiles.mapi]
mapia2.exe,,,2
;dmapi.exe,,,2

;;;;;;;;;;;;;;;;;;;;;;;;;;;
;SysTray Applications
;;;;;;;;;;;;;;;;;;;;;;;;;;;
[a2.CopyFiles.mapiic]


;====================================
;    Destination  Section
;====================================
[DestinationDirs] 
;[Common Part for A2, Winnt/Win9x]
adsl.CopyFiles.inf           = 17           ;Inf
adsl.CopyFiles.vxd           = 11           ;LDID_SYS

;[A2, Win9x]
a2.CopyFiles.sys             = 11

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Large Applications
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;[A2, MAPI]
a2.CopyFiles.mapi            = 10

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Systray Applications
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;[A2, MAPI]
a2.CopyFiles.mapiic          = 10


[strings]
V_DLink="D-Link"
PCI\VEN_1471&DEV_0188.DeviceDesc="D-Link DSL-100D ADSL Modem"
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: 0.71