USB111DV.INF Driver File Contents (3_50drivers.zip)

;; USB111DV.inf - INF file for Kawasaki LSI Lee Chip Davicom Adapter driver
;; Copyright (c) 1998, 2003 Kawasaki LSI,USA, Inc.

[Version]
Signature="$Windows NT$"
Class=Net
Provider=%KLSI%
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}

;CatalogFile=USB111DV.cat
DriverVer = 11/03/2006, 3.50.0.0

[Manufacturer]
%KLSI%=KLSI

[SourceDisksNames]
50=%DisketteDesc%,,0

[SourceDisksFiles]
USB111DV.SYS =50,
;USB111DV.cat
[DestinationDirs]
USB111DV.CopyFiles = 11
ndis5.CopyFiles   = 12
USB111DV.SYS =50,


;****************************************************************************
; Exclude from select the USB device -- it should be auto-detected!
;****************************************************************************

[ControlFlags]
ExcludeFromSelect     = USB\VID_05E9&PID_0019

[KLSI]
%USB\VID_05E9&PID_0019.DeviceDesc% = KLSIUsbEth, USB\VID_05E9&PID_0019

;****************************************************************************
; Device Install Sections
;
; Section names ending in ".NT" point to Windows NT 5.0-compatible sections
;****************************************************************************

; KLSI USB-Ethernet Adapter

[KLSIUsbEth.NT]
AddReg=USB111DV.ndi,USB111DV_parms.reg
Characteristics=0x84
BusType=0 ; USB
CopyFiles=ndis5.CopyFiles

[KLSIUsbEth.NT.Services]
AddService=USB111DV,2,USB111DV.ServiceDesc,USB111DV.EventLog

[KLSIUsbEth]
AddReg=USB111DV_Win9X.ndi,USB111DV_parms.reg,USB111DV_flags.reg
CopyFiles=USB111DV.CopyFiles
DeviceID=USB\VID_05E9&PID_0018

[ndis5.CopyFiles]
USB111DV.SYS,,,0x2

[USB111DV.CopyFiles]
USB111DV.SYS

[USB111DV.EventLog]
AddReg=USB111DV.AddEventLog

[USB111DV.AddEventLog]
HKR, ,EventMessageFile,  0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, ,TypeSupported,     0x00010001, 7

[USB111DV.ServiceDesc]
DisplayName      = %USB111DV.DriverDesc%
ServiceType      = 1
StartType        = 3
ErrorControl     = 1
ServiceBinary    = %12%\USB111DV.SYS
LoadOrderGroup   = NDIS,NTKERN,NDIS

[USB111DV.ndi]
HKR,Ndi,                Service,         0,  "USB111DV"
HKR,Ndi\Interfaces,     UpperRange,      0,  "ndis5"
HKR,Ndi\Interfaces,     LowerRange,      0,  "ethernet"
HKR,,                   PlatformType,    0,  "1"


[USB111DV_Win9x.ndi]
HKR,Ndi,DeviceID,,USB\VID_05E9&PID_0018
HKR,,AdapterName,,USB111DV
HKR,NDIS,LogDriverName,,USB111DV
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a
HKR,Ndi,CardType,,"PNP"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Install,,,"USB111DV.Install"
HKR,Ndi\Remove,,,"USB111DV.Remove"
HKR,Ndi,HelpText,,"Kawasaki LSI USB-Ethernet Adapter"

[USB111DV.Install]
AddReg=USB111DV.Addreg

[USB111DV.AddReg]
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,DeviceVxDs,,USB111DV.sys


;****************************************************************************
; Device Parameters
;****************************************************************************

[USB111DV_parms.reg]

; NetworkAddress
HKR,NDI\params\NetworkAddress,ParamDesc,,"%NetAddress%"
HKR,NDI\params\NetworkAddress,type,,edit
HKR,NDI\params\NetworkAddress,LimitText,,12
HKR,NDI\params\NetworkAddress,UpperCase,,1
HKR,NDI\params\NetworkAddress,optional,,1

; MaxTransmits
HKR,NDI\params\MaxTransmits,ParamDesc,,"%MaxTransmits%"
HKR,NDI\params\MaxTransmits,type,,int
HKR,NDI\params\MaxTransmits,min,,1
HKR,NDI\params\MaxTransmits,max,,128
HKR,NDI\params\MaxTransmits,step,,1
HKR,NDI\params\MaxTransmits,default,,10

; MaxTxFrameSize
HKR,NDI\params\MaxTxFrameSize,ParamDesc,,"%MaxTxFrameSize%"
HKR,NDI\params\MaxTxFrameSize,type,,int
HKR,NDI\params\MaxTxFrameSize,min,,64
HKR,NDI\params\MaxTxFrameSize,max,,1514
HKR,NDI\params\MaxTxFrameSize,step,,1
HKR,NDI\params\MaxTxFrameSize,default,,1514

; TxBufferSize
HKR,NDI\params\TxBufferSize,ParamDesc,,"%TxBufferSize%"
HKR,NDI\params\TxBufferSize,type,,int
HKR,NDI\params\TxBufferSize,min,,128
HKR,NDI\params\TxBufferSize,max,,4096
HKR,NDI\params\TxBufferSize,step,,64
HKR,NDI\params\TxBufferSize,default,,4096

; MinRcvBuffs
HKR,NDI\params\MinRcvBuffs,ParamDesc,,"%MinRcvBuffs%"
HKR,NDI\params\MinRcvBuffs,type,,int
HKR,NDI\params\MinRcvBuffs,min,,1
HKR,NDI\params\MinRcvBuffs,max,,200
HKR,NDI\params\MinRcvBuffs,step,,1
HKR,NDI\params\MinRcvBuffs,default,,40

; RcvBuffSize
HKR,NDI\params\RcvBuffSize,ParamDesc,,"%RcvBuffSize%"
HKR,NDI\params\RcvBuffSize,type,,int
HKR,NDI\params\RcvBuffSize,min,,64
HKR,NDI\params\RcvBuffSize,max,,1514
HKR,NDI\params\RcvBuffSize,step,,1
HKR,NDI\params\RcvBuffSize,default,,1514

; DebugLevel
HKR,NDI\params\DebugLevel,ParamDesc,,"%DebugLevel%"
HKR,NDI\params\DebugLevel,type,,int
HKR,NDI\params\DebugLevel,min,,0
HKR,NDI\params\DebugLevel,max,,5
HKR,NDI\params\DebugLevel,step,,1
HKR,NDI\params\DebugLevel,default,,0

; NumUsbBuffs
HKR,NDI\params\NumUsbRcvBuffs,ParamDesc,,"%NumUsbRcvBuffs%"
HKR,NDI\params\NumUsbRcvBuffs,type,,int
HKR,NDI\params\NumUsbRcvBuffs,min,,1
HKR,NDI\params\NumUsbRcvBuffs,max,,100
HKR,NDI\params\NumUsbRcvBuffs,step,,1
HKR,NDI\params\NumUsbRcvBuffs,default,,30

; UsbReadConcatDelay
HKR,NDI\params\UsbReadConcatDelay,ParamDesc,,"%UsbReadConcatDelay%"
HKR,NDI\params\UsbReadConcatDelay,type,,int
HKR,NDI\params\UsbReadConcatDelay,min,,0
HKR,NDI\params\UsbReadConcatDelay,max,,20
HKR,NDI\params\UsbReadConcatDelay,step,,1
HKR,NDI\params\UsbReadConcatDelay,default,,1

; DisableMediaState
HKR,NDI\params\DisableMediaState,ParamDesc,,"%DisableMediaState%"
HKR,NDI\params\DisableMediaState,default,,"NO"
HKR,NDI\params\DisableMediaState,type,,enum
HKR,NDI\params\DisableMediaState\enum,"NO",,"NO"
HKR,NDI\params\DisableMediaState\enum,"YES",,"YES"

; These aren't used in Windows NT 5.0, keep for Windows 9X

[USB111DV_flags.reg]
HKR,NDI\params\RcvBuffSize,flag,1,30,00,00,00
HKR,NDI\params\MinRcvBuffs,flag,1,30,00,00,00
HKR,NDI\params\MaxTxFrameSize,flag,1,30,00,00,00
HKR,NDI\params\TxBufferSize,flag,1,30,00,00,00
HKR,NDI\params\MaxTransmits,flag,1,30,00,00,00
HKR,NDI\params\NetAddress,flag,1,30,00,00,00
HKR,NDI\params\DebugLevel,flag,1,30,00,00,00
HKR,NDI\params\NumUsbRcvBuffs,flag,1,30,00,00,00
HKR,NDI\params\UsbReadConcatDelay,flag,1,30,00,00,00
HKR,NDI\params\DisableMediaState,flag,1,30,00,00,00

[strings]
; Manufacturer and Provider strings
KLSI="KLSI"

; Diskette Names
DisketteDesc="USB Ethernet Adapter Driver Software Diskette"

; Devices
USB\VID_05E9&PID_0019.DeviceDesc = "Kawasaki USB-Ethernet Adapter"

; Parameter Names
NetAddress="Network Address (LAA)"
MaxTransmits="Max Transmits"
MaxTxFrameSize="Max TX Frame Size"
TxBufferSize="TX Buffer Size"
MinRcvBuffs="Min Receive Buffers"
RcvBuffSize="Receive Buffer Size"
DebugLevel="Level for debug msgs"
NumUsbRcvBuffs="Num of USB Rcv Buffs"
UsbReadConcatDelay="USB Read Concat Delay"
DisableMediaState="Disable Media Check"
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: 1.85