;-------------------------------------------------------------------------
;
; TOSHIBA Network Device Usermode I/O Protocol
;
; NETDEVIO.INF
;
; 2003/01/28 Rev 1.0
;
;-------------------------------------------------------------------------
[version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %Toshiba%
CatalogFile = NETDEVIO.cat
DriverVer = 01/28/2003,5.0.1.0
;LayoutFile = layout.inf
[Manufacturer]
%Toshiba%=TOSHIBA
[TOSHIBA]
%NETDEVIO_Desc%=Install, NETDEVIO
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install]
AddReg=Inst_Ndi
Characteristics=0x8
DeviceID=NETDEVIO
CopyFiles=CpyFiles_Sys
MaxInstance=1
[Install.NT]
AddReg=Inst_Ndi.NT
Characteristics=0x8
DeviceID=NETDEVIO
CopyFiles=CpyFiles_Sys
MaxInstance==1
;-------------------------------------------------------------------------
; Ndi installation support
;-------------------------------------------------------------------------
[Inst_Ndi]
HKR,,DeviceVxDs,, netdevio.sys
HKR,,DevLoader,, *ndis
HKR,Ndi,DeviceID,,NETDEVIO
HKR,Ndi\Interfaces, DefUpper,, "noupper"
HKR,Ndi\Interfaces, DefLower,, "ndis5,ndis4,ndis3,ndis5_uio"
HKR,Ndi\Interfaces, UpperRange,, "noupper"
HKR,Ndi\Interfaces, LowerRange,, "ndis5,ndis4,ndis3,ndis5_uio"
HKR,Ndi\Install,,,"NETDEVIO.Install"
HKR,NDIS,LogDriverName,, "NETDEVIO"
HKR,NDIS,MajorNdisVersion, 1, 05
HKR,NDIS,MinorNdisVersion, 1, 00
[Inst_Ndi.NT]
HKR,Ndi,Service,,"Netdevio"
HKR,Ndi,HelpText,,%NETDEVIO_HelpText%
HKR, Ndi\Interfaces, UpperRange,, noupper
HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_uio"
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install.NT.Services]
AddService=Netdevio,,NETDEVIO_Service_Inst
[NETDEVIO_Service_Inst]
DisplayName = %NETDEVIO_Desc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 2 ;SERVICE_AUTOL_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\netdevio.sys
LoadOrderGroup = NDIS
Description = %NETDEVIO_Desc%
[Install.Remove.Services]
DelService=Netdevio
;-------------------------------------------------------------------------
; Declare Destination Directories for file copy/deletion
;-------------------------------------------------------------------------
[DestinationDirs]
CpyFiles_Sys = 10,System32\Drivers
;-------------------------------------------------------------------------
; Declare Source Disk Names for file copy/deletion
;-------------------------------------------------------------------------
[SourceDisksNames]
1 = %DISKNAME%,,,
[SourceDisksFiles]
Netdevio.sys = 1
;-------------------------------------------------------------------------
; Files to Copy/Delete - Referenced by Install and Remove sections above
;-------------------------------------------------------------------------
[CpyFiles_Sys]
Netdevio.sys,,,2
[Strings]
Toshiba = "Toshiba"
NETDEVIO_Desc = "TOSHIBA Network Device Usermode I/O Protocol"
NETDEVIO_HelpText = "TOSHIBA Network Device Usermode I/O Protocol"
DISKNAME="TOSHIBA Network Device Usermode I/O Protocol Disk"
Download Driver Pack
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.