W95EL59X.INF Driver File Contents (3com_595.zip)

; W95EL59X.INF
;
; 3COM EL59x Adapters:
;       Fast Etherlink 10/100Mb Bus-Master Ethernet Adapters
;       Etherlink III Bus-Master Ethernet Adapters
;
; Copyright 1995, 3Com Corporation
;
; ----------------------------------------------------------------------
; Current Version: %VER 1.0d
; ----------------------------------------------------------------------
;
; Revison History:
; -----------------
;
;   v1.0a - Now copy Net3c59x.inf in the .\inf directory
;   v1.0b - Now uses the correct source disk syntax
;   v1.0c - Minor sytax clean-up
;   v1.0d - Added section to copy this import file to the Win '95 inf area
;

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

[Manufacturer]
%V_3COM%=3COM

;************************************************************************
;
; Fast Etherlink/Etherlink III File locations
;
;************************************************************************

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
50="3Com EtherDisk for Fast EtherLink and EtherLink III Bus Master Adapters",,0

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0

el59x.vxd       =50,ndis\win95,el59x.vxd,12345
el59x.dos       =50,ndis\dos, el59x.dos, 1234
3c59x.com       =50,netware\client, 3c59x.com, 12345
w95el59x.inf    =50,, w95el59x.inf,123


;************************************************************************
;
; Fast Etherlink/Etherlink III Bus Master boards.
;
;************************************************************************

[3COM]
%PCI\VEN_10b7&DEV_5950.DeviceDesc%=PCIEL595.ndi, PCI\VEN_10b7&DEV_5950  ; Fast Etherlink
%PCI\VEN_10b7&DEV_5900.DeviceDesc%=PCIEL590.ndi, PCI\VEN_10b7&DEV_5900  ; Etherlink III PCI
%EISA\*TCM5970.DeviceDesc%=EISAEL597.ndi, EISA\*TCM5970                                 ; Fast Etherlink EISA
%EISA\*TCM5920.DeviceDesc%=EISAEL592.ndi, EISA\*TCM5920                                 ; Etherlink III EISA

;************************************************************************
;
; Fast Etherlink/Etherlink III PCI boards.
;
;************************************************************************
[PCIEL595.ndi]
AddReg=PCIEL595.ndi.reg,EL59x.ndi.reg,EL59x.params, PCI_BusNumber, PCI_SlotNumber, BusMaster

[PCIEL590.ndi]
AddReg=PCIEL590.ndi.reg,EL59x.ndi.reg,EL59x.params, PCI_BusNumber, PCI_SlotNumber, BusMaster

[PCIEL595.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10b7&DEV_5950"

[PCIEL590.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10b7&DEV_5900"

;************************************************************************
;
; Fast Etherlink/Etherlink III EISA boards.
;
;************************************************************************
[EISAEL597.ndi]
AddReg=EISAEL597.ndi.reg,EL59x.ndi.reg,EL59x.params,Eisa_slot, BusMaster

[EISAEL592.ndi]
AddReg=EISAEL592.ndi.reg,EL59x.ndi.reg,EL59x.params,Eisa_slot, BusMaster

[EISAEL597.ndi.reg]
HKR,Ndi,DeviceID,,"EISA\*TCM597"

[EISAEL592.ndi.reg]
HKR,Ndi,DeviceID,,"EISA\*TCM592"

;
; Generic paramaters for Fast Etherlink EL59x board.
;
[EL59x.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,EL59x.vxd
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"EL59x"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"EL59x$"
HKR,NDIS\NDIS2,FileName,,"EL59x.dos"
HKR,NDIS\ODI,DriverName,,"EL59x"
HKR,NDIS\ODI,FileName,,"3c59x.com"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
HKR,Ndi\Install,ndis3,,"EL59x.ndis3"
HKR,Ndi\Install,ndis2,,"EL59x.ndis2"
HKR,Ndi\Install,odi,,"EL59x.odi"


; Install NDIS3
;
[EL59x.ndis3]
CopyFiles=EL59x.ndis3.CopyFiles, EL59x.inf.CopyFiles

[EL59x.ndis3.CopyFiles]
EL59x.vxd

; Install NDIS2
;
[EL59x.ndis2]
CopyFiles=EL59x.ndis2.CopyFiles, EL59x.inf.CopyFiles

[EL59x.ndis2.CopyFiles]
EL59x.dos

; Install ODI
;
[EL59x.odi]
CopyFiles=EL59x.odi.CopyFiles, EL59x.inf.CopyFiles

[EL59x.odi.CopyFiles]
3c59x.com

; Install Inf file.
;
[EL59x.inf.CopyFiles]
w95el59x.inf

;
[EL59x.params]
HKR,,IOAddress,1,02,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,30,00,00,00
; Interrupt
HKR,,Interrupt,1,04,00,00,00
HKR,NDI\params\Interrupt,resc,1,04,00,00,00
HKR,NDI\params\Interrupt,ParamDesc,,"Interrupt Level"
HKR,NDI\params\Interrupt,flag,1,20,00,00,00

[PCI_BusNumber]
; Parameters
;Slot Number
HKR,Ndi\params\BusNumber,ParamDesc,,"Adapter PCI Bus Number"
HKR,Ndi\params\BusNumber,type,,int
HKR,Ndi\params\BusNumber,default,,0
HKR,Ndi\params\BusNumber,min,,0
HKR,Ndi\params\BusNumber,max,,255
HKR,Ndi\params\BusNumber,step,,1
HKR,Ndi\params\BusNumber,optional,,1
HKR,NDI\params\BusNumber,flag,1,30,00,00,00

[PCI_SlotNumber]
; Parameters
;Slot Number
HKR,Ndi\params\slot,ParamDesc,,"Adapter PCI Slot Number"
HKR,Ndi\params\slot,type,,int
HKR,Ndi\params\slot,default,,1
HKR,Ndi\params\slot,min,,0
HKR,Ndi\params\slot,max,,31
HKR,Ndi\params\slot,step,,1
; flag SLOT as NDIS2 and NDIS3  and not required for EISA
HKR,NDI\params\Slot,flag,1,30,00,00,00
HKR,Ndi\params\Slot,optional,,1

[Eisa_Slot]
; Parameters
;Slot Number
HKR,Ndi\params\slot,ParamDesc,,"Adapter EISA Slot Number"
HKR,Ndi\params\slot,type,,int
HKR,Ndi\params\slot,default,,1
HKR,Ndi\params\slot,min,,1
HKR,Ndi\params\slot,max,,8
HKR,Ndi\params\slot,step,,1
HKR,Ndi\params\slot,optional,,1
HKR,NDI\params\slot,flag,1,30,00,00,00

[BusMaster]
;control Bus-Master Data Transfers.
HKR,Ndi\params\BusMaster,ParamDesc,,"Bus-Master"
HKR,Ndi\params\BusMaster,default,,DEFAULT
HKR,Ndi\params\BusMaster,type,,enum
HKR,Ndi\params\BusMaster\enum,DEFAULT,,"YES"
HKR,Ndi\params\BusMaster\enum,YES,,"YES"
HKR,Ndi\params\BusMaster\enum,NO,,"NO"
HKR,Ndi\params\BusMaster,optional,,1

;[FullDuplex]
;FULL_DUPLEX - not needed now, set by the diag
;HKR,Ndi\params\FULL_DUPLEX,ParamDesc,,"Full Duplex"
;HKR,Ndi\params\FULL_DUPLEX,default,,DEFAULT
;HKR,Ndi\params\FULL_DUPLEX,type,,enum
;HKR,Ndi\params\FULL_DUPLEX\enum,DEFAULT,,"OFF"
;HKR,Ndi\params\FULL_DUPLEX\enum,OFF,,"OFF"
;HKR,Ndi\params\FULL_DUPLEX\enum,ON,,"ON"
;HKR,Ndi\params\FULL_DUPLEX\optional,,1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
EL59x.ndis3.CopyFiles       =11 ; LDID_SYS
EL59x.ndis2.CopyFiles       =26 ; LDID_WINBOOT
EL59x.odi.CopyFiles         =26 ; LDID_WINBOOT
EL59x.inf.CopyFiles         =17 ; LDID_INF

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="3Com"
; Manufacturers
V_3COM="3Com"
;
; PCI Devices
;
PCI\VEN_10b7&DEV_5950.DeviceDesc="3Com Fast Etherlink 10/100Mb Bus-Master PCI Ethernet Adapter"
PCI\VEN_10b7&DEV_5900.DeviceDesc="3Com Etherlink III Bus-Master PCI Ethernet Adapter"
;
; EISA Devices
;
EISA\*TCM5970.DeviceDesc="3Com Fast Etherlink 10/100Mb Bus-Master EISA Ethernet Adapter"
EISA\*TCM5920.DeviceDesc="3Com Etherlink III Bus-Master EISA Ethernet Adapter"

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: web5, load: 1.71