s620ndis.inf Driver File Contents (StormPort_USB_Drivers_03_22.zip)

;*****************************************************************************
;
; s620ndis.inf   -- Install StormPort NDIS drivers
;
; Copyright (c) 1997-2001 MCCI
;
; $Id: upper.inf,v 1.17 2001/06/20 17:20:10 maryg Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************

[version]
signature="$CHICAGO$"
Class=Net
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=11/29/2001, 3.22.0.101
Compatible = 1
;CatalogFile=s620unic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11           ; LDID_SYS
ELAS.ndi3.CopyFiles = 11  ; LDID_SYS
ELAS.ndi5.CopyFiles = 11  ; LDID_SYS
ELAS.ndi3.nt.CopyFiles = 12
ELAS.ndi5.nt.CopyFiles = 12

;-----------------------------------------------------------------------------
; Specify the install disks.  
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"s620unic.sys",,

[SourceDisksFiles]
s620nd3.sys=1
s620nd5.sys=1

;-----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%Oem%=Elastic

;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[Elastic]
%Ndis5Desc% = ELAS.ndi5, S620CR\{17AB4C7D-A0F1-4842-B39F-D8016E618D78}
%Ndis3Desc% = ELAS.ndi3, S620CR\{13A8D510-05CC-490a-BE0D-3FC97982DF16}

;*****************************************************************************
;
; NDIS services:
;
;	You would think that '\' continuation would make the following 
;	more readable.  It only succeeds in breaking NDIS.  Keep all this
;	on one line!
;
;*****************************************************************************

[ELAS.ndi5]
DriverVer=11/29/2001, 3.22.0.101
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = ELAS.ndi.reg,ELAS.ndi.reg.W9x,ELAS.ndi5.reg,ELAS.ndi5.reg.W9x,ELAS.ndi.Gen.Resources,ELAS.ndi.Gen.Params,ELAS.ndi5.Gen.Params
CopyFiles = ELAS.ndi5.CopyFiles

[ELAS.ndi5.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = ELAS.ndi.reg,ELAS.ndi.reg.nt,ELAS.ndi5.reg,ELAS.ndi5.reg.nt,ELAS.ndi.Gen.Resources,ELAS.ndi.Gen.Params,ELAS.ndi5.Gen.Params
CopyFiles = ELAS.ndi5.nt.CopyFiles
DriverVer=11/29/2001, 3.22.0.101

[ELAS.ndi3]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = ELAS.ndi.reg,ELAS.ndi.reg.W9x,ELAS.ndi3.reg,ELAS.ndi3.reg.W9x,ELAS.ndi.Gen.Resources,ELAS.ndi.Gen.Params,ELAS.ndi3.Gen.Params
CopyFiles = ELAS.ndi3.CopyFiles
DriverVer=11/29/2001, 3.22.0.101

[ELAS.ndi3.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = ELAS.ndi.reg,ELAS.ndi.reg.nt,ELAS.ndi3.reg,ELAS.ndi3.reg.nt,ELAS.ndi.Gen.Resources,ELAS.ndi.Gen.Params,ELAS.ndi3.Gen.Params
CopyFiles = ELAS.ndi3.nt.CopyFiles
DriverVer=11/29/2001, 3.22.0.101

;-----------------------------------------------------------------------------
; Install all the normal things in the registry 
;-----------------------------------------------------------------------------
[ELAS.ndi3.reg]
HKR,NDIS,LogDriverName,,"s620nd3"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

[ELAS.ndi5.reg]
HKR,NDIS,LogDriverName,,"s620nd5"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis5"

[ELAS.ndi.reg]
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"


;-----------------------------------------------------------------------------
; General Resources (used to set NDI\params....)
;-----------------------------------------------------------------------------
[ELAS.ndi.Gen.Resources]
HKR,,NumTxTransportBuffers,,"1"

;-----------------------------------------------------------------------------
; General Params.
;-----------------------------------------------------------------------------
[ELAS.ndi.Gen.Params]
HKR,,BoardType,,%BoardType%
HKR,,MediaType,,"Ethernet"

[ELAS.ndi3.Gen.Params]
HKR,,BoardName,,"%ELAS.ndi3.guid%"
HKR,,DeviceName,,"%ELAS.ndi3.guid%"

[ELAS.ndi5.Gen.Params]
HKR,,BoardName,,"%ELAS.ndi5.guid%"
HKR,,DeviceName,,"%ELAS.ndi5.guid%"

;-----------------------------------------------------------------------------
;	NDIS devload info for W95/W98
;-----------------------------------------------------------------------------
[ELAS.ndi.reg.W9x]
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%ndi.DriverDesc%

[ELAS.ndi3.reg.W9x]
HKR,,DeviceVxDs,, s620nd3.sys
HKR,Ndi,DeviceId,,%ELAS.ndi3.guid%

[ELAS.ndi5.reg.W9x]
HKR,,DeviceVxDs,, s620nd5.sys
HKR,Ndi,DeviceId,,%ELAS.ndi5.guid%

;-----------------------------------------------------------------------------
;	NDIS devload info for Win2K
;-----------------------------------------------------------------------------
[ELAS.ndi.reg.nt]
HKR,,DriverDesc,,%ndi.DriverDesc%

[ELAS.ndi3.reg.nt]
HKR,Ndi,DeviceId,,%ELAS.ndi3.guid%
HKR,Ndi,Service,,"s620nd3"

[ELAS.ndi5.reg.nt]
HKR,Ndi,DeviceId,,%ELAS.ndi5.guid%
HKR,Ndi,Service,,"s620nd5"


[ELAS.ndi5.NT.Services]
AddService      = s620nd5, 2, ELAS.ndi5.AddService

[ELAS.ndi5.AddService]
DisplayName             = %ServiceDesc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\s620nd5.sys
LoadOrderGroup          = NDIS

[ELAS.ndi3.NT.Services]
AddService      = s620nd3, 2, ELAS.ndi3.AddService

[ELAS.ndi3.AddService]
DisplayName             = %ServiceDesc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\s620nd3.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
; Some copyfiles sections
;-----------------------------------------------------------------------------
[ELAS.ndi3.CopyFiles]
s620nd3.sys

[ELAS.ndi5.CopyFiles]
s620nd5.sys

[ELAS.ndi3.nt.CopyFiles]
s620nd3.sys

[ELAS.ndi5.nt.CopyFiles]
s620nd5.sys


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "Elastic Networks, Inc."
Oem = "Elastic Networks, Inc."
DiskString = "StormPort installation disk"

ndi.DriverDesc = "StormPort NDIS drivers"
Ndis3Desc = "StormPort (NDIS 3)"
Ndis5Desc = "StormPort (NDIS 5)"
ServiceDesc = "StormPort (NDIS)"
BoardType = "StormPort networking device"

;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
ELAS.ndi5.guid = "S620CR\{17AB4C7D-A0F1-4842-B39F-D8016E618D78}"
ELAS.ndi3.guid = "S620CR\{13A8D510-05CC-490a-BE0D-3FC97982DF16}"

;*** end of file ***
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: 1.09