WBFIRDMA.INF Driver File Contents (ir.zip)

;
;  wbfirdma.INF
;
[Version]
LayoutFile=layout.inf, layout1.inf ; for Windows 98
;LayoutFile=layout.inf               ; for Windows 95
Signature=$CHICAGO$
Class=Net
Provider="Winbond"
DriverVer   = 03/07/2002,5.60.00.0000
;catalogfile = wbfir98.cat

[DestinationDirs]
DefaultDestDir=11

[Manufacturer]
"Winbond Electronics Corp."=WB_Devices

[WB_Devices]
%W83977AExpl%= W83977A_Install,W83977A
%W83877AExpl%= W83877A_Install,W83877A
%WEC0510Expl%= WEC0510_Install,*WEC0510

[W83977A_Install]
DeviceID    = W83977A
CopyFiles   = wbfirdma_CopyFiles
AddReg      = wbfirdma_AddReg, W83977A_AddReg
LogConfig   = W83977A_LogConfig
MaxInstance = 1

[W83877A_Install]
DeviceID    = W83877A
CopyFiles   = wbfirdma_CopyFiles
AddReg      = wbfirdma_AddReg, W83877A_AddReg
LogConfig   = W83877A_LogConfig
MaxInstance = 1

[WEC0510_Install]
DeviceID    = *WEC0510
CopyFiles   = wbfirdma_CopyFiles
AddReg      = wbfirdma_AddReg, WEC0510_AddReg
MaxInstance = 1

[W83977A_AddReg]
HKR,Ndi,DeviceID,,W83977A
HKR,,AdapterName,0,W83977A
HKR,NDIS,LogDriverName,0,W83977A
HKR,,DriverDesc,0,%W83977AExpl%
HKR,Ndi\Install,,0,W83977A_Install

[W83877A_AddReg]
HKR,Ndi,DeviceID,,W83877A
HKR,,AdapterName,0,W83877A
HKR,NDIS,LogDriverName,0,W83877A
HKR,,DriverDesc,0,%W83877AExpl%
HKR,Ndi\Install,,0,W83877A_Install

[WEC0510_AddReg]
HKR,Ndi,DeviceID,,*WEC0510
HKR,,AdapterName,0,*WEC0510
HKR,NDIS,LogDriverName,0,*WEC0510
HKR,,DriverDesc,0,%WEC0510Expl%
HKR,Ndi\Install,,0,WEC0510_Install

[W83977A_LogConfig]
ConfigPriority  = HARDRECONFIG
IOConfig        = 2E8-2EF(3FF::),3F8-3FF(3FF::),2F8-2FF(3FF::),3E8-3EF(3FF::),3E0-3E7(3FF::),2E0-2E7(3FF::)
IRQConfig       = 10,3,4,5,7,9,11
DMAConfig       = 0,1,3

[W83877A_LogConfig]
ConfigPriority  = HARDRECONFIG
IOConfig        = 2F8-2FF(3FF::),3F8-3FF(3FF::),3E8-3EF(3FF::),2E8-2EF(3FF::)
IRQConfig       = 3,4
DMAConfig       = 1,3

[WEC0510_LogConfig]
; Nothing


[wbfirdma_CopyFiles]
;wbfirdma.sys

[wbfirdma_AddReg]
HKR,,DevLoader,,*ndis
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,0,%UpperInterface%
HKR,Ndi\Interfaces,UpperRange,0,%UpperInterface%
HKR,Ndi,CardType,0,FORCEENUM

;
;  This entry is required by the NDI loader, IR_NDI.DLL, 
;  to identify this driver as an infrared miniport driver
;  which must be bound to (only) the Fast Infrared Protocol.
;
HKR,Ndi,AdapterType,,"IrDA Infrared Miniport"

;
;  These entries allow the user to set up the wbfirdma driver for a specific
;  type of infrared transceiver.  Some UART infrared chips have minor
;  idiosyncracies which make them not quite standard, so the driver has
;  to know about it.
;
HKR,Ndi\params\InfraredTransceiverType,ParamDesc,,"Infrared Transceiver"
HKR,Ndi\params\InfraredTransceiverType,flag,1,20,00,00,00
HKR,Ndi\params\InfraredTransceiverType,default,,3
HKR,Ndi\params\InfraredTransceiverType,type,,enum
HKR,Ndi\params\InfraredTransceiverType\enum,"0",,"HP HSDL-1100/2100"
HKR,Ndi\params\InfraredTransceiverType\enum,"1",,"IBM"
HKR,Ndi\params\InfraredTransceiverType\enum,"2",,"SHARP"
HKR,Ndi\params\InfraredTransceiverType\enum,"3",,"TEMIC"
HKR,Ndi\params\InfraredTransceiverType\enum,"4",,"HP HSDL-2300/3600"
HKR,Ndi\params\InfraredTransceiverType\enum,"5",,"TI"

HKR,Ndi\params\TurnAroundTime,ParamDesc,,"Turn Around Time"
HKR,Ndi\params\TurnAroundTime,flag,1,20,00,00,00
HKR,Ndi\params\TurnAroundTime,default,,1000
HKR,Ndi\params\TurnAroundTime,type,,enum
HKR,Ndi\params\TurnAroundTime\enum,  "500",, " 500 uc"
HKR,Ndi\params\TurnAroundTime\enum, "1000",, "1000 uc"
HKR,Ndi\params\TurnAroundTime\enum, "5000",, "5000 uc"


;
; NDI Registry entries
;
; IR_NDI.DLL is the NDI Installer for the IR3.0 NDIS drivers.
; These registry entries direct netdi.dll (the Network Properties handler)
; to call ir_ndi.dll with NDI events for these drivers.  This will allow
; ir_ndi.dll to decide how our drivers are bound.
;
HKR,Ndi,MaxInstance,,0  ;prevent multiple bindings
HKR,Ndi,NdiInstaller,,"ir_ndi.dll,IRMINI_NdiProc"

HKR,Ndi,HelpText,0,%wbfirdma_HELP%
HKR,,DeviceVxDs,0,wbfirdma.sys

;[SourceDisksFiles]
;wbfirdma.sys=1

[Strings]
W83977AExpl="Winbond W83977A/W83517D FIR Controller (DMA)"
W83877AExpl="Winbond W83877A FIR Controller (DMA)"
WEC0510Expl="Winbond Infrared Controller    (DMA)"
wbfirdma_HELP="Winbond infrared device transmits infrared pulses. This NDIS miniport driver installs as a network adapter and binds to the Fast IR protocol."
disk1Name="Infrared driver Disk 1"
UpperInterface="ndis3,ndis4"
V_CLASSNAME="Network adapters"
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: ftp, load: 1.57