netoce4x.inf Driver File Contents (polaroidpdc3035driver.zip)

; NETOCE4X.INF
;
; Version 1.12 MS
;
; Olicom Network Interface Card
; Ethernet PCI/II 10/100 Adapters
;
; Copyright 1996-1997, Olicom A/S

[version]
CatalogFile=netoce4x.cat
LayoutFile=layout.inf, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
provider=%V_MS%

[Manufacturer]
%V_Olicom%=Olicom

[OLICOM]
%OC2325.DeviceDesc%=PCIO2325.ndi, PCI\VEN_108D&DEV_0012
%OC218X.DeviceDesc%=PCIO218X.ndi, PCI\VEN_108D&DEV_0013
%OC2326.DeviceDesc%=PCIO2326.ndi, PCI\VEN_108D&DEV_0014

;****************************************************************************
; Olicom OC-2325
;****************************************************************************
[PCIO2325.ndi]
AddReg=PCIO2325.ndi.reg,OCPCI.ndi.reg

[PCIO2325.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_108D&DEV_0012"

;Speed
HKR,Ndi\params\Speed,ParamDesc,,"LAN Speed"
HKR,Ndi\params\Speed,default,,0
HKR,Ndi\params\Speed,type,,enum
HKR,Ndi\params\Speed\enum,0,,"Auto negotiate"
HKR,Ndi\params\Speed\enum,10,,"10 Mbps" 
HKR,Ndi\params\Speed\enum,100,,"100 Mbps" 
HKR,NDI\params\Speed,flag,1,30,00,00,00

;****************************************************************************
; Olicom OC-218X
;****************************************************************************
[PCIO218X.ndi]
AddReg=PCIO218X.ndi.reg,OCPCI.ndi.reg

[PCIO218X.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_108D&DEV_0013"

;****************************************************************************
; Olicom OC-2326
;****************************************************************************
[PCIO2326.ndi]
AddReg=PCIO2326.ndi.reg,OCPCI.ndi.reg

[PCIO2326.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_108D&DEV_0014"

;Speed
HKR,Ndi\params\Speed,ParamDesc,,"LAN Speed"
HKR,Ndi\params\Speed,default,,0
HKR,Ndi\params\Speed,type,,enum
HKR,Ndi\params\Speed\enum,0,,"Auto negotiate"
HKR,Ndi\params\Speed\enum,10,,"10 Mbps" 
HKR,Ndi\params\Speed\enum,100,,"100 Mbps" 
HKR,NDI\params\Speed,flag,1,30,00,00,00

;****************************************************************************
; OCPCI Drivers
;****************************************************************************
[OCPCI.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,OCE4XMP4.SYS
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,Windows95,,yes
; NDIS Info
HKR,NDIS,LogDriverName,,"OCE4XMP4"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,ndis3,,"oce4xmp.ndis3"

;Resources
HKR,,IoBase,1,02,00,00,00
HKR,,Interrupt,1,04,00,00,00
;Parameters
;xmitbufcount
HKR,Ndi\params\xmitbufcount,ParamDesc,,"Transmit Buffers"
HKR,Ndi\params\xmitbufcount,type,,int
HKR,Ndi\params\xmitbufcount,default,,16
HKR,Ndi\params\xmitbufcount,min,,2
HKR,Ndi\params\xmitbufcount,max,,16
HKR,Ndi\params\xmitbufcount,step,,1 
HKR,NDI\params\xmitbufcount,flag,1,30,00,00,00
;Recbufcount
HKR,Ndi\params\recbufcount,ParamDesc,,"Receive Buffers"
HKR,Ndi\params\recbufcount,type,,int
HKR,Ndi\params\recbufcount,default,,16
HKR,Ndi\params\recbufcount,min,,6
HKR,Ndi\params\recbufcount,max,,16
HKR,Ndi\params\recbufcount,step,,1
HKR,NDI\params\recbufcount,flag,1,30,00,00,00
;Duplex
HKR,Ndi\params\Duplex,ParamDesc,,"Duplex"
HKR,Ndi\params\Duplex,default,,0
HKR,Ndi\params\Duplex,type,,enum
HKR,Ndi\params\Duplex\enum,0,,"Auto negotiate"
HKR,Ndi\params\Duplex\enum,half,,"Half duplex"
HKR,Ndi\params\Duplex\enum,full,,"Full duplex"
HKR,NDI\params\Duplex,flag,1,30,00,00,00
; NetworkAddress
HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
HKR,NDI\params\NetworkAddress,type,,edit
HKR,NDI\params\NetworkAddress,LimitText,,18
HKR,NDI\params\NetworkAddress,UpperCase,,1
HKR,Ndi\params\NetworkAddress,default,,""
HKR,NDI\params\NetworkAddress,flag,1,30,00,00,00
HKR,Ndi\params\NetworkAddress,optional,,1

; Install NDIS3
[OCE4XMP.ndis3]
CopyFiles=oce4xmp.ndis3.CopyFiles
[oce4xmp.ndis3.CopyFiles]
oce4xmp4.sys

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
oce4xmp.ndis3.CopyFiles       =11 ; LDID_SYS

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_Olicom="Olicom" 
; PNP Devices
; Olicom
OC2325.DeviceDesc="Olicom Ethernet PCI/II 10/100 (OC-2325)"
OC218X.DeviceDesc="Olicom Ethernet PCI/II 10 (OC-218x)"
OC2326.DeviceDesc="Olicom Ethernet PCI/II 10/100 (OC-2326)"


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: 1.60