ibm4mir.inf Driver File Contents (polaroidpdc3035driver.zip)

[version]
CatalogFile=ibm4mir.cat
signature="$CHICAGO$"
LayoutFile=layout.inf, layout1.inf, layout2.inf
Class=Net
provider=%V_MS%

[Manufacturer]
%V_IBM%=IBM

[IBM]
%ibm4mir.DeviceDesc%=ibm4mir.ndi, IBM4MIR

[ibm4mir.ndi]
AddReg=ibm4mir.ndi.reg
LogConfig=ibm4mir.LogConfig
DeviceID="IBM4MIR"
Delfiles=ibm4mir.sys.DelFiles
Copyfiles=ibm4mir.sys.CopyFiles

[ibm4mir.LogConfig]
DMAConfig=0,1
IRQConfig=3,4
ConfigPriority=HARDRECONFIG

[ibm4mir.ndi.reg]
HKR,Ndi,DeviceID,,"IBM4MIR"
HKR,,AdapterName,,"IBM4MIR"

HKR,Ndi,DeviceID,,"IBM4MIR"
HKR,Ndi,CardType,0,FORCEENUM
HKR,Ndi,NetType,,1


;
; 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.
;
;  The AdapterType 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,MaxInstance,,0  ;prevent multiple bindings
HKR,Ndi,NdiInstaller,,"ir_ndi.dll,IRMINI_NdiProc"
HKR,Ndi,AdapterType,,"IrDA Infrared Miniport"



HKR,,InterruptNumber,1,04,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,20,00,00,00

HKR,,DMAChannel,1,03,00,00,00
HKR,NDI\params\DMAChannel,resc,1,03,00,00,00
HKR,NDI\params\DMAChannel,ParamDesc,,"DMA Channel"
HKR,NDI\params\DMAChannel,flag,1,30,00,00,00


HKR,Ndi\params\UART_IO,ParamDesc,,"UART (COM) I/O range"
HKR,Ndi\params\UART_IO,flag,1,20,00,00,00
HKR,Ndi\params\UART_IO,default,,0
HKR,Ndi\params\UART_IO,type,,enum
HKR,Ndi\params\UART_IO\enum,"0",,"2E8-2EF"
HKR,Ndi\params\UART_IO\enum,"1",,"2F8-2FF"
HKR,Ndi\params\UART_IO\enum,"2",,"3E8-3EF"
HKR,Ndi\params\UART_IO\enum,"3",,"3F8-3FF"


HKR,Ndi\params\FASTIR_IO,ParamDesc,,"Fast IR I/O range"
HKR,Ndi\params\FASTIR_IO,flag,1,20,00,00,00
HKR,Ndi\params\FASTIR_IO,default,,0
HKR,Ndi\params\FASTIR_IO,type,,enum
HKR,Ndi\params\FASTIR_IO\enum,"0",,"300-307"
HKR,Ndi\params\FASTIR_IO\enum,"1",,"310-317"
HKR,Ndi\params\FASTIR_IO\enum,"2",,"330-337"


HKR,Ndi\params\CONFIG_IO,ParamDesc,,"Config I/O range"
HKR,Ndi\params\CONFIG_IO,flag,1,20,00,00,00
HKR,Ndi\params\CONFIG_IO,default,,0
HKR,Ndi\params\CONFIG_IO,type,,enum
HKR,Ndi\params\CONFIG_IO\enum,"0",,"398-399"
;HKR,Ndi\params\CONFIG_IO\enum,"1",,"26E-26F"
;HKR,Ndi\params\CONFIG_IO\enum,"2",,"15C-15D"
;HKR,Ndi\params\CONFIG_IO\enum,"3",,"02E-02F"


HKR,Ndi\Install,,0,ibm4mir.ndi
HKR,Ndi,HelpText,0,"IBM 4 Megabit/sec Fast Infrared Device"


; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,ibm4mir.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; NDIS Info
HKR,NDIS,LogDriverName,,"IBM4MIR"
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00

; Interfaces
HKR,Ndi\Interfaces,DefUpper,0,"ndis3,ndis4"
HKR,Ndi\Interfaces,UpperRange,0,"ndis3,ndis4"

; Install sections

;added to remove any previous ibm4mir.sys and ibm4mir.inf
;without it, W95 only copies if ibm4mir.sys and ibm4mir.inf are not present
;in the system and inf directories.
;with this, it will copy if ibm4mir.sys and/or ibm4mir.inf are different
;than the one on HDD. If same, it will not copy.

[ibm4mir.sys.DelFiles]
ibm4mir.sys,,,1
;ibm4mir.inf,,,1

[ibm4mir.sys.CopyFiles]
ibm4mir.sys


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir               =11        ;\SYSTEM
ibm4mir.sys.CopyFiles         =11        ;\SYSTEM


;[SourceDisksFiles]
;ibm4mir.sys = 1


;[SourceDisksNames]
;; 1="testdisk","IBM_IR",2433-08E6
;1="floppydisk",,

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
V_IBM="IBM"

ibm4mir.DeviceDesc="IBM Fast Infrared Port"
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: web5, load: 1.62