TEPCI.INF Driver File Contents (100pac.zip)

; NETDLPCI.INF
; version 3.0
; Release date: 96-05-10
;
; Support the following adapter
;             TE-100PCI
;             TE-PCI
;             TE-PCI
;

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

[Manufacturer]
%V_Vendor%=TRENDware

[TRENDware]
%21041.DeviceDesc%=21041.ndi, PCI\VEN_1011&DEV_0014
%21140.DeviceDesc%=21140.ndi, PCI\VEN_1011&DEV_0009
%21040.DeviceDesc%=21040.ndi, PCI\VEN_1011&DEV_0002

[21040.ndi]
AddReg=21040.ndi.reg,21x4.ndi.reg,21x4.pci.reg,21040.con.reg
CopyFiles=netdlk.inf.CopyFiles,21x4.ndis3.CopyFiles,21x4.ndis2.CopyFiles
RenFiles=netpci.inf.RenameFiles

[21041.ndi]
AddReg=21041.ndi.reg,21x4.ndi.reg,21x4.pci.reg,21041.con.reg
CopyFiles=netdlk.inf.CopyFiles,21x4.ndis3.CopyFiles,21x4.ndis2.CopyFiles
RenFiles=netpci.inf.RenameFiles

[21140.ndi]
AddReg=21140.ndi.reg,21x4.ndi.reg,21x4.pci.reg,21140.con.reg
CopyFiles=netdlk.inf.CopyFiles,21x4.ndis3.CopyFiles,21x4.ndis2.CopyFiles
RenFiles=netpci.inf.RenameFiles

[21040.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0002"
HKR,,AdapterCFID,,00021011

[21041.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0014"
HKR,,AdapterCFID,,00141011
;HKR,Ndi\params\SnoozeMode,ParamDesc,,"Snooze Mode"
;HKR,Ndi\params\SnoozeMode,default,,0
;HKR,Ndi\params\SnoozeMode,type,,enum
;HKR,Ndi\params\SnoozeMode\enum,0,,"Disabled"
;HKR,Ndi\params\SnoozeMode\enum,1,,"Enabled"
;HKR,NDI\params\SnoozeMode,flag,1,20,00,00,00

[21140.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0009"
HKR,,AdapterCFID,,00091011
;StoreAndForward  Driver will auto adjust
HKR,Ndi\params\StoreAndForward,ParamDesc,,"Store And Forward"
HKR,Ndi\params\StoreAndForward,default,,0
HKR,Ndi\params\StoreAndForward,type,,enum
HKR,Ndi\params\StoreAndForward\enum,0,,"Disabled"
HKR,Ndi\params\StoreAndForward\enum,1,,"Enabled"
HKR,NDI\params\StoreAndForward,flag,1,20,00,00,00
;Transmit Threshold
HKR,Ndi\params\TransmitThreshold,ParamDesc,,"Transmit Threshold"
HKR,Ndi\params\TransmitThreshold,default,,A0
HKR,Ndi\params\TransmitThreshold,type,,enum
HKR,Ndi\params\TransmitThreshold\enum,48,,"  72 bytes"
HKR,Ndi\params\TransmitThreshold\enum,60,,"  96 bytes"
HKR,Ndi\params\TransmitThreshold\enum,80,," 128 bytes"
HKR,Ndi\params\TransmitThreshold\enum,A0,," 160 bytes"
HKR,Ndi\params\TransmitThreshold\enum,100,," 256 bytes"
HKR,Ndi\params\TransmitThreshold\enum,200,," 512 bytes"
HKR,Ndi\params\TransmitThreshold\enum,400,,"1024 bytes"
HKR,NDI\params\TransmitThreshold,flag,1,20,00,00,00

;****************************************************************************
; Driver parameters
;****************************************************************************

[21x4.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,TEPCI.SYS
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"TEPCI"
HKR,NDIS\NDIS2,DriverName,,"TEPCI$"
HKR,NDIS\NDIS2,FileName,,"TEPCI.DOS"
HKR,NDIS\ODI,DriverName,,"TEPCI"
HKR,NDIS\ODI,FileName,,"TEPCI.COM"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
;HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3"

; Install sections
;HKR,Ndi\Install,ndis3,,"21x4.ndis3"
;HKR,Ndi\Install,ndis2,,"21x4.ndis2"
;HKR,Ndi\Install,odi,,"21x4.odi"

;params
HKR,,MediaType,,1



;****************************************************************************
; PCI common parameters
;****************************************************************************

[21x4.pci.reg]
;params
HKR,,AdapterType,,5
HKR,,BusType,,5
;BurstLength
;HKR,Ndi\params\BurstLength,ParamDesc,,"Burst Length"
;HKR,Ndi\params\BurstLength,default,,10
;HKR,Ndi\params\BurstLength,type,,enum
;HKR,Ndi\params\BurstLength\enum,1,,"1 DWORD"
;HKR,Ndi\params\BurstLength\enum,2,,"2 DWORDS"
;HKR,Ndi\params\BurstLength\enum,4,,"4 DWORDS"
;HKR,Ndi\params\BurstLength\enum,8,,"8 DWORDS"
;HKR,Ndi\params\BurstLength\enum,10,,"16 DWORDS"
;HKR,Ndi\params\BurstLength\enum,20,,"32 DWORDS"
;HKR,NDI\params\BurstLength,flag,1,20,00,00,00
;Receive buffers
;HKR,Ndi\params\ReceiveBuffers,ParamDesc,,"Receive Buffers"
;HKR,Ndi\params\ReceiveBuffers,default,,10
;HKR,Ndi\params\ReceiveBuffers,type,,enum
;HKR,Ndi\params\ReceiveBuffers\enum,8,," 8"
;HKR,Ndi\params\ReceiveBuffers\enum,10,,"16"
;HKR,Ndi\params\ReceiveBuffers\enum,20,,"32"
;HKR,Ndi\params\ReceiveBuffers\enum,30,,"48"
;HKR,Ndi\params\ReceiveBuffers\enum,40,,"64"
;HKR,NDI\params\ReceiveBuffers,flag,1,20,00,00,00
;MapRegisters
;HKR,Ndi\params\MapRegisters,ParamDesc,,"Map Registers"
;HKR,Ndi\params\MapRegisters,default,,8
;HKR,Ndi\params\MapRegisters,type,,enum
;HKR,Ndi\params\MapRegisters\enum,4,," 4"
;HKR,Ndi\params\MapRegisters\enum,8,," 8"
;HKR,NDI\params\MapRegisters,flag,1,20,00,00,00

;network address
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,20,00,00,00
HKR,Ndi\params\NetworkAddress,optional,,1

;****************************************************************************
; Device specific parameters
;****************************************************************************


[21040.con.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoDetect"
HKR,Ndi\params\ConnectionType\enum,2,,"Twisted_Pair (10BaseT)"
HKR,Ndi\params\ConnectionType\enum,3,,"TP Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,4,,"TP No_Link_Test"
HKR,Ndi\params\ConnectionType\enum,1,,"BNC (10Base2)"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

[21041.con.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,2,,"Twisted_Pair (10BaseT)"
HKR,Ndi\params\ConnectionType\enum,3,,"TP Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,4,,"TP No_Link_Test"
HKR,Ndi\params\ConnectionType\enum,1,,"BNC (10Base2)"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

[21140.con.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,8,,"100BaseTx"
HKR,Ndi\params\ConnectionType\enum,9,,"100BaseTx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,2,,"10BaseT"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

[21x4.ndis2]
CopyFiles=21x4.ndis2.CopyFiles

[21x4.ndis2.CopyFiles]
TEPCI.DOS

[21x4.ndis3.CopyFiles]
TEPCI.SYS

[netpci.inf.RenameFiles]
netpci.in_,netpci.inf

[netdlk.inf.CopyFiles]
netdlpci.inf,!netinf.in_

[DestinationDirs]
DefaultDestDir             =11 ; LDID_SYS
21x4.ndis3.CopyFiles       =11
21x4.ndis2.CopyFIles       =26
netdlk.inf.CopyFiles       =17
netpci.inf.RenameFiles     =17

[SourceDisksNames]
50="TRENDware WIN95 Netcard Drivers Disk","",0

[SourceDisksFiles]
TEPCI.SYS=50,,10000

[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_Vendor="TRENDware"

;Devices
21041.DeviceDesc=  "TE-PCI (21041 chip) PCI Ethernet Adapter"
21140.DeviceDesc=  "TE-100PCI (21140 chip) PCI Fast Ethernet Adapter"
21040.DeviceDesc=  "TE-PCI (21040 chip) PCI 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: web4, load: 0.69