NETDL22X.INF Driver File Contents (DlinkDE220.zip)

; NETDL22X.INF
;
; D-Link DE-220 Family Ethernet Adapters.
;
; Copyright 1997-1998, D-Link Corporation

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_D-Link%

[Manufacturer]
%V_D-Link%=D-Link

[D-Link]
%*DLK2201.devicedesc%=*DLK2201.ndi, *DLK2201         ;PnP ISA
%*DLK2202.devicedesc%=*DLK2202.ndi, *DLK2202         ;Legacy ISA

;****************************************************************************
; ISA Adapter
;****************************************************************************
[*DLK2202.ndi]
AddReg=*DLK2202.ndi.reg, DLK2202.ndi.reg, DE22X.params.reg
CopyFiles=de22x.ndis3.CopyFiles,de22x.ndis2.CopyFiles,AddFiles.Inf
LogConfig=*DLK2202.LogConfig

[*DLK2202.ndi.reg]
HKR,Ndi,DeviceID,,"*DLK2202"

[*DLK2202.LogConfig]
ConfigPriority=HARDRECONFIG
;IRQConfig=3,4,5,9,10,11,12,15
IOConfig=20@200-3FF%FFE0(3FF::)

;****************************************************************************
; PnP ISA Adapter
;****************************************************************************
[*DLK2201.ndi]
AddReg=*DLK2201.ndi.reg, DLK2201.ndi.reg, DE22X.params.reg
CopyFiles=de22x.ndis3.CopyFiles,de22x.ndis2.CopyFiles,AddFiles.Inf
LogConfig=*DLK2201.LogConfig

[*DLK2201.ndi.reg]
HKR,Ndi,DeviceID,,"*DLK2201"
HKR,Ndi,CardType,,"ISAPNP"

;****************************************************************************
; Drivers
;****************************************************************************
[AddFiles.Inf]
NETDL22X.inf

[DLK2201.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,de22x.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"DE22X"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
;HKR,Ndi\Install,ndis3,,"de22x.ndis3"

[DLK2202.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,de22x.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"DE22X"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"DE22X$"
HKR,NDIS\NDIS2,FileName,,"de22x.dos"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
;HKR,Ndi\Install,ndis3,,"de22x.ndis3"
;HKR,Ndi\Install,ndis2,,"de22x.ndis2"

; Install NDIS3
[de22x.ndis3]
CopyFiles=de22x.ndis3.CopyFiles
[de22x.ndis3.CopyFiles]
de22x.sys,de22x.sy_

; Install NDIS2
[de22x.ndis2]
CopyFiles=de22x.ndis2.CopyFiles
[de22x.ndis2.CopyFiles]
de22x.dos,de22x.do_


[DestinationDirs]
DefaultDestDir              =11 ;LDID_SYS
de22x.ndis3.CopyFiles       =11
de22x.ndis2.CopyFiles       =26 ;LDID_WINBOOT
AddFiles.Inf                =17 ;LDID_INF

[DE22X.params.reg]
; Resources
;HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
;HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
;HKR,Ndi\params\InterruptNumber,ParamDesc,,"Interrupt Level"
;HKR,NDI\params\InterruptNumber,flag,1,60,00,00,00
HKR,Ndi\params\IoBaseAddress,resc,1,02,00,00,00
HKR,Ndi\params\IoBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IoBaseAddress,flag,1,20,00,00,00
;ndis2
;HKR,NDI\params\interrupt,resc,1,04,00,00,00
;HKR,Ndi\params\interrupt,ParamDesc,,"Interrupt Level"
;HKR,NDI\params\interrupt,flag,1,10,00,00,00
HKR,Ndi\params\ioaddress,resc,1,02,00,00,00
HKR,Ndi\params\ioaddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\ioaddress,flag,1,10,00,00,00

;JITI
HKR,Ndi\params\JITI,ParamDesc,,"JITI"
HKR,Ndi\params\JITI,default,,1
HKR,Ndi\params\JITI,type,,enum
HKR,Ndi\params\JITI\enum,1,,"ON "
HKR,Ndi\params\JITI\enum,0,,"OFF"
HKR,NDI\params\JITI,flag,1,20,00,00,00

;network address
HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
HKR,NDI\params\NetworkAddress,type,,edit
HKR,NDI\params\NetworkAddress,LimitText,,12
HKR,NDI\params\NetworkAddress,UpperCase,,1
HKR,Ndi\params\NetworkAddress,default,,""
HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\NetworkAddress,optional,,1

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
; Manufacturers
V_D-Link="D-Link"
; PNP Devices
*DLK2201.DeviceDesc="D-Link DE-220 Family Ethernet Adapter (PnP Mode)"
*DLK2202.DeviceDesc="D-Link DE-220 Family Ethernet Adapter (Non-PnP Mode)"


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: ftp, load: 1.24