NETCABLE.INF Driver File Contents (e22v200.zip)

; NETCABLE.INX
;
; CABLETRON Network Interface Cards.
;
; Copyright 1993, Microsoft Corporation
; E22xx Single Chip Miniport with PNP Id of CSI2203 
; E22XX Dual Chip Miniport with PNP Id of CSI2201, CSI2202

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
46="Cabletron Disk",,0

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
E22n3.sys=46,,437417
;nete2203.inf=46,,1234

[Manufacturer]
%V_CABLE%=CABLE

[CABLE]
%*CSI2203.DeviceDesc%=*CSI2203.NDI, *CSI2203 ; E2200 Single Chip
%*CSI2201.DeviceDesc%=*CSI2201.NDI, *CSI2201 ; Primary   E2200 Chip
%*CSI2202.DeviceDesc%=*CSI2202.NDI, *CSI2202 ; Secondary E2000 Chip

;****************************************************************************
; *CSI2203 Single E2200
;****************************************************************************
[*CSI2203.NDI]
AddReg=*CSI2203.NDI.REG,E2203.REG

[*CSI2203.NDI.REG]
HKR,Ndi,DeviceID,,"*CSI2203"


;****************************************************************************
; E2200 Registry Stuff
;****************************************************************************
[E2203.REG]
HKR,,DevLoader,,ndis.vxd
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,DeviceVxDs,,E22N3.sys
; NDIS Info
HKR,NDIS,LogDriverName,,"E22N3"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"E22ND$"
HKR,NDIS\NDIS2,FileName,,"e22nd.dos"
;HKR,NDIS\ODI,DriverName,,"e22odi"
;HKR,NDIS\ODI,FileName,,"e22odi.com"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis2"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis2"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,ndis3,,"E22ND.ndis3"
HKR,Ndi\Install,ndis2,,"E22ND.ndis2"
;HKR,Ndi\Install,odi,,"E22ND.odi"
; resources
HKR,,IoAddress,1,02,00,00,00
HKR,,DMAChannel,1,03,00,00,00


; Install sections shared between Primary/Secondary

; Install NDIS3
[E22ND.ndis3]
CopyFiles=E22ND.ndis3.CopyFiles, e22nd.inf

[E22ND.ndis3.CopyFiles]
e22n3.sys

[E22ND.ndis2]
CopyFiles=E22ND.ndis2.CopyFiles, e22nd.inf

[E22ND.ndis2.CopyFiles]
e22nd.dos

[e22nd.inf]
netcable.inf

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
E22ND.ndis3.CopyFiles       =11 ; LDID_SYS
E22ND.ndis2.CopyFiles       =26 ; LDID_WINBOOT
e22nd.inf                   =17 ; LDID_INF

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_CABLE="Cabletron"
; PNP Devices
*CSI2203.DeviceDesc="Cabletron E2200 Series DNI "
*CSI2201.DeviceDesc="Cabletron E2200 Series DNI / Primary"
*CSI2202.DeviceDesc="Cabletron E2200 Series DNI / Secondary"

;****************************************************************************
; *CSI2201 Primary E2200
;****************************************************************************
[*CSI2201.NDI]
AddReg=*CSI2201.NDI.REG,E2201.REG

[*CSI2201.NDI.REG]
HKR,Ndi,DeviceID,,"*CSI2201"


;****************************************************************************
; *CSI2202 Secondary E2200
;****************************************************************************
[*CSI2202.NDI]
AddReg=*CSI2202.NDI.REG,E2202.REG

[*CSI2202.NDI.REG]
HKR,Ndi,DeviceID,,"*CSI2202"

;****************************************************************************
; E2200 Primary Registry Stuff
;****************************************************************************
[E2201.REG]
HKR,,DevLoader,,ndis.vxd
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,DeviceVxDs,,E22N3.SYS
; NDIS Info
HKR,NDIS,LogDriverName,,"E22N3"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"E22ND$"
HKR,NDIS\NDIS2,FileName,,"e22nd.dos"
;HKR,NDIS\ODI,DriverName,,"e22odi"
;HKR,NDIS\ODI,FileName,,"e22odi.com"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis2"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis2"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,ndis3,,"E22ND.ndis3"
HKR,Ndi\Install,ndis2,,"E22ND.ndis2"
;HKR,Ndi\Install,odi,,"E22ND.odi"
; resources
HKR,,IOADDRESS,1,02,00,00,00
HKR,,DMAChannel,1,03,00,00,00


;****************************************************************************
; E2200 Secondary Registry Stuff
;****************************************************************************
[E2202.REG]
; resources  - only need IO for secondary
HKR,,IOADDRESS,1,02,00,00,00





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