netfar.inf Driver File Contents (polaroidpdc3035driver.zip)

; NETFAR.INF
;
; Farallon Network Interface Cards.
;
; Copyright 1994-1997, Microsoft Corporation

[version]
CatalogFile=netfar.cat
LayoutFile=layout.inf, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_FARALLON%=Farallon

[Farallon]
%Farallon.DeviceDesc%=Farallon.ndi,   PCMCIA\FARALLON-ENET-A655 ;Farallon EtherWave PCMCIA
%Farallon2.DeviceDesc%=Farallon2.ndi, FAR002                    ;Farallon EtherWave ISA
%Farallon3.DeviceDesc%=Farallon3.ndi, *FAR0002                  ;Farallon EtherWave ISA


;****************************************************************************
; Farallon EtherWave PCMCIA
;****************************************************************************

[Farallon.ndi]
AddReg=Farallon.ndi.reg,elnk3c589.ndi.reg

[Farallon.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\FARALLON-ENET-A655"

;****************************************************************************
; Farallon EtherWave ISA
;****************************************************************************

[Farallon2.ndi]
AddReg=Farallon2.ndi.reg,elnk3.ndi.reg,elnk3.params
LogConfig=Farallon2.LogConfig

[Farallon2.ndi.reg]
HKR,Ndi,DeviceID,,"FAR002"

[Farallon2.LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=10@200-3FF%FFF0(3FF::)

;****************************************************************************
; Farallon EtherWave ISAPNP
;****************************************************************************

[Farallon3.ndi]
AddReg=Farallon3.ndi.reg,elnk3.ndi.reg,elnk3.params

[Farallon3.ndi.reg]
HKR,Ndi,DeviceID,,"*FAR0002"

;****************************************************************************
; 3Com elnk3 base section
;****************************************************************************
[elnk3.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,elnk3.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"ELNK3"
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,,"elnk3.ndis3"

; Fix ISAPNP problem
HKLM,System\CurrentControlSet\Services\VxD\ISAPNP,RDPOverRide,3,74,02

[elnk3.params]
; Resources
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
; MaxTransmits
HKR,NDI\params\MaxTransmits,ParamDesc,,"Maximum Transmits"
HKR,NDI\params\MaxTransmits,flag,1,30,00,00,00
HKR,NDI\params\MaxTransmits,type,,int
HKR,Ndi\params\MaxTransmits,default,,6
HKR,NDI\params\MaxTransmits,min,,2
HKR,NDI\params\MaxTransmits,max,,50
HKR,NDI\params\MaxTransmits,step,,1
HKR,NDI\params\MaxTransmits,optional,,1

; Install NDIS3
[ELNK3.ndis3]
CopyFiles=elnk3.inf.CopyFiles,elnk3.ndis3.CopyFiles
[elnk3.ndis3.CopyFiles]
elnk3.sys



;****************************************************************************
; 3Com elnk3 3C589 PCMCIA base section
;****************************************************************************
[elnk3c589.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,elpc3.vxd
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"ELPC3"
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 sections
HKR,Ndi\Install,ndis3,,"elnk3c589.ndis3"

HKR,NDI,CardType,,"PCMCIA"

; Resources
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

HKR,,IRQ,1,04,00,00,00
HKR,NDI\params\IRQ,resc,1,04,00,00,00
HKR,NDI\params\IRQ,ParamDesc,,"Interrupt"
HKR,NDI\params\IRQ,flag,1,20,00,00,00

; MaxTransmits
HKR,NDI\params\MaxTransmits,ParamDesc,,"Maximum Transmits"
HKR,NDI\params\MaxTransmits,flag,1,10,00,00,00
HKR,NDI\params\MaxTransmits,type,,int
HKR,Ndi\params\MaxTransmits,default,,6 
HKR,NDI\params\MaxTransmits,min,,2
HKR,NDI\params\MaxTransmits,max,,50
HKR,NDI\params\MaxTransmits,step,,1
HKR,NDI\params\MaxTransmits,optional,,1

HKR,,AdapterType,,1

; Transceiver
HKR,NDI\params\Transceiver,ParamDesc,,"Connector Type"
HKR,NDI\params\Transceiver,flag,1,20,00,00,00
HKR,NDI\params\Transceiver,type,,enum
HKR,Ndi\params\Transceiver,default,,0 
HKR,NDI\params\Transceiver\enum,0,,"Twisted-Pair (10BASE-T)"
HKR,NDI\params\Transceiver\enum,3,,"BNC (Coax)"

; Install NDIS3
[ELNK3c589.ndis3]
CopyFiles=elnk3c589.ndis3.CopyFiles

[elnk3c589.ndis3.CopyFiles]
elpc3.vxd


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
elnk3c589.ndis3.CopyFiles   =11
ELNK3.ndis3.CopyFiles	    =11


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_FARALLON="Farallon"

; PNP Devices
Farallon.DeviceDesc=  "Farallon EtherWave PCMCIA Adapter"
Farallon2.DeviceDesc= "Farallon EtherWave PC-ISA Card"
Farallon3.DeviceDesc= "Farallon EtherWave Plug and Play PC-ISA Card"
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.83