NETEP16.INF Driver File Contents (networkcards.zip)

; NETEP16.INF
;
; Farallon NetLINE PC Card
;

[Version]
LayoutFile=layout.inf
Signature="$Windows NT$"
Provider=%V_MS%
Class=Net

;
; Table of Contents
;
[Manufacturer]
%CHANNEL%=CHANNEL

[SourceDisksNames]
;NOTE: USE ONLY DISK NUMBERS 55-59
55="Farallon NetLINE PC Card Driver Disk",,0

[SourceDisksFiles]
NETEP16.inf = 55
EP16.sys = 55


;
; The various flavors of Ethernet PCMCIA Adapter
;

[CHANNEL]
%EP16%=EP16.ndi,PCMCIA\PCMCIA-Ethernet-CF27


; NT5.0 section
[EP16.ndi.NT]
Characteristics = 0x04
BusType         = 8
AddReg          = EP16.NT.reg
CopyFiles       = EP16.NT.CopyFiles, EP16.inf.CopyFiles
;;LogConfig       = EP16.LogConfig


[EP16.ndi.NT.services]
AddService      = EP16, 2, EP16.Service, EP16.AddEventLog




;;Win9x section

[EP16.ndi]
AddReg=EP16.ndi.reg,ne2000.ndi.reg,Clone.params.reg
CopyFiles=ne2000.ndis3.CopyFiles, EP16.inf.CopyFiles
;;LogConfig=EP16.LogConfig


;****************************************************************************
;    Ethernet PCMCIA Adapter series
;****************************************************************************

[EP16.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\PCMCIA-Ethernet"
HKR,Ndi,CardType,,"PCMCIA"
HKR,Ndi,MatchAndMoveID,,"*pnp80d6,*pnp80d4"

[EP16.LogConfig]
IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15
IOConfig=20@200-3FF%FFE0(3FF::)
ConfigPriority=HARDRECONFIG

;;****************************************************************************
;; NT5.0 Only Section
;;****************************************************************************

[EP16.NT.reg]
HKR, Ndi,               Service,    0, "EP16"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"


[EP16.Service]
DisplayName     =   %EP16.Service.DispName%
ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
StartType       =   3 ;%SERVICE_DEMAND_START%
ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   =   %12%\EP16.sys
LoadOrderGroup  =   NDIS
AddReg          =   TextModeFlags.reg

[EP16.AddEventLog]
AddReg = EP16.AddEventLog.reg

[EP16.AddEventLog.reg]
HKR,    ,   EventMessageFile,   0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR,    ,   TypesSupported,     0x00010001, 7

[EP16.NT.CopyFiles]
EP16.sys,,,2


[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

;****************************************************************************
; NE2000 Drivers, Win9x Only
;****************************************************************************
; Base section for ne2000 users
[ne2000.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,EP16.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"EP16"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
;;HKR,NDIS\NDIS2,DriverName,,"MS2000$"
;;HKR,NDIS\NDIS2,FileName,,"ne2000.dos"
;;HKR,NDIS\ODI,DriverName,,"NE2000"
;;HKR,NDIS\ODI,FileName,,"ne2000.com"
; 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,,"ne2000.ndis3"
;;HKR,Ndi\Install,ndis2,,"ne2000.ndis2"

; Install NDIS3
[ne2000.ndis3]
;CopyFiles=ne2000.ndis3.CopyFiles, EP16.inf.CopyFiles
[ne2000.ndis3.CopyFiles]
EP16.sys

; Install NDIS2
[NE2000.ndis2]
;CopyFiles=ne2000.ndis2.CopyFiles, EP16.inf.CopyFiles
[ne2000.ndis2.CopyFiles]
ne2000.dos

[EP16.inf.CopyFiles]
NETEP16.inf

; extra params for clones
[Clone.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\IOBase,resc,1,02,00,00,00
;;HKR,NDI\params\IOBase,ParamDesc,,"I/O Base Address"
;;HKR,NDI\params\IOBase,flag,1,10,00,00,00


[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
ne2000.ndis3.CopyFiles      =11
ne2000.ndis2.CopyFiles      =26 ; LDID_WINBOOT
ne2000.odi.CopyFiles        =26
EP16.inf.CopyFiles       =17 ; LDID_INF
EP16.NT.CopyFiles 	    = 12

;****************************************************************************
; Translatable strings
;****************************************************************************

[Strings]
V_MS="Farallon"
; Manufacturer names
CHANNEL = "Farallon"
; Adapter names
EP16 = "Farallon NetLINE PC Card"


EP16.Service.DispName = "Farallon NetLINE PC 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: 1.24