NETFP16.INF Driver File Contents (PCM-100_20_MRI-PCM-100_20V.3__20all.zip)

; Copyright  2000-2001, All Rights Reserved */
;
; NETFP16.INF
;
; 10/100M Fast Ethernet PCMCIA Adapter

[Version]
Signature  = "$Windows NT$"
Compatible = 1
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %V_MS%
;LayoutFile = layout.inf
DriverVer  = 10/23/2001,5.00.200.1

[ControlFlags]
;;ExcludeFromSelect = PCMCIA\PCMCIA-Fast-Ethernet-DD94, \
;;                    PCMCIA\PCMCIA-Fast-Ethernet-8A13

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

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

;
; Windows 2000 section
;
[FP16.ndi.NT]
Characteristics = 0x84
BusType         = 8
AddReg          = FP16.NT.reg, FP16.params.reg
CopyFiles       = FP16.NT.CopyFiles

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

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

[FP16.NT.CopyFiles]
FP16N5.sys, FP16N5.sys,,2

[FP16.Service]
DisplayName     =   %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

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


;
; Common Params
;
[FP16.params.reg]
;Connection Type
HKR,Ndi\params\ConnectionType,          ParamDesc,      0, %ConnectionType%
HKR,Ndi\params\ConnectionType,          type,           0, "enum"
HKR,Ndi\params\ConnectionType,          default,        0, "0"
HKR,Ndi\params\ConnectionType\enum,     0,              0, %AutoSense%
HKR,Ndi\params\ConnectionType\enum,     8,              0, %100HD%
HKR,Ndi\params\ConnectionType\enum,     9,              0, %100FD%
HKR,Ndi\params\ConnectionType\enum,     2,              0, %10HD%
HKR,Ndi\params\ConnectionType\enum,     3,              0, %10FD%
HKR,                              ,     ConnectionType, 0, "0"

;network address
HKR,NDI\params\NetworkAddress,          ParamDesc,      0, %NetworkAddress%
HKR,NDI\params\NetworkAddress,          type,           0, "edit"
HKR,NDI\params\NetworkAddress,          default,        0, ""
HKR,NDI\params\NetworkAddress,          LimitText,      0, "18"
HKR,NDI\params\NetworkAddress,          UpperCase,      0, "1"
HKR,NDI\params\NetworkAddress,          optional,       0, "1"
HKR,                         ,          NetworkAddress, 0, ""

;
; Windows 9x section
;
[FP16.ndi]
AddReg=PCMCIA.ndi.reg, FP16.ndi.reg, Clone.params.reg, FP16.params.reg
CopyFiles=FP16.ndis3.CopyFiles

[PCMCIA.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\PCMCIA-Fast-Ethernet-DD94"
HKR,Ndi,DeviceID,,"PCMCIA\PCMCIA-Fast-Ethernet-8A13"
HKR,Ndi,CardType,,"PCMCIA"

[FP16.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 NDIS3
[FP16.ndis3.CopyFiles]
FP16N5.sys

[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


[DestinationDirs]
DefaultDestDir          = 11    ; LDID_SYS
FP16.ndis3.CopyFiles    = 11
FP16.NT.CopyFiles       = 12

[SourceDisksNames]
1=%FP16DiskName%,,,

[SourceDisksFiles]
FP16N5.sys = 1

;****************************************************************************
; Translatable strings
;****************************************************************************
[Strings]
V_MS = "VENDOR"
V_CHANNEL = "CHANNEL"

NetworkAddress  = "Network Address"
ConnectionType  = "Connection Type"
AutoSense       = "AutoSense"
100HD           = "100BaseTx"
100FD           = "100BaseTx Full_Duplex"
10HD            = "10BaseT (Twisted_Pair)"
10FD            = "10BaseT Full_Duplex"

FP16.DeviceDesc = "10/100M Fast Ethernet PCMCIA Adapter"
Service.DispName = "10/100M Fast Ethernet PCMCIA Adapter"
FP16DiskName    = "10/100M Fast Ethernet PCMCIA Adapter Driver Disk"
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: web4, load: 0.60