netfjvi.inf Driver File Contents (polaroidpdc3035driver.zip)

; NETFJVI.INF
;
; Fujitsu Network Interface Cards(For ISA).
;
; Copyright 1993-1996, FUJITSU LIMITED
;

;*******************************
; Version Section
;*******************************
[version]
CatalogFile=netfjvi.cat
Layoutfile=layout.inf, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

;*******************************
; Manufacturer Section
;*******************************
[Manufacturer]
%V_FJ%=FJ

;*******************************
; Manufacturer Name Section
;*******************************
[FJ]
%*pnp828f.DeviceDesc%=*pnp828f.ndi, *pnp828f		; FMV-181/182
%fuj01c1.DeviceDesc%=*fmv183.ndi, ISAPNP\FUJ01C1	; FMV-183
%fuj01d1.DeviceDesc%=*fmv184.ndi, ISAPNP\FUJ01D1	; FMV-184

;*******************************
; Install Section
;*******************************
[*pnp828f.ndi]
LogConfig=*pnp828f.LogConfig
AddReg=*fjisa.reg,*pnp828f_A.ndi.reg,*pnp828f_B.ndi.reg

[*pnp828f_A.ndi.reg]
HKR,Ndi,DeviceID,,"*pnp828f"

[*fmv183.ndi]
AddReg=*fjisa.reg,*fmv183_A.ndi.reg

[*fmv183_A.ndi.reg]
HKR,Ndi,DeviceID,,"ISAPNP\FUJ01C1"

[*fmv184.ndi]
AddReg=*fjisa.reg,*fmv184_A.ndi.reg,*fmv184_B.ndi.reg

[*fmv184_A.ndi.reg]
HKR,Ndi,DeviceID,,"ISAPNP\FUJ01D1"

;*******************************
; Logical Configuration Section
;*******************************
[*pnp828f.LogConfig]  
ConfigPriority=POWEROFF
IOConfig=220-23F(FFFF::),240-25F(FFFF::),260-27F(FFFF::),280-29F(FFFF::),2A0-2BF(FFFF::),2C0-2DF(FFFF::),300-31F(FFFF::),340-35F(FFFF::)
IRQConfig=3,7,10,15

;*******************************
; Add Registry Section
;*******************************
[*fjisa.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,f3ab18xi.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"f3ab18xi"
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,,"*pnp828f.ndis3"
; Resources
HKR,,IRQLevel,1,04,00,00,00
HKR,,IOPortAddress,1,02,00,00,00

; NDIS3
HKR,NDI\params\NetworkAddress,ParamDesc,,"Local Node Address"
HKR,NDI\params\NetworkAddress,type,,edit
HKR,NDI\params\NetworkAddress,LimitText,,12
HKR,NDI\params\NetworkAddress,UpperCase,,1
HKR,Ndi\params\NetworkAddress,default,,""
HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\NetworkAddress,optional,,1
; 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,,1
HKR,NDI\params\MaxTransmits,max,,40
HKR,NDI\params\MaxTransmits,step,,1

[*pnp828f_B.ndi.reg]
; NDIS3
HKR,NDI\params\IRQLevel,resc,1,04,00,00,00
HKR,NDI\params\IRQLevel,ParamDesc,,"Interrupt Level"
HKR,NDI\params\IRQLevel,flag,1,20,00,00,00
HKR,NDI\params\IOPortAddress,resc,1,02,00,00,00
HKR,NDI\params\IOPortAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOPortAddress,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\IOAddress,resc,1,02,00,00,00
HKR,NDI\params\IOAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOAddress,flag,1,10,00,00,00

[*fmv184_B.ndi.reg]
; InterfaceType
HKR,NDI\params\InterfaceType,ParamDesc,,"Interface Type"
HKR,NDI\params\InterfaceType,flag,1,30,00,00,00
HKR,NDI\params\InterfaceType,type,,enum
HKR,NDI\params\InterfaceType,default,,10BASE2
HKR,NDI\params\InterfaceType\enum,2,,10BASE2
HKR,NDI\params\InterfaceType\enum,5,,10BASE5


;*******************************
; File-List Section
;*******************************
; Install NDIS3
[*pnp828f.ndis3]
CopyFiles=*pnp828f.ndis3.CopyFiles

[*pnp828f.ndis3.CopyFiles]
f3ab18xi.sys

[*fmv1834.ndis3]
CopyFiles=*fmv1834.ndis3.CopyFiles

[*fmv1834.ndis3.CopyFiles]
f3ab18xi.sys


;*******************************
; Destination Directories Section
;*******************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS

*pnp828f.ndis3.CopyFiles    =11 
*fmv1834.ndis3.CopyFiles    =11 

;*******************************
; String Section
;*******************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturer
V_FJ="FUJITSU"
; PNP Devices
*pnp828f.DeviceDesc="Fujitsu FMV-181/182"
fuj01c1.DeviceDesc="Fujitsu FMV-183/184"
fuj01d1.DeviceDesc="Fujitsu FMV-183/184"
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: web3, load: 4.47