netnepls.inf Driver File Contents (polaroidpdc3035driver.zip)

; NETNEPLS.INF
; 

[version]
CatalogFile=netnepls.cat
LayoutFile=layout.inf, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_MICRO%=MICRO
%V_RPTI%=RPTI

[RPTI]
%ISAPNP.DeviceDesc%=*RPTE203.ndi, *RPTE203    ; RPTI ISA PnP

[MICRO]
%MICRO0.DeviceDesc%=*MDY1910.ndi, *MDY1910    ; Microdyne 1910
%MICRO1.DeviceDesc%=*MDY1911.ndi, *MDY1911    ; Microdyne 1911
%MICRO2.DeviceDesc%=*MDY1912.ndi, *MDY1912    ; Microdyne 1912

;****************************************************************************
;    *RPTE203
;****************************************************************************

[*RPTE203.ndi]
AddReg=*RPTE203.ndi.reg,ne2000.ndi.reg,Clone.params.reg
LogConfig=*RPTE203.LogConfig

[*RPTE203.ndi.reg]
HKR,Ndi,DeviceID,,"*RPTE203"
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00

[*RPTE203.LogConfig]
IRQConfig=3,4,5,7,9,10,11,12,15
IOConfig=20@200-3FF%FFE0(3FF::)
ConfigPriority=HARDRECONFIG

;****************************************************************************
;    *MDY1910
;****************************************************************************

[*MDY1910.ndi]
AddReg=*MDY1910.ndi.reg,ne2000.ndi.reg,Clone.params.reg
LogConfig=*MDY1910.LogConfig

[*MDY1910.ndi.reg]
HKR,Ndi,DeviceID,,"*MDY1910"
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00

[*MDY1910.LogConfig]
IRQConfig=3,4,5,7,9,10,11,12,15
IOConfig=20@200-3FF%FFE0(3FF::)
ConfigPriority=HARDRECONFIG

;****************************************************************************
;    *MDY1911
;****************************************************************************

[*MDY1911.ndi]
AddReg=*MDY1911.ndi.reg,ne2000.ndi.reg,Clone.params.reg
LogConfig=*MDY1911.LogConfig

[*MDY1911.ndi.reg]
HKR,Ndi,DeviceID,,"*MDY1911"
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00

[*MDY1911.LogConfig]
IRQConfig=3,4,5,7,9,10,11,12,15
IOConfig=20@200-3FF%FFE0(3FF::)
ConfigPriority=HARDRECONFIG

;****************************************************************************
;    *MDY1912
;****************************************************************************

[*MDY1912.ndi]
AddReg=*MDY1912.ndi.reg,ne2000.ndi.reg,Clone.params.reg
LogConfig=*MDY1912.LogConfig

[*MDY1912.ndi.reg]
HKR,Ndi,DeviceID,,"*MDY1912"
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00

[*MDY1912.LogConfig]
IRQConfig=3,4,5,7,9,10,11,12,15
IOConfig=20@200-3FF%FFE0(3FF::)
ConfigPriority=HARDRECONFIG

;****************************************************************************
; NE2000 Drivers
;****************************************************************************
; Base section for ne2000 users
[ne2000.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,PNPNT.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"PNPNT"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\ODI,DriverName,,"PNPODI"
HKR,NDIS\ODI,FileName,,"PNPODI.com"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,odi"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
HKR,Ndi\Install,ndis3,,"ne2000.ndis3"
;HKR,Ndi\Install,odi,,"ne2000.odi"


; Install NDIS3
[NE2000.ndis3]
CopyFiles=NE2000.ndis3.CopyFiles
[NE2000.ndis3.CopyFiles]
PNPNT.sys

; Install ODI
[NE2000.odi]
CopyFiles=NE2000.odi.CopyFiles
[NE2000.odi.CopyFiles]
PNPODI.com

; extra params for ne2000
[NE2000.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00

; extra params for clones
[Clone.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir		    =11 ; LDID_SYS
ne2000.ndis3.CopyFiles	    =11
ne2000.odi.CopyFiles	    =26

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_MICRO="Microdyne"
V_RPTI="RPTI"

; PNP novell Devices
MICRO0.DeviceDesc="Microdyne NE2000plus Ethernet Adapter"
MICRO1.DeviceDesc="Microdyne NE2000plus Ethernet Adapter"
MICRO2.DeviceDesc="Microdyne NE2000plus Ethernet Adapter"
ISAPNP.DeviceDesc="RPTI ISA PnP Ethernet 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: web1, load: 1.94