NET1020.INF Driver File Contents (1020_drivers.exe)

;; NET1020.INF
;;
;; Siemens SpeedStream PCI 10/100
;;
;; Copyright 2001, Siemens

[version]
Signature   = "$CHICAGO$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Siemens%
CatalogFile = net1020.cat
DriverVer   = 09/04/2001, 1.00.0904.2001

[Manufacturer]
%Siemens%    = Siemens

[ControlFlags]
ExcludeFromSelect     = PCI\VEN_1113&DEV_1216&SUBSYS_1020111A

[Siemens]
%SS1020.DeviceDesc%  = SS1020.ndi, PCI\VEN_1113&DEV_1216&SUBSYS_1020111A

;;****************************************************************************
;; Windows 9x
;;****************************************************************************
[SS1020.ndi]
DriverVer       = 09/04/2001, 1.00.0904.2001
AddReg          = SS1020.id.reg, SS1020.common.reg, SS1020.win.reg, SS1020.pci.reg
CopyFiles       = SS1020.CopyFiles9x

;;****************************************************************************
;; NT 5.0
;;****************************************************************************
[SS1020.ndi.NT]
DriverVer       = 09/04/2001, 1.00.0904.2001
AddReg          = SS1020.common.reg, SS1020.reg, SS1020.pci.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = SS1020.CopyFiles

[SS1020.ndi.NT.Services]
AddService      = SS1020, 2, SS1020.Service, SS1020.EventLog

[SS1020.CopyFiles9x]
SS1020N5.sys,,,2

[SS1020.CopyFiles]
SS1020N5.sys,,,2

;;----------------------------------------------------------------------------
;; SS1020 Parameters
;;----------------------------------------------------------------------------
;;****************************************************************************
;; Windows 9x parameters
;;****************************************************************************
[SS1020.id.reg]
HKR, Ndi,       DeviceID,       0,      "PCI\VEN_1113&DEV_1216&SUBSYS_1020111A"

[SS1020.pci.reg]
HKR,,AdapterType,0,"5"
HKR,,TxPacketDesc,,"160"
HKR,,RxPacketDesc,,"120"
HKR,,TxDmaDesc,,"320"
HKR,,RxDmaDesc,,"40"
HKR,,PacketsPerTxInt,,"10"
HKR,,PacketsPerRxInd,,"10"
HKR,,BurstLength,,"0"

[SS1020.win.reg]
;; key,subkey,valuname,type,value
HKR, ,  AdapterCFID,     ,      12161113
HKR, ,  DriverDesc,     0,      "Siemens SpeedStream PCI 10/100"
HKR, ,  DevLoader,      0,      *ndis
HKR, ,  DeviceVxDs,     0,      SS1020N5.sys
HKR, ,  EnumPropPages,  0,      netdi.dll,      EnumPropPages

;;params
HKR, ,  MediaType,      0,      1
HKR, ,  AdapterType,    0,      5
HKR, ,  BusType,        0,      5

;; NDIS Info
HKR, NDIS,              MajorNdisVersion,       1,      03
HKR, NDIS,              MinorNdisVersion,       1,      0a
HKR, NDIS,              LogDriverName,          0,      "SS1020N5"

;; Interfaces
HKR, Ndi\Interfaces,    DefLower,               ,       "ethernet"
HKR, Ndi\Interfaces,    LowerRange,             ,       "ethernet"
HKR, Ndi\Interfaces,    DefUpper,               ,       "ndis3"
HKR, Ndi\Interfaces,    UpperRange,             ,       "ndis3"

;; Install sections
HKR, Ndi\Install,       ndis3,                 0,       "SS1020.ndis5"

;;****************************************************************************
;; SS1020 common parameters
;;****************************************************************************
[SS1020.common.reg]
HKR, Ndi\Params\MediaType,            ParamDesc, , "Media Type"
HKR, Ndi\Params\MediaType,            default,   , "0"
HKR, Ndi\Params\MediaType,            type,      , "enum"
HKR, Ndi\Params\MediaType\enum,       0,         , "AutoSense"
HKR, Ndi\Params\MediaType\enum,       1,         , "10BaseT"
HKR, Ndi\Params\MediaType\enum,       2,         , "10BaseT Full_Duplex"
HKR, Ndi\Params\MediaType\enum,       3,         , "100BaseTX"
HKR, Ndi\Params\MediaType\enum,       4,         , "100BaseTX Full_Duplex"
HKR, Ndi\Params\MediaType,            flag,     1, "20","00","00","00"

HKR, Ndi\Params\PowerManagement,      ParamDesc, , "PME Enable"
HKR, Ndi\Params\PowerManagement,      default,   , "1"
HKR, Ndi\Params\PowerManagement,      type,      , "enum"
HKR, Ndi\Params\PowerManagement\enum, 0,         , "Disabled"
HKR, Ndi\Params\PowerManagement\enum, 1,         , "Enabled"
HKR, Ndi\Params\PowerManagement,      flag,     1, "20","00","00","00"

HKR, Ndi\Params\WakeupFrame,          ParamDesc, , "Pattern Match Wakeup"
HKR, Ndi\Params\WakeupFrame,          default,   , "1"
HKR, Ndi\Params\WakeupFrame,          type,      , "enum"
HKR, Ndi\Params\WakeupFrame\enum,     0,         , "Disabled"
HKR, Ndi\Params\WakeupFrame\enum,     1,         , "Enabled"
HKR, Ndi\Params\WakeupFrame,          flag,     1, "20","00","00","00"

HKR, Ndi\Params\LinkOnChange,         ParamDesc, , "Link Wakeup(Off->On)"
HKR, Ndi\Params\LinkOnChange,         default,   , "1"
HKR, Ndi\Params\LinkOnChange,         type,      , "enum"
HKR, Ndi\Params\LinkOnChange\enum,    0,         , "Disabled"
HKR, Ndi\Params\LinkOnChange\enum,    1,         , "Enabled"
HKR, Ndi\Params\LinkOnChange,         flag,     1, "20","00","00","00"

HKR, Ndi\Params\LinkOffChange,        ParamDesc, , "Link Wakeup(On->Off)"
HKR, Ndi\Params\LinkOffChange,        default,   , "0"
HKR, Ndi\Params\LinkOffChange,        type,      , "enum"
HKR, Ndi\Params\LinkOffChange\enum,   0,         , "Disabled"
HKR, Ndi\Params\LinkOffChange\enum,   1,         , "Enabled"
HKR, Ndi\Params\LinkOffChange,        flag,     1, "20","00","00","00"

HKR, Ndi\Params\MagicPacket,          ParamDesc, , "Magic Packet Wakeup"
HKR, Ndi\Params\MagicPacket,          default,   , "1"
HKR, Ndi\Params\MagicPacket,          type,      , "enum"
HKR, Ndi\Params\MagicPacket\enum,     0,         , "Disabled"
HKR, Ndi\Params\MagicPacket\enum,     1,         , "Enabled"
HKR, Ndi\Params\MagicPacket,          flag,     1, "20","00","00","00"

HKR, Ndi\Params\FlowControl,          ParamDesc, , "Flow Control"
HKR, Ndi\Params\FlowControl,          default,   , "1"
HKR, Ndi\Params\FlowControl,          type,      , "enum"
HKR, Ndi\Params\FlowControl\enum,     0,         , "Disabled"
HKR, Ndi\Params\FlowControl\enum,     1,         , "Enabled"
HKR, Ndi\Params\FlowControl,          flag,     1, "20","00","00","00"

HKR, Ndi\Params\PriorityPacket,       ParamDesc, , "Priority Packet"
HKR, Ndi\Params\PriorityPacket,       default,   , "0"
HKR, Ndi\Params\PriorityPacket,       type,      , "enum"
HKR, Ndi\Params\PriorityPacket\enum,  0,         , "Disabled"
HKR, Ndi\Params\PriorityPacket\enum,  1,         , "Enabled"
HKR, Ndi\Params\PriorityPacket,       flag,     1, "20","00","00","00"

;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
[SS1020.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "SS1020"

[SS1020.Service]
DisplayName     = %SS1020.Service.DispName%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\SS1020N5.SYS
LoadOrderGroup  = NDIS


[SS1020.EventLog]
Addreg = SS1020.AddEventLog.reg

[SS1020.AddEventLog.reg]
HKR,    ,   EventMessageFile,   0x00020000, %%SystemRoot%%\System32\netevent.dll
HKR,    ,   TypesSupported,     0x00010001, 7

;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
SS1020.CopyFiles9x          = 11
SS1020.CopyFiles            = 12
DefaultDestDir              = 11        ; LDID_SYS

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
SS1020N5.sys=1

;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
Siemens                    = "Siemens"

DISKNAME = "Siemens SpeedStream PCI 10/100 Driver Diskette"

SS1020.DeviceDesc      = "Siemens SpeedStream PCI 10/100"
SS1020.Service.DispName = "Siemens SpeedStream PCI 10/100 Win2000 Driver"

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: web4, load: 0.97