ACOWAN.INF Driver File Contents (zlxst.exe)

; ACOWAN.INF
; ACOTEC ISDN WAN Miniport Driver
;
; Copyright (c) 1996-97 ACOTEC GmbH, Berlin

[version]
signature="$CHICAGO$"
Class=Net
provider=%V_ACOTEC%

[Manufacturer]
%V_ACOTEC%=ACOTEC

[ACOTEC]
%ACOWAN.DeviceDesc%=ACOWAN.ndi, ACOWAN 


;****************************************************************************
; Adapter Main Install Section
;****************************************************************************
[ACOWAN.ndi]
AddReg=ACOWAN.ndi.reg,ACOWAN.Gen.Resources,ACOWAN.Gen.Params,ACOWAN.Line0.Gen.Params,ACOWAN.DevID
;LogConfig=ACOWAN.LogConfig
CopyFiles=ACOWAN.inf.CopyFiles

[ACOWAN.DevID]
HKR,Ndi,DeviceID,,"ACOWAN"  ; or pnp id

[ACOWAN.LogConfig]
;ConfigPriority=HARDRECONFIG
;IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15
;IOConfig=110-118(3FF::),120-128(3FF::),130-138(3FF::),140-148(3FF::),150-158(3FF::),160-168(3FF::),300-308(3FF::),310-318(3FF::),340-348(3FF::),350-358(3FF::)



;****************************************************************************
; Base Section
;****************************************************************************
[ACOWAN.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,"ACOWAN.sys"


; NDIS Info
HKR,NDIS,LogDriverName,,"ACOWAN"
HKR,NDIS,MajorNdisVersion,HEX,03
HKR,NDIS,MinorNdisVersion,HEX,0A

; 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,,"ACOWAN.ndiswan.install"
HKR,Ndi\Remove,ndiswan,,"ACOWAN.ndiswan.remove"

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


;****************************************************************************
; TAPI ISDN Configuration
;****************************************************************************
HKR,,NumberOfLines,,1
HKR,TAPI,ConfigFlags,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,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 01,00,00,00, 01,00,00,00, 02,00,00,00, 00,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""
HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel1,SPID,,""
HKR,TAPI\Line0\Channel1,Phone,,""



;****************************************************************************
; General Resources
;****************************************************************************
[ACOWAN.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 Number"

;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
;****************************************************************************
[ACOWAN.Gen.Params]

; ACOWAN constant values
HKR,,BoardType,,"ACOWAN"
HKR,,BoardName,,"ACOWAN"
HKR,,LinkSpeed,,"64000"
HKR,,WanType,,"2"
HKR,,LineName,,%ACO_CHANNEL_NAME%
;HKR,,Line1Name,,"ACOTEC ISDN Line "

;****************************************************************************
; ACOWAN Line Params
;****************************************************************************

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

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

[ACOWAN.ndiswan.CopyFiles]
ACOWAN.sys            ; The name of the driver

[ACOWAN.inf.CopyFiles]
ACOWAN.inf            ; The name of this INF
;NDISWAN.inf           ; ISDN Accelarator Pack

;****************************************************************************
; DelFiles/Remove Section
;****************************************************************************

[ACOWAN.ndiswan.remove]
DelFiles=ACOWAN.ndiswan.DelFiles

[ACOWAN.ndiswan.DelFiles]
ACOWAN.sys            ; The name of the driver

;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames]
; The name of the disk that the user will be prompted for 
1=%SOURCE_DISK_NAME%, "",

[SourceDisksFiles]
; Which disk the files are located on 
ACOWAN.sys=1
ACOWAN.inf=1
;ndiswan.inf =1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir            =11 ; System Directory
ACOWAN.ndiswan.CopyFiles  =11 ; System Directory
ACOWAN.ndiswan.DelFiles   =11 ; System Directory
ACOWAN.inf.CopyFiles      =17 ; Inf Directory

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Manufacturers
V_ACOTEC="ACOTEC GmbH Berlin"

; Device Descriptions 
ACOWAN.DeviceDesc="ISDN WAN Miniport Adapter"

; Name of Channel followed by number of channel
ACO_CHANNEL_NAME="ISDN Channel "

; Source Disk Name
SOURCE_DISK_NAME="WAN Miniport Driver Diskette"

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: web1, load: 0.35