Tsapds2k.inf Driver File Contents (z300_sap.exe)

;
; -- tsapds2k.inf --
;
; TOSHIBA MAGNIA Software AP (Distribution System)
; (Protocol Driver)
;
[Version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %Tsb%
DriverVer = 06/22/2001, 1.0.0.0

[Manufacturer]
%Tsb% = Toshiba

[ControlFlags]

[Toshiba]
%Tsapds2k_Desc% = Tsapds2k.ndi, TSB_TSAPDS2K

;
; Installation section
;
[Tsapds2k.ndi]
AddReg = Tsapds2k.ndi.AddReg
Characteristics = 0x00 ; Has no characterstic
CopyFiles = Tsapds2k.CopyFiles.Init, Tsapds2k.CopyFiles.Sys, Tsapds2k.CopyFiles.Cpl
DriverVer = 06/07/2001, 1.0.0.0

;
; File copy
;
[SourceDisksNames]
1=%DiskDescription%,"",,

[SourceDisksFiles]
tsapds2k.dll=1
tsapds2k.sys=1
apdsprop.cpl=1

[DestinationDirs]
DefaultDestDir = 12
Tsapds2k.CopyFiles.Init = 11 ; %windir%\System32
Tsapds2k.CopyFiles.Sys = 12 ; %windir%\System32\drivers
Tsapds2k.CopyFiles.Cpl = 11 ; %windir%\System32

[Tsapds2k.CopyFiles.Init]
tsapds2k.dll,,,2

[Tsapds2k.CopyFiles.Sys]
tsapds2k.sys,,,2

[Tsapds2k.CopyFiles.Cpl]
apdsprop.cpl,,,2

;
; Ndi installation support
;
[Tsapds2k.ndi.AddReg]
HKR, Ndi, Service, , "Tsapds2k"
HKR, Ndi, HelpText, , %Tsapds2k_HelpText%

;
; Notify object
; (Generate this with uuidgen.exe)
;
HKR, Ndi, ClsID, , {55447593-1F0F-4e85-A008-EFDD2DBECE5D}
HKR, Ndi, ComponentDll, , tsapds2k.dll

HKR, Ndi\Interfaces, UpperRange, , "noupper"
HKR, Ndi\Interfaces, LowerRange, , "ndis4,ndis5,ndisatm,ndiswanip,ndis5_ip"

;
; Service installation support
;
[Tsapds2k.ndi.Services]
AddService = Tsapds2k, 0, Tsapds2k.AddService, Tsapds2k.AddEventLog

[Tsapds2k.AddService]
DisplayName = %Tsapds2k_Desc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_SYSTEM_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\tsapds2k.sys
LoadOrderGroup = NDIS
AddReg = Tsapds2k.AddService.AddReg
Description = %Tsapds2k_Desc%

[Tsapds2k.AddEventLog]
AddReg = Tsapds2k.AddEventLog.AddReg

[Tsapds2k.AddEventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\drivers\tsapds2k.sys"
HKR,,TypesSupported,0x00010001,7

[Tsapds2k.AddService.AddReg]
; HKR(HKLM\System\CurrentControlSet\Services\ServiceName)
HKR, Parameters\Adapters, , %FLG_ADDREG_KEYONLY%
HKR, Parameters\Vnic, DesignatedMpAndPt, %FLG_ADDREG_TYPE_MULTI_SZ%, "iANSMiniport"
HKR, Parameters\Vnic, DesignatedMpAndPt, 0x00010008, "iANSProtocol" ; FLG_ADDREG_TYPE_MULTI_SZ | FLG_ADDREG_APPEND
HKR, Parameters\Wireless, SupportedWireless, %FLG_ADDREG_TYPE_MULTI_SZ%, "pcmcia\toshiba-wireless_lan_card-615b"
HKR, Parameters\Wireless, SupportedWireless, 0x00010008, "pcmcia\lucent_technologies-wavelan/ieee-c908"
HKR, Parameters\Wireless, SupportedWireless, 0x00010008, "pcmcia\melco-wli-pcm-l11-189b"
HKR, Parameters, LogLevel, %FLG_ADDREG_TYPE_DWORD%, %LOG_LEVEL_OFF%

;
; uninstallation support
;
[Tsapds2k.Ndi.Remove.Services]
DelService = Tsapds2k

;
; Localizable Strings
;
[Strings]
Tsb = "Toshiba"
Tsapds2k_Desc = "TOSHIBA MAGNIA Software AP (Distribution System)"
Tsapds2k_HelpText = "TOSHIBA MAGNIA Software AP (Distribution System)"
DiskDescription = "TOSHIBA MAGNIA Software AP (Distribution System) Disk"

; Service Types
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120

; Start Types
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004

; Error Controls
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003

; Characteristic Flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100

; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2

; Registry flags
FLG_ADDREG_KEYONLY = 0x00000010
FLG_ADDREG_TYPE_MULTI_SZ = 0x00010000
FLG_ADDREG_TYPE_DWORD = 0x00010001
FLG_ADDREG_APPEND = 0x00000008

; Log levels
LOG_LEVEL_OFF = 0x0
LOG_LEVEL_ERROR = 0x1
LOG_LEVEL_ERROR_AND_WARNING = 0x3
LOG_LEVEL_ALL = 0xf
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.05