neteni25.inf Driver File Contents (polaroidpdc3035driver.zip)

; ENI25P.INF
; Efficient Networks ATM Adapters

[Version]
Signature="$CHICAGO$"
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%Msft%
LayoutFile=layout.inf,layout1.inf,layout2.inf
CatalogFile=neteni25.cat

[Manufacturer]
 %EFFICIENT% = EFFICIENT

; pnp cards should be excluded from select
;[ControlFlags]
; ExcludeFromSelect = PCI\VEN_111A&DEV_0003&SUBSYS_0000111A&REV_00 \
;                     PCI\VEN_111A&DEV_0005&SUBSYS_0001111A&REV_00

[EFFICIENT]
 ; DisplayName                        Section      DeviceID
 ; -----------                        -------      --------
 %PCI\VEN_111A&DEV_0003.DeviceDesc% = ENI25P3.ndi, PCI\VEN_111A&DEV_0003&SUBSYS_0000111A&REV_00
 %PCI\VEN_111A&DEV_0005.DeviceDesc% = ENI25P5.ndi, PCI\VEN_111A&DEV_0005&SUBSYS_0001111A&REV_00

[ENI25P3.ndi]
AddReg=ENI25P3.ndi.reg, ENI25P.ndi.reg, ENI25P.reg

[ENI25P5.ndi]
AddReg=ENI25P5.ndi.reg, ENI25P.ndi.reg, ENI25P.reg

[ENI25P3.ndi.reg]
 HKR, Ndi,                            DeviceID,       ,   "PCI\VEN_111A&DEV_0003"

[ENI25P5.ndi.reg]
 HKR, Ndi,                            DeviceID,       ,   "PCI\VEN_111A&DEV_0005"

[ENI25P.ndi.reg]
 HKR, Ndi\Install,                    ndis3,          ,   "eni25p.ndi.Install"
 HKR, Ndi\Interfaces,                 DefLower,       ,   "ethernet"
 HKR, Ndi\Interfaces,                 LowerRange,     ,   "ethernet"
 HKR, Ndi\Interfaces,                 DefUpper,       ,   "ndisatm"
 HKR, Ndi\Interfaces,                 UpperRange,     ,   "ndisatm"
 HKR, ,                               DevLoader,      ,   *ndis
 HKR, ,                               DeviceVxDs,     ,   eni25p.sys
 HKR, NDIS,                           LogDriverName,  ,   "ENI25P"
 HKR, NDIS,                           MajorNdisVersion,   1, 03
 HKR, NDIS,                           MinorNdisVersion,   1, 0A
		
; NDI Required Components
HKR,Ndi\Compatibility,RequireAll,,"ATMUNI"

[ENI25P.reg]
 HKR, Ndi\params\RxSegMult,          ParamDesc,     0,    "Receive Segment Multiplier"
 HKR, Ndi\params\RxSegMult,          default,       0,    "150"
 HKR, Ndi\params\RxSegMult,          min,           0,    "100"
 HKR, Ndi\params\RxSegMult,          max,           0,    "3200"
 HKR, Ndi\params\RxSegMult,          step,          0,    "50"
 HKR, Ndi\params\RxSegMult,          base,          0,    "10"
 HKR, Ndi\params\RxSegMult,          type,          0,    "int"
 
 HKR, Ndi\params\TxSegMult,          ParamDesc,     0,    "Transmit Segment Multiplier"
 HKR, Ndi\params\TxSegMult,          default,       0,    "150"
 HKR, Ndi\params\TxSegMult,          min,           0,    "100"
 HKR, Ndi\params\TxSegMult,          max,           0,    "3200"
 HKR, Ndi\params\TxSegMult,          step,          0,    "50"
 HKR, Ndi\params\TxSegMult,          base,          0,    "10"
 HKR, Ndi\params\TxSegMult,          type,          0,    "int"

 HKR, Ndi\params\ServiceSize,        ParamDesc,     0,    "Service Size"
 HKR, Ndi\params\ServiceSize,        default,       0,    "131072"
 HKR, Ndi\params\ServiceSize,        min,           0,    "1024"
 HKR, Ndi\params\ServiceSize,        max,           0,    "131072"
 HKR, Ndi\params\ServiceSize,        step,          0,    "1024"
 HKR, Ndi\params\ServiceSize,        base,          0,    "10"
 HKR, Ndi\params\ServiceSize,        type,          0,    "dword"

 HKR, Ndi\params\TxDepth,            ParamDesc,     0,    "Transmit Depth"
 HKR, Ndi\params\TxDepth,            default,       0,    "7"
 HKR, Ndi\params\TxDepth,            min,           0,    "2"
 HKR, Ndi\params\TxDepth,            max,           0,    "31"
 HKR, Ndi\params\TxDepth,            step,          0,    "1"
 HKR, Ndi\params\TxDepth,            base,          0,    "10"
 HKR, Ndi\params\TxDepth,            type,          0,    "int"

 HKR, Ndi\params\HappiMode,          ParamDesc,     0,    "Happi Mode"
 HKR, Ndi\params\HappiMode,          default,       0,    "0"
 HKR, Ndi\params\HappiMode,          min,           0,    "0"
 HKR, Ndi\params\HappiMode,          max,           0,    "7"
 HKR, Ndi\params\HappiMode,          step,          0,    "1"
 HKR, Ndi\params\HappiMode,          base,          0,    "10"
 HKR, Ndi\params\HappiMode,          type,          0,    "int"

 HKR, Ndi\params\CheckLinkRate,      ParamDesc,     0,    "Check Link Rate"
 HKR, Ndi\params\CheckLinkRate,      default,       0,    "0"
 HKR, Ndi\params\CheckLinkRate,      min,           0,    "0"
 HKR, Ndi\params\CheckLinkRate,      max,           0,    "1"
 HKR, Ndi\params\CheckLinkRate,      step,          0,    "1"
 HKR, Ndi\params\CheckLinkRate,      base,          0,    "10"
 HKR, Ndi\params\CheckLinkRate,      type,          0,    "int"

 HKR, Ndi\params\DelayInts,          ParamDesc,     0,    "Delay Interrupts"
 HKR, Ndi\params\DelayInts,          default,       0,    "1"
 HKR, Ndi\params\DelayInts,          min,           0,    "0"
 HKR, Ndi\params\DelayInts,          max,           0,    "2"
 HKR, Ndi\params\DelayInts,          step,          0,    "1"
 HKR, Ndi\params\DelayInts,          base,          0,    "10"
 HKR, Ndi\params\DelayInts,          type,          0,    "int"

 HKR, Ndi\params\MaxMtuSize,         ParamDesc,     0,    "Maximum Mtu Size"
 HKR, Ndi\params\MaxMtuSize,         default,       0,    "65535"
 HKR, Ndi\params\MaxMtuSize,         min,           0,    "1024"
 HKR, Ndi\params\MaxMtuSize,         max,           0,    "65535"
 HKR, Ndi\params\MaxMtuSize,         step,          0,    "1024"
 HKR, Ndi\params\MaxMtuSize,         base,          0,    "10"
 HKR, Ndi\params\MaxMtuSize,         type,          0,    "dword"

 HKR, Ndi\params\MaxPcrRate,         ParamDesc,     0,    "Maximum Pcr Rate"
 HKR, Ndi\params\MaxPcrRate,         default,       0,    "0"
 HKR, Ndi\params\MaxPcrRate,         min,           0,    "0"
 HKR, Ndi\params\MaxPcrRate,         max,           0,    "59260"
 HKR, Ndi\params\MaxPcrRate,         step,          0,    "1"
 HKR, Ndi\params\MaxPcrRate,         base,          0,    "10"
 HKR, Ndi\params\MaxPcrRate,         type,          0,    "dword"
 
 HKR, Ndi\params\MaxConnections,     ParamDesc,     0,    "Maximum Connections"
 HKR, Ndi\params\MaxConnections,     default,       0,    "1024"
 HKR, Ndi\params\MaxConnections,     min,           0,    "1"
 HKR, Ndi\params\MaxConnections,     max,           0,    "1024"
 HKR, Ndi\params\MaxConnections,     step,          0,    "1"
 HKR, Ndi\params\MaxConnections,     base,          0,    "10"
 HKR, Ndi\params\MaxConnections,     type,          0,    "dword"
 
[eni25p.ndi.Install]
CopyFiles=eni25p.ndi.CopyFiles

[eni25p.ndi.CopyFiles]
eni25p.sys

[DestinationDirs]
eni25p.ndi.CopyFiles = 11

[Strings]
Msft      = "Microsoft"
EFFICIENT = "Efficient Networks"

PCI\VEN_111A&DEV_0003.DeviceDesc = "Efficient Networks ENI-25p Miniport ATM Adapter"
PCI\VEN_111A&DEV_0005.DeviceDesc = "Efficient Networks SS-3010 Miniport ATM Adapter"

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.70