; NETPCI.INF ; Inf file for installing DC21X4-based products on Win95 ; ; COPYRIGHT (c) 1998 BY INTEL CORPORATION. ; Copyright 1993-1995, Microsoft Corporation ; ; Revision history: ; ; 08-Mar-1995 ymf Initial Entry ; [version] LayoutFile=layout.inf signature="$WINDOWS 95$" Class=Net provider=%V_MS% [Manufacturer] %V_DEC%=INTEL [INTEL] %21040.DeviceDesc%=21040.ndi, PCI\VEN_1011&DEV_0002 ;Intel 21040 based Ethernet Controller %21041.DeviceDesc%=21041.ndi, PCI\VEN_1011&DEV_0014 ;Intel 21041 based Ethernet Controller %21140.DeviceDesc%=21140.ndi, PCI\VEN_1011&DEV_0009 ;Intel 21140 based 10/100 mpbs Ethernet Controller %21142.DeviceDesc%=21142.ndi, PCI\VEN_1011&DEV_0019 ;Intel 21143/2 based 10/100 mbps Ethernet Controller %21143.DeviceDesc%=21143.ndi, PCI\VEN_1011&DEV_0019 ;Intel 21143/2 based 10/100 mbps Ethernet Controller [21040.ndi] AddReg=21040.ndi.reg,21x4.ndi.reg,dc21040.ndi.reg [21041.ndi] AddReg=21041.ndi.reg,21x4.ndi.reg,dc21041.ndi.reg [21140.ndi] AddReg=21140.ndi.reg,21x4.ndi.reg,dc21140.ndi.reg [21142.ndi] AddReg=21142.ndi.reg,21x4.ndi.reg,dc21142.ndi.reg [21143.ndi] AddReg=21143.ndi.reg,21x4.ndi.reg,dc21143.ndi.reg [21040.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0002" [21041.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0014" [21140.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0009" [21142.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0019" [21143.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0019" [dc21x4.ndi.reg] ;; key,subkey,valuname,type,value ;------------------------------- HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,, ; NDIS Info ;---------- HKR,NDIS,LogDriverName,,"DC21X4" HKR,NDIS,MajorNdisVersion,1,03 HKR,NDIS,MinorNdisVersion,1,0A HKR,NDIS\NDIS2,DriverName,,"DC21X4$" HKR,NDIS\NDIS2,FileName,,"DC21X4.dos" ;HKR,NDIS\ODI,DriverName,,"DC21X4" ;HKR,NDIS\ODI,FileName,,"dc21x4.com" ; Interfaces ;----------- ;HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3" HKR,Ndi\Interfaces,DefUpper,,"ndis2" HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi" ;HKR,Ndi\Interfaces,UpperRange,,"ndis2" HKR,Ndi\Interfaces,LowerRange,,"ethernet" ; Install sections ;----------------- HKR,Ndi\Install,ndis2,,"dc21x4.ndis2" ;HKR,Ndi\Install,ndis3,,"dc21x4.ndis3" ;HKR,Ndi\Install,odi,,"dc21x4.odi" ;Slot ;---- HKR,Ndi\params\Slot,ParamDesc,,"Slot Number" HKR,Ndi\params\Slot,flag,1,10,00,00,00 HKR,Ndi\params\Slot,type,,int HKR,Ndi\params\Slot,default,,16 HKR,Ndi\params\Slot,min,,1 HKR,Ndi\params\Slot,max,,26 HKR,Ndi\params\Slot,step,,1 [dc21040.ndi.reg] ;Connection Type ;-------------- HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type" HKR,Ndi\params\ConnectionType,default,,AutoSense HKR,Ndi\params\ConnectionType,type,,enum HKR,Ndi\params\ConnectionType\enum,AutoSense,,"AutoSense" HKR,Ndi\params\ConnectionType\enum,_10BaseT,,"10BaseT (TP)" HKR,Ndi\params\ConnectionType\enum,_10BaseT_FD,,"10BaseT (TP) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_10BaseT_No_Link_Test,,"10BaseT No_Link_Test" HKR,Ndi\params\ConnectionType\enum,_10Base2_(BNC),,"10Base2 (BNC)" HKR,Ndi\params\ConnectionType\enum,_10Base5_(AUI),,"10Base5 (AUI)" HKR,NDI\params\ConnectionType,flag,1,10,00,00,00 [dc21041.ndi.reg] ;Connection Type ;-------------- HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type" HKR,Ndi\params\ConnectionType,default,,AutoSense HKR,Ndi\params\ConnectionType,type,,enum HKR,Ndi\params\ConnectionType\enum,AutoSense,,"AutoSense" HKR,Ndi\params\ConnectionType\enum,_10BaseT,,"10BaseT (TP)" HKR,Ndi\params\ConnectionType\enum,_10BaseT_FD,,"10BaseT (TP) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_10BaseT_No_Link_Test,,"10BaseT No_Link_Test" HKR,Ndi\params\ConnectionType\enum,_10Base2_(BNC),,"10Base2 (BNC)" HKR,Ndi\params\ConnectionType\enum,_10Base5_(AUI),,"10Base5 (AUI)" HKR,NDI\params\ConnectionType,flag,1,10,00,00,00 [dc21140.ndi.reg] ;Connection Type ;-------------- HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type" HKR,Ndi\params\ConnectionType,default,,AutoSense HKR,Ndi\params\ConnectionType,type,,enum HKR,Ndi\params\ConnectionType\enum,AutoSense,,"AutoSense" HKR,Ndi\params\ConnectionType\enum,_10BaseT,,"10BaseT (TP)" HKR,Ndi\params\ConnectionType\enum,_10BaseT_FD,,"10BaseT (TP) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_100BaseTx,,"100BaseTx (TP 100)" HKR,Ndi\params\ConnectionType\enum,_100BaseTx_FD,,"100BaseTx (TP 100) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_100BaseT4,,"100BaseT4" HKR,NDI\params\ConnectionType,flag,1,10,00,00,00 [dc21142.ndi.reg] ;Connection Type ;-------------- HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type" HKR,Ndi\params\ConnectionType,default,,AutoSense HKR,Ndi\params\ConnectionType,type,,enum HKR,Ndi\params\ConnectionType\enum,AutoSense,,"AutoSense" HKR,Ndi\params\ConnectionType\enum,_10BaseT,,"10BaseT (TP)" HKR,Ndi\params\ConnectionType\enum,_10BaseT_FD,,"10BaseT (TP) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_100BaseTx,,"100BaseTx (TP 100)" HKR,Ndi\params\ConnectionType\enum,_100BaseTx_FD,,"100BaseTx (TP 100) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_100BaseT4,,"100BaseT4" HKR,NDI\params\ConnectionType,flag,1,10,00,00,00 [dc21143.ndi.reg] ;Connection Type ;-------------- HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type" HKR,Ndi\params\ConnectionType,default,,AutoSense HKR,Ndi\params\ConnectionType,type,,enum HKR,Ndi\params\ConnectionType\enum,AutoSense,,"AutoSense" HKR,Ndi\params\ConnectionType\enum,_10BaseT,,"10BaseT (TP)" HKR,Ndi\params\ConnectionType\enum,_10BaseT_FD,,"10BaseT (TP) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_100BaseTx,,"100BaseTx (TP 100)" HKR,Ndi\params\ConnectionType\enum,_100BaseTx_FD,,"100BaseTx (TP 100) Full Duplex" HKR,Ndi\params\ConnectionType\enum,_100BaseT4,,"100BaseT4" HKR,NDI\params\ConnectionType,flag,1,10,00,00,00 ; Install NDIS3 ;-------------- [dc21x4.ndis3] CopyFiles=dc21x4.ndis3.CopyFiles [dc21x4.ndis3.CopyFiles] dc21x4.vxd ; Install NDIS2 ;-------------- [dc21x4.ndis2] CopyFiles=dc21x4.ndis2.CopyFiles [dc21x4.ndis2.CopyFiles] dc21x4.dos ; Install ODI ;------------ ;[dc21x4.odi] ;CopyFiles=dc21x4.odi.CopyFiles ;[dc21x4.odi.CopyFiles] ;dc21x4.com ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinationDirs] DefaultDestDir =11 ; LDID_SYS dc21x4.ndis3.CopyFiles =11 dc21x4.ndis2.CopyFiles =26 ; LDID_WINBOOT dc21x4.odi.CopyFiles =26 ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Provider V_MS="Microsoft" ; Manufacturers V_DEC="IntelCorporation" ; Devices 21040.DeviceDesc="Intel 21040 based Ethernet Controller" 21041.DeviceDesc="Intel 21041 based Ethernet Controller" 21140.DeviceDesc="Intel 21140 based Ethernet Controller" 21142.DeviceDesc="Intel 21142 based Ethernet Controller" 21143.DeviceDesc="Intel 21143 based Ethernet Controller"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.