ws2atmsp.inf Driver File Contents (polaroidpdc3035driver.zip)


;
; WS2ATMSP.INF
;
; Winsock2 ATM Service Provider Transport
;
; Copyright 1997, FORE Systems, Inc.

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

[DestinationDirs]
DefaultDestDir = 11
WS2ATMSP.CopyFiles = 11

[Manufacturer]
%V_MS%=MS

[MS]
%WS2ATMSP.DeviceDesc%=   WS2ATMSP.ndi, WS2ATMSP

[ControlFlags]

;****************************************************************************
; WS2ATMSP
;****************************************************************************
[WS2ATMSP.ndi]
AddReg=WS2ATMSP.ndi.reg
;Unique PnP ID, entry need to be present so that setup can back track
;the device name from the driver
DeviceID=Ws2atmsp
;Specify if the device can be installed more than once
;if not specify, default is MaxInstance=1
MaxInstance=4

[WS2ATMSP.ndi.reg]
HKR,Ndi,DeviceID,,Ws2atmsp
HKR,Ndi,MaxInstance,,8
HKR,Ndi,NetType,,1 

; NDIS Info
HKR,NDIS,LogDriverName,,Ws2atmsp
HKR,NDIS,MiniportLogDriverName,,Ws2ATM
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ws2atmsp"
HKR,Ndi\Interfaces,DefLower,,"ndisatm"
HKR,Ndi\Interfaces,UpperRange,,"ws2atmsp"
HKR,Ndi\Interfaces,LowerRange,,"ndisatm"

; Install sections
HKR,Ndi\Install,,,"WS2ATMSP.Install"
HKR,Ndi\Remove,,,"WS2ATMSP.Remove"

; Context Help
HKR,Ndi,HelpText,,%WS2ATMSP_HELP%


[WS2ATMSP.Install]
AddReg=WS2ATMSP.AddReg
CopyFiles=WS2ATMSP.CopyFiles

[WS2ATMSP.AddReg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,ws2atmsp.sys
HKR,,IntermediateProtocol,,1
HKLM,Enum\Root\Ndis\WS2ATM
HKLM,Enum\Root\Ndis\WS2ATM,Class,,"Ndis"
HKLM,Enum\Root\Ndis\WS2ATM,Driver,,"Ndis"
HKLM,Enum\Root\NDIS\WS2ATM,ConfigFlags,1,10,00,00,00
HKLM,Enum\Root\Ndis\WS2ATM,DeviceDesc,,"Winsock2 ATM Service Provider"
HKLM,System\CurrentControlSet\Services\Class\Ndis,DevLoader,,"*ndis"
HKR,Ndi\ExecuteAPI\AtmInstall,,,WSCInstallProvider
HKR,Ndi\ExecuteAPI\AtmInstall,GUID,1,10,AC,FC,21,F9,0C,D0,11,A0,3E,00,20,48,17,01,56 ;WS2ATM until d011, it's little endian 
HKR,Ndi\ExecuteAPI\AtmInstall,Provider,,"%11%\ws2atm.dll"

;Protocol 1
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ServiceFlags1,1,0C,3C,00,00  ; Guaranteed_order, message_oriented, Support_Multipoint, Multipoint_Control, Mpt_Data, QoS2
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ServiceFlags2,1,00,00,00,00 
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ServiceFlags3,1,00,00,00,00
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ServiceFlags4,1,00,00,00,00
;Base Protocol
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ChainLen,1,01,00,00,00
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,Version,1,01,00,03,00 ; Uni 3.1
; AF_ATM
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,AddressFamily,1,16,00,00,00 ; hex 16 =22
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,MaxSockAddr,1,4c,00,00,00 ;76 dec
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,MinSockAddr,1,4c,00,00,00 ;76 dec
; SOCK_RAW
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,SocketType,1,03,00,00,00 
; ATMPROTO_AAL5
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,Protocol,1,05,00,00,00 
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ProtocolMaxOffset,1,00,00,00,00 
; BIGENDIAN
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,NetworkByteOrder,1,00,00,00,00 
; SECURITY_PROTOCOL_NONE
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,SecurityScheme,1,00,00,00,00 
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,MessageSize,1,ff,ff,00,00
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ProviderReserved,1,00,00,00,00 
HKR,Ndi\ExecuteAPI\AtmInstall\ProtocolInfo\1,ProtocolString,,"WS2.w98.spi.atm"

[WS2ATMSP.CopyFiles]
ws2atmsp.sys
ws2atm.dll

[WS2ATMSP.Remove]
AddReg=WS2ATMSP.Rmv.AddReg

[WS2ATMSP.Rmv.AddReg]
; Winsock 2.0 Destall the provider
HKLM,Enum\Root\NDIS\WS2ATM
HKR,Ndi\ExecuteAPI\AtmRemoval,,,WSCDeinstallProvider
HKR,Ndi\ExecuteAPI\AtmRemoval,GUID,1,10,AC,FC,21,F9,0C,D0,11,A0,3E,00,20,48,17,01,56 ;WS2ATM until d011, it's little endian 
;21,FC,AC,10, 0C,F9, 11,D0, A0,3E,00,20,48,17,01,56 ;WS2ATM

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
V_MS="Microsoft"
V_CLASSNAME="Network Protocol"
WS2ATMSP.DeviceDesc="Winsock2 ATM Service Provider"
WS2ATMSP_HELP="This implements the service provider for Winsock2 ATM."

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: 0.78