netejet.inf Driver File Contents (isa_etherjet_2k_XP.zip)

; IBMEIMP.INF
;
; IBM EtherJet ISA Adapters
;
; Copyright (c) 1993-1997, Microsoft Corporation

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %MSFT%
LayoutFile  = layout.inf
DriverVer=10/19/1999,3.22.0.0

[Manufacturer]
%V_IBM%     = IBM
%V_CRYSTAL% = CRYSTAL

[ControlFlags]
ExcludeFromSelect      = ISAPNP\IBM1010, ISAPNP\CSC6040

[IBM]
%ibmeimpnp.DeviceDesc% = pnpibmeimp.ndi, ISAPNP\IBM1010 ; IBM EtherJet Adapter
%ibmeimp.DeviceDesc%   = ibmeimp.ndi,    *IBM1010       ; IBM EtherJet Adapter (Legacy Mode)

[CRYSTAL]
%CS8920.DeviceDesc%    = pnpibmeimp.ndi, ISAPNP\CSC6040 ; Crystal Semiconductor CS8920
%*CS8920.DeviceDesc%   = ibmeimp.ndi,    *CSC6040       ; Crystal Semiconductor CS8920 (Legacy Mode)
%*CS8900.DeviceDesc%   = ibmeimp.ndi,    *CSC0040       ; Crystal Semiconductor CS8900

;-------------------------------------------------------------------------------
; IBMEIMP main sections
;
[pnpibmeimp.ndi]
AddReg          = cs89xx.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType 	= 14
CopyFiles       = ibmeimp.CopyFiles

[pnpibmeimp.ndi.Services]
AddService      = ibmeimp, 2, ibmeimp.Service, common.EventLog

;-------------------------------------------------------------------------------
; IBMEIMP Legacy main sections
;
[ibmeimp.ndi]
AddReg          = cs89xx.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType 	= 1
LogConfig       = ibmeimp.LogConfig
CopyFiles       = ibmeimp.CopyFiles

[ibmeimp.ndi.Services]
AddService      = ibmeimp, 2, ibmeimp.Service, common.EventLog

[ibmeimp.LogConfig]
ConfigPriority = HARDRECONFIG
IOConfig       = 10@200-3FF%FFF0(FFFF::)
IRQConfig      = 5,10,11,12
MemConfig      = 1000@B0000-EFFFF%FFFFE000
                 
;-------------------------------------------------------------------------------
; cs89xx interfaces
;
[cs89xx.reg]
HKR, Ndi,                       Service,    0, "ibmeimp"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

; Networkaddress - Locally Administered Address
HKR, Ndi\params\NetworkAddress,  ParamDesc, 0, %NetworkAddress% 
HKR, Ndi\params\NetworkAddress,  type,      0, "edit"
HKR, Ndi\params\NetworkAddress,  LimitText, 0, "12"
HKR, Ndi\params\NetworkAddress,  UpperCase, 0, "1"
HKR, Ndi\params\NetworkAddress,  default,   0, ""
HKR, Ndi\params\NetworkAddress,  optional,  0, "1"

; Serial - Obtain it from LANAid. Enter it for Multi cards installation.
HKR, Ndi\params\Serial,          ParamDesc, 0, %Serial% 
HKR, Ndi\params\Serial,          type,      0, "edit"
HKR, Ndi\params\Serial,          LimitText, 0, "8"
HKR, Ndi\params\Serial,          UpperCase, 0, "1"
HKR, Ndi\params\Serial,          default,   0, ""
HKR, Ndi\params\Serial,          optional,  0, "1"

; Duplex Mode
HKR, Ndi\params\DuplexMode,      ParamDesc, 0, %DuplexMode% 
HKR, Ndi\params\DuplexMode,      type,      0, "enum"
HKR, Ndi\params\DuplexMode,      default,   0, "0"
HKR, Ndi\params\DuplexMode\enum, 0,         0, %AutoNegotiate%
HKR, Ndi\params\DuplexMode\enum, 1,         0, %HalfDuplex% 
HKR, Ndi\params\DuplexMode\enum, 2,         0, %FullDuplex%

;----------------------------------------------------------------------------
; ibmeimp service and driver
;
[ibmeimp.CopyFiles]
ibmeimp.sys,,,2

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

[common.EventLog]
AddReg = common.AddEventLog.reg

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

;-------------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]
ibmeimp.CopyFiles	 = 12



;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
MSFT                     = "Microsoft"
V_IBM                    = "IBM"
V_CRYSTAL                = "Crystal Semiconductor"

NetworkAddress           = "NetworkAddress"
Serial                   = "SerialNumber"
DuplexMode               = "DuplexMode"
AutoNegotiate            = "Auto Negotiate"
HalfDuplex               = "Half Duplex"
FullDuplex               = "Full Duplex"

ibmeimpnp.DeviceDesc     = "IBM EtherJet ISA Adapter"
ibmeimp.DeviceDesc       = "IBM EtherJet ISA Adapter (Legacy Mode)"
CS8920.DeviceDesc        = "Crystal LAN(tm) CS8920 Ethernet Adapter"
*CS8900.DeviceDesc       = "Crystal LAN(tm) CS8900 Ethernet Adapter"
*CS8920.DeviceDesc       = "Crystal LAN(tm) CS8920 Ethernet Adapter (Legacy Mode)"

ibmeimp.Service.DispName = "IBM EtherJet/Crystal Adapter NT 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: web1, load: 1.37