NETFP16.INF Driver File Contents (pa2600.exe)

; NETFP16.INF
;
; 10/100M Fast Ethernet PCMCIA Adapter
;

[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="10/100M Fast Ethernet PCMCIA Adapter Driver Disk","disk1",0

[SourceDisksFiles]
NETFP16.inf = 55
FP16N5.sys = 55,win98


;
; The various flavors of 10/100M Fast Ethernet PCMCIA Adapter
;

[CHANNEL]
%FP16%=FP16.ndi,PCMCIA\PCMCIA-Fast-Ethernet-8A13


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


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




;;Win9x section

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


;****************************************************************************
;    10/100M Fast Ethernet PCMCIA Adapter series
;****************************************************************************

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

[FP16.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
;;****************************************************************************

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


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

[FP16.AddEventLog]
AddReg = FP16.AddEventLog.reg

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

[FP16.NT.CopyFiles]
FP16N5.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,,FP16N5.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"FP16"
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,,"ne2000.ndis3"

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

[FP16.inf.CopyFiles]
NETFP16.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

[FP16.params.reg]
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,8,,"100BaseTx"
HKR,Ndi\params\ConnectionType\enum,9,,"100BaseTx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,2,,"10BaseT (Twisted_Pair)"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
ne2000.ndis3.CopyFiles      =11
FP16.inf.CopyFiles       =17 ; LDID_INF
FP16.NT.CopyFiles 	    = 12

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

[Strings]
V_MS="VENDOR"
; Manufacturer names
CHANNEL = "CHANNEL"
; Adapter names
FP16 = "10/100M Fast Ethernet PCMCIA Adapter"


FP16.Service.DispName = "10/100M Fast Ethernet PCMCIA 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: web2, load: 1.82