NETOCE4M.INF Driver File Contents (TNETE100E.zip)

;
; NETOCE4M.INF
;
; Version 1.07 (NDIS 5.0) for Windows 2000
;
; Olicom Network Interface Card
; Ethernet PCI/II 10/100 Adapters, NDIS Miniport 5.0
;
; Copyright 1993-1999, Olicom A/S

[version]
Signature    = "$Windows NT$"
Class        = Net
ClassGUID    = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider     = %V_Olicom%
DriverVer    = 02/11/1999,1,7,0,0
;CatalogFile = oce4xnd5.cat

[Manufacturer]
%V_Olicom%=Olicom

[ControlFlags]
ExcludeFromSelect   = PCI\VEN_108D&DEV_0012, \
                      PCI\VEN_108D&DEV_0013, \
                      PCI\VEN_108D&DEV_0014

[Olicom]
%OC218X.DeviceDesc% = PCIO218X.ndi, PCI\VEN_108D&DEV_0013 ; Olicom Ethernet PCI/II 10 Adapter (OC-218X)
%OC2325.DeviceDesc% = PCIO2325.ndi, PCI\VEN_108D&DEV_0012 ; Olicom Ethernet PCI/II 10/100 Adapter (OC-2325)
%OC2326.DeviceDesc% = PCIO2326.ndi, PCI\VEN_108D&DEV_0014 ; Olicom Ethernet PCI/II 10/100 Adapter (OC-2326)

;-------------------------------------------------------------------------------
; Olicom OC-218X
;
[PCIO218X.ndi]
DriverVer       = 02/11/1999,1,07,0,0
AddReg          = occommon.reg,ocpci10.reg
CopyFiles       = oce4x.CopyFiles,oce4x.inf.CopyFiles
Characteristics = 0x84
BusType 	= 5

[PCIO218X.ndi.Services]
AddService      = oce4xnd5, 2, oce4xnd5.AddService, oce4xnd5.EventLog

;-------------------------------------------------------------------------------
; Olicom OC-2325
;
[PCIO2325.ndi]
DriverVer       = 02/11/1999,1,07,0,0
AddReg          = occommon.reg, ocpci100.reg
CopyFiles       = oce4x.CopyFiles,oce4x.inf.CopyFiles
Characteristics = 0x84
BusType 	= 5

[PCIO2325.ndi.Services]
AddService      = oce4xnd5, 2, oce4xnd5.AddService, oce4xnd5.EventLog

;-------------------------------------------------------------------------------
; Olicom OC-2326
;
[PCIO2326.ndi]
DriverVer       = 02/11/1999,1,07,0,0
AddReg          = occommon.reg, ocpci100.reg
CopyFiles       = oce4x.CopyFiles,oce4x.inf.CopyFiles
Characteristics = 0x84
BusType 	= 5

[PCIO2326.ndi.Services]
AddService      = oce4xnd5, 2, oce4xnd5.AddService, oce4xnd5.EventLog

;-------------------------------------------------------------------------------
; OC Driver common registry
;
[occommon.reg]
; Interfaces and Parameters
HKR, Ndi,                       Service,    0, "oce4xnd5"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       HelpText,   0, %Helptext%

;Misc.
HKR,,MediaType,0,"1"
HKR,,OSType,0,"800"

;xmitbufcount
HKR, Ndi\params\xmitbufcount,   ParamDesc,  0, %xmitbufcount%
HKR, Ndi\params\xmitbufcount,   type,       0, "int"
HKR, Ndi\params\xmitbufcount,   default,    0, "16"
HKR, Ndi\params\xmitbufcount,   min,        0, "2"
HKR, Ndi\params\xmitbufcount,   max,        0, "16"
HKR, Ndi\params\xmitbufcount,   step,       0, "1"

;Recbufcount
HKR, Ndi\params\recbufcount,    ParamDesc,  0, %recbufcount%
HKR, Ndi\params\recbufcount,    type,       0, "int"
HKR, Ndi\params\recbufcount,    default,    0, "16"
HKR, Ndi\params\recbufcount,    min,        0, "6"
HKR, Ndi\params\recbufcount,    max,        0, "16"
HKR, Ndi\params\recbufcount,    step,       0, "1"

; NetworkAddress
HKR, NDI\params\NetworkAddress, ParamDesc,  0, %NetworkAddress%
HKR, NDI\params\NetworkAddress, type,       0, "edit"
HKR, NDI\params\NetworkAddress, LimitText,  0, "18"
HKR, NDI\params\NetworkAddress, UpperCase,  0, "1"
HKR, Ndi\params\NetworkAddress, default,    0, ""
HKR, Ndi\params\NetworkAddress, optional,   0, "1"


;----------------------------------------------------------------------------
; OC PCI 10/100 Driver registry
;
[ocpci100.reg]
;Speed
HKR, Ndi\params\Speed,          ParamDesc,  0, %Speed%
HKR, Ndi\params\Speed,          default,    0, "0"
HKR, Ndi\params\Speed,          type,       0, "enum"
HKR, Ndi\params\Speed\enum,     0,          0, %Auto%
HKR, Ndi\params\Speed\enum,     10,         0, "10 Mbps"
HKR, Ndi\params\Speed\enum,     100,        0, "100 Mbps"

;Duplex
HKR, Ndi\params\Duplex,         ParamDesc,  0, %Duplex%
HKR, Ndi\params\Duplex,         default,    0, "0"
HKR, Ndi\params\Duplex,         type,       0, "enum"
HKR, Ndi\params\Duplex\enum,    0,          0, %Auto%
HKR, Ndi\params\Duplex\enum,    half,       0, %HD%
HKR, Ndi\params\Duplex\enum,    full,       0, %FD%


;----------------------------------------------------------------------------
; OC PCI 10 Driver registry
;
[ocpci10.reg]
;Duplex
HKR, Ndi\params\Duplex,         ParamDesc,  0, %Duplex%
HKR, Ndi\params\Duplex,         default,    0, "0"
HKR, Ndi\params\Duplex,         type,       0, "enum"
HKR, Ndi\params\Duplex\enum,    half,       0, %HD%
HKR, Ndi\params\Duplex\enum,    full,       0, %FD%

;Connector
HKR, Ndi\params\Connector,      ParamDesc,  0, %Connector%
HKR, Ndi\params\Connector,      default,    0, "0"
HKR, Ndi\params\Connector,      type,       0, "enum"
HKR, Ndi\params\Connector\enum, AUTO,       0, "Auto-sense"
HKR, Ndi\params\Connector\enum, TP,         0, "Twisted-Pair (10BaseT)"
HKR, Ndi\params\Connector\enum, AUIBNC,     0, "BNC (10Base2) & AUI (10Base5)"


;-------------------------------------------------------------------------------
; OC Driver and Service
;
[oce4xnd5.AddService]
DisplayName    = %Olicom.ServiceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\oce4xnd5.sys
LoadOrderGroup = NDIS

[oce4xnd5.EventLog]
AddReg = oce4xnd5.EventLog.Reg

[oce4xnd5.EventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7


;-------------------------------------------------------------------------------
; OC Driver file installation
;
[oce4x.CopyFiles]
oce4xnd5.sys

[oce4x.inf.CopyFiles]
netoce4m.inf

[SourceDisksFiles]
oce4xnd5.sys=1
netoce4m.inf=1

[SourceDisksNames]
1 = "Olicom Driver Disk","netoce4m.inf", 0

[DestinationDirs]
oce4x.CopyFiles     = 12
oce4x.inf.CopyFiles = 17

;-------------------------------------------------------------------------------
; Localizable Strings
;
[strings]
V_Olicom           = "Olicom" 

xmitbufcount       = "Transmit Buffers"
recbufcount        = "Receive Buffers"
duplex             = "Duplex Mode"
auto               = "Auto Negotiate"
HD                 = "Half Duplex"
FD                 = "Full Duplex"
speed              = "Network Speed"
NetworkAddress     = "Network Address"
Connector          = "Connector Type"

Helptext           = "An Olicom Ethernet Adapter is a hardware device that physically connects you to a ethernet network."

; Olicom PNP Devices
OC218X.DeviceDesc  = "Olicom Ethernet PCI/II 10 Adapter (OC-218X)"
OC2325.DeviceDesc  = "Olicom Ethernet PCI/II 10/100 Adapter (OC-2325)"
OC2326.DeviceDesc  = "Olicom Ethernet PCI/II 10/100 Adapter (OC-2326)"

Olicom.ServiceDesc = "Olicom Ethernet PCI/II 10/100 Adapter 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: web5, load: 1.68