; netdf660.inf
;
; Copyright 1997-1999, D-Link Corporation
[Version]
signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
LayoutFile = layout.inf
provider = %PCMCIAs%
[Manufacturer]
%PCMCIAs%=PCMCIAs
;[ControlFlags]
;ExcludeFromSelect = PCI\VEN_1011&DEV_0019&SUBSYS_11011186
;ExcludeFromSelect = PCI\VEN_1011&DEV_0019&SUBSYS_11401186
;ExcludeFromSelect = PCI\VEN_1011&DEV_0019&SUBSYS_11421186
[PCMCIAs]
; DEC DeviceID, supported in SR2 WIN95. And D-Link's subsystem ID
%PCMCIAsDFE660%=PCMCIAsDFE660.ndi,PCI\VEN_1011&DEV_0019&SUBSYS_11011186 ;DLK
%PCMCIAsDFE660%=PCMCIAsDFE660.ndi,PCI\VEN_1011&DEV_0019&SUBSYS_11401186 ;DLK
%PCMCIAsDFE660%=PCMCIAsDFE660.ndi,PCI\VEN_1011&DEV_0019&SUBSYS_11421186 ;DLK
; Non PNP DeviceID, necessary for SR1 WIN95
%PCMCIAsDFE660FL%=PCMCIAsDFE660FL.ndi,D-Link-DFE-660
[PCMCIAsDFE660.ndi.NT]
Characteristics = 0x4
BusType = 5
AddReg = DFE660X.ndi.reg, ADDREG_DFE6601.ndi.reg
CopyFiles = DFE660.ndis5.CopyFiles
[PCMCIAsDFE660.ndi.NT.Services]
AddService = DFE660, 2, DFE660.Service, DFE660.EventLog
[DFE660X.ndi.reg]
HKR, Ndi, Service, 0, "DFE660"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
;This tells Miniport driver that we are running under OSR2, not WIN95 or NT
;This parameter is NOT user configurable.
HKR,,PlatformType,,1
[DFE660.ndis5.CopyFiles]
DFE660.sys,DFE660.sy_,,2
[DFE660.Service]
DisplayName = %PCMCIAsDFE660%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\DFE660.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
[DFE660.EventLog]
AddReg = DFE660.AddEventLog.reg
[DFE660.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[PCMCIAsDFE660.ndi]
AddReg=ADDREG_DFE660.ndi.reg,ADDREG_DFE6601.ndi.reg,DFE660.ndi.reg, ADDREG_PCMCIAs_DFE660.ndi.reg, Network.setup.reg
CopyFiles=Network.setup.CopyFiles, DFE660.ndis3.CopyFiles,DFE660.inf.CopyFiles
[PCMCIAsDFE660FL.ndi] ; WIN95 forced load support
AddReg=ADDREG_DFE660.ndi.reg,ADDREG_DFE6601.ndi.reg,DFE660FL.ndi.reg,ADDREG_PCMCIAs_DFE660FL.ndi.reg
LogConfig=DFE660FL.LogConfig
CopyFiles=DFE660.ndis3.CopyFiles,DFE660.inf.CopyFiles
;******************************************************************************
; Add these keys to the registry for all DFE660 adapters
;******************************************************************************
[ADDREG_DFE660.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,DFE660.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"DFE660"
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"
;*
; These are the user-configurable parameters which the driver parses.
;
;******************************************************************************
; This section contains Registry for Device specific parameters
;******************************************************************************
[ADDREG_DFE6601.ndi.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,1,,"100BaseTx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,2,,"100BaseTx"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,4,,"10BaseT (Twisted_Pair)"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00
;Transmit Threshold 100Mbps
HKR,Ndi\params\TransmitThreshold100,ParamDesc,,"100Mbps Transmit Threshold"
HKR,Ndi\params\TransmitThreshold100,default,,80
HKR,Ndi\params\TransmitThreshold100,type,,enum
HKR,Ndi\params\TransmitThreshold100\enum,80,," 128 bytes"
HKR,Ndi\params\TransmitThreshold100\enum,100,," 256 bytes"
HKR,Ndi\params\TransmitThreshold100\enum,200,," 512 bytes"
HKR,Ndi\params\TransmitThreshold100\enum,400,,"1024 bytes"
HKR,NDI\params\TransmitThreshold100,flag,1,20,00,00,00
;Transmit Threshold 10Mbps
HKR,Ndi\params\TransmitThreshold,ParamDesc,,"10Mbps Transmit Threshold"
HKR,Ndi\params\TransmitThreshold,default,,60
HKR,Ndi\params\TransmitThreshold,type,,enum
HKR,Ndi\params\TransmitThreshold\enum,48,," 72 bytes"
HKR,Ndi\params\TransmitThreshold\enum,60,," 96 bytes"
HKR,Ndi\params\TransmitThreshold\enum,80,," 128 bytes"
HKR,Ndi\params\TransmitThreshold\enum,A0,," 160 bytes"
HKR,NDI\params\TransmitThreshold,flag,1,20,00,00,00
;********************************************
; Registry for PCI common parameters
;********************************************
;params
HKR,,AdapterType,,5
HKR,,BusType,,5
HKR,,MediaType,,1
HKR,,AdapterCFID,,00191011
HKR,,ReceiveBuffers,,10
HKR,,UnderrunRetry,,2
HKR,,InterrupMitigation,,0
HKR,,MapRegisters,,8
;Burst Length
HKR,,BurstLength,,10
;Underrun Threshold
HKR,,UnderrunThreshold,,0A
;StoreAndForward
HKR,,StoreAndForward,,0
;MemoryReadMultiple
HKR,,MemoryReadMultiple,,0
;******************************************************************************
; This section contains stuff specific to each version of adapter.
;******************************************************************************
[DFE660.ndi.reg]
HKR,Ndi\Install,ndis3,,"DFE660.ndis3"
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0019"
HKR,Ndi,CardType,,"PCI" ; CardType is only used on WIN95 with SR2 support/CardBus support.
;This tells Miniport driver that we are running under OSR2, not WIN95 or NT
;This parameter is NOT user configurable.
HKR,,PlatformType,,1
[DFE660FL.ndi.reg] ; WIN95 forced load support
HKR,Ndi\Install,ndis3,,"DFE660.ndis3"
;HKR,Ndi,DeviceID,,"pnp8323" ; Bogus ID
HKR,Ndi,CardType,,"LEGACY"
HKR,Ndi,DeviceID,,"D-Link-DFE-660 " ; Non PNP DeviceID, necessary for SR1 WIN95
;****************************************************************************
; Add these keys to the registry for all DFE660 adapters.
;****************************************************************************
[ADDREG_PCMCIAs_DFE660.ndi.reg]
;
; The following 3 keywords are resources maintained by the system.
; The system allocates values to these according to what is available.
; The system allocated values are then put into the registry for querying
; by the miniport driver.
;
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,,MemoryBaseAddress,1,01,00,00,00
[ADDREG_PCMCIAs_DFE660FL.ndi.reg] ; WIN95 forced load support
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,,MemoryBaseAddress,1,01,00,00,00
[DFE660FL.LogConfig] ; WIN95 forced load support
ConfigPriority=HARDRECONFIG
;IOConfig=80@f000-f7ff%FF80(3FF::)
IOConfig=80@200-f7ff%FF80(3FF::)
IRQConfig=0,3,4,5,6,7,8,9,10,11,12,13,14,15
MemConfig=4000@C0000-EFFFF%FFFFC000
;****************************************************************************
; Installation for NDIS 3, copying files
;****************************************************************************
[DFE660.ndis3]
;CopyFiles=DFE660.ndis3.CopyFiles,DFE660.inf.CopyFiles
[Network.setup.CopyFiles]
DLINK.exe,,,2
[Network.setup.reg]
HKLM, %Run%, NetworkSetup,,"%10%\DLink.exe"
[DFE660.ndis3.CopyFiles]
DFE660.sys,DFE660.sy_,,2
[DFE660.inf.CopyFiles]
NETDF660.INF
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir =11 ; SYSTEM directory
DFE660.ndis3.CopyFiles =11 ; SYSTEM directory
DFE660.inf.CopyFiles =17 ; INF directory
DFE660.ndis5.CopyFiles =12
Network.setup.CopyFiles = 10 ; LDID_WIN
;****************************************************************************
; Translatable strings
;****************************************************************************
[Strings]
MS="Microsoft"
; Manufacturer names
PCMCIAs="D-Link"
Run = "Software\Microsoft\Windows\CurrentVersion\Run"
; Adapter names
PCMCIAsDFE660 ="D-Link DFE-660 Fast Ethernet PC Card Adapter"
PCMCIAsDFE660FL ="D-Link DFE-660 Fast Ethernet PC Card Adapter manual load" ; WIN95 forced load support
Service.DispName="D-Link DFE-660 Fast Ethernet PC Card Adapter Driver"
Download Driver Pack
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.