infoisdn.inf Driver File Contents (polaroidpdc3035driver.zip)

; infoisdn.inf
; INF for Sample WAN Miniport Driver
;

[version]
CatalogFile=infoisdn.cat
LayoutFile=layout.inf, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=Net
provider=%PROVIDER%         ; Company name of driver provider (localized below)

[Manufacturer]
%MANUFACTURER%=CoreLogic    ; Company name of hardware manufacturer (localized below)
%PROVIDER%=CoreLogic    ;

[CoreLogic]
%INFOISDN.DeviceDesc%=INFOISDN.ndi, "*ICI1995"   ; Device description (ISDN adapter short name)


;****************************************************************************
; Adapter Main Install Section
;****************************************************************************
[INFOISDN.ndi]
; INF sections with items to add to the registry
AddReg=INFOISDN.ndi.reg,INFOISDN.Gen.Resources,INFOISDN.Gen.Params,INFOISDN.Line0.Gen.Params
LogConfig=INFOISDN.LogConfig        ; INF section with information used to configure the driver

[INFOISDN.LogConfig]
; Sample Conguration options
;
;IOConfig=100-108(3FF::),110-118(3FF::),120-128(3FF::),200-208(3FF::),220-228(3FF::),300-308(3FF::),320-328(3FF::)
; Sample IO port settings
;IOConfig=100-108(3FF::),110-118(3FF::),120-128(3FF::),200-208(3FF::),220-228(3FF::),300-308(3FF::),320-328(3FF::)
;MemConfig=4000@C0000-DC000%(4000)
;IOConfig=100-105(3FF::),120-125(3FF::),140-145(3FF::),160-165(3FF::),200-205(3FF::),240-245(3FF::),300-305(3FF::),320-325(3FF::),340-345(3FF::),3f0-3f5(3FF::)
;MemConfig=C0000-C3FFF,C4000-C7FFF,CC000-CFFFF,D0000-D3FFF,D4000-D7FFF,D8000-DBFFF,DC000-DFFFF
IRQConfig=3,5,7,9,10,11,12,15   
IOConfig=10@200-3FF%FFF0(3FF::)
MemConfig=4000@C0000-DFFFF%FFFFC000
ConfigPriority=HARDRECONFIG



;****************************************************************************
; Base Section
;****************************************************************************
[INFOISDN.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis                           ; Driver is loaded by NDIS
HKR,,DeviceVxDs,,infoisdn.sys                   ; File name of driver
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; NDIS Info
HKR,NDIS,LogDriverName,,"INFOISDN"              ; Driver name
HKR,NDIS,MajorNdisVersion,HEX,03                ; Major NDIS version number
HKR,NDIS,MinorNdisVersion,HEX,0A                ; Minor NDIS version number

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
HKR,Ndi\Interfaces,DefLower,,"isdn"
HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
HKR,Ndi\Interfaces,LowerRange,,"isdn"

; Required Components
HKR,Ndi,InstallInf,,"NDISWAN.INF"
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"

; Install sections
HKR,Ndi\Install,ndiswan,,"INFOISDN.ndiswan"

; Add ISDN Class to RNA
HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,


;****************************************************************************
; General Resources
;****************************************************************************
[INFOISDN.Gen.Resources]
; Sample Resources
;
HKR,,InterruptNumber,1,04,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\InterruptNumber,ParamDesc,,"Interrupt Level"

HKR,,MemoryMappedBaseAddress,1,01,00,00,00
HKR,NDI\params\MemoryMappedBaseAddress,resc,1,01,00,00,00
HKR,NDI\params\MemoryMappedBaseAddress,flag,1,20,00,00,00
HKR,NDI\params\MemoryMappedBaseAddress,ParamDesc,,"Memory Mapped Base Address"
HKR,NDI\params\MemoryMappedBaseAddress,paragraph,,1

HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"


;****************************************************************************
; General Params
;****************************************************************************
[INFOISDN.Gen.Params]

; INFOISDN constant values
HKR,,BoardType,,"isdn"
HKR,,BoardName,,"CoreLogic NetViper-100 ISDN Adapter"
HKR,,AddressList,,"010203040506"
HKR,Ndi,DeviceID,,%NetViper100.DeviceID%    ; or pnp id

;****************************************************************************
; INFOISDN Line Params
;****************************************************************************
[INFOISDN.Line0.Gen.Params]
;****************************************************************************
; TAPI ISDN Configuration
;****************************************************************************
HKR,,NumberOfLines,,1
HKR,TAPI,Properties,1,00,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00
HKR,TAPI\Line0,SwitchType,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 01,00,00,00, 03,00,00,00, 8e,00,00,00, 07,00,00,00, 02,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00
HKR,TAPI\Line0\Channel0,ChannelCaps,1,03,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""
HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00
HKR,TAPI\Line0\Channel1,ChannelCaps,1,03,00,00,00
HKR,TAPI\Line0\Channel1,SPID,,""
HKR,TAPI\Line0\Channel1,Phone,,""


;****************************************************************************
; CopyFiles/Install Section
;****************************************************************************

; Install section for NDISWAN upper edge (only for WAN miniports)
[INFOISDN.ndiswan]
CopyFiles=INFOISDN.ndiswan.CopyFiles

[INFOISDN.ndiswan.CopyFiles]
infoisdn.sys                ; The name of the driver
infoisdn.bin                ; Miscellaneous support files


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; System Directory
INFOISDN.ndiswan.CopyFiles  =11 ; System Directory


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
PROVIDER="CoreLogic"

; Manufacturers
MANUFACTURER="CoreLogic"

; Device Descriptions 
INFOISDN.DeviceDesc="CoreLogic NetViper-100 ISDN Adapter"
NetViper100.DeviceID = "*ICI1995"
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: 2.47