TLANW95.INF Driver File Contents (d9333c.exe)

; TLANW95.INF
; ThunderLAN(tm) Based Network Interface Cards.
;
; Copyright 1995, Texas Instruments
; Copyright 1997, Racore Computer Products

[version]
signature="$CHICAGO$"
Class=Net
provider=%V_TI%

[Manufacturer]
%V_TI%=TI

[TI]
%*TLANPCI.DeviceDesc%=TLAN.ndi, PCI\VEN_104C&DEV_0500

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
tlan.ndis2.CopyFiles        =26 ; LDID_WINBOOT
tlan.ndis3.CopyFiles        =11

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

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>,<checksum>
;Note: File is not in a cabinet if cab# is 0
tlan.dos=1,mslanman.dos\drivers\ethernet\tlan,tlan.dos,,
tlan.sys=1,ndis3,tlan.sys,,

;****************************************************************************
; TLAN
;****************************************************************************

[TLAN.ndi]
AddReg=PCItlan.ndi.reg,tlan.ndi.reg

[PCItlan.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_104C&DEV_0500"
HKR,,AdapterCFID,,0500104C
HKR,Ndi,MatchAndMoveID,,"PCI\VEN_104C&DEV_0500&REV_20,PCI\VEN_104C&DEV_0500"
HKR,NDI,CardType,,"PCI"

;****************************************************************************
; Thunder base section
;****************************************************************************

[tlan.ndi.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,tlan.sys

; NDIS Info
HKR,NDIS,LogDriverName,,"TLAN"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"TLAN"
HKR,NDIS\NDIS2,DriverName,,"TLAN$"
HKR,NDIS\NDIS2,FileName,,"tlan.dos"

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

; Install sections
HKR,Ndi\Install,ndis2,,"tlan.ndis2"
HKR,Ndi\Install,ndis3,,"tlan.ndis3"

; params
HKR,,MediaType,,1
HKR,,AdapterType,,5
HKR,,BusNumber,,0
HKR,,BusType,,5

; NetworkAddress
HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
HKR,NDI\params\NetworkAddress,type,,edit
HKR,NDI\params\NetworkAddress,LimitText,,14
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

;Slot
HKR,NDI\params\Slot,ParamDesc,,"Slot Number"
HKR,NDI\params\Slot,type,,int
HKR,NDI\params\Slot,default,,0
HKR,NDI\params\Slot,min,,0
HKR,NDI\params\Slot,max,,8191
HKR,NDI\params\Slot,step,,1
HKR,NDI\params\Slot,flag,1,10,00,00,00
HKR,NDI\params\Slot,optional,,1

;Network
HKR,Ndi\params\Network,ParamDesc,,"Network Type"
HKR,Ndi\params\Network,default,,0
HKR,Ndi\params\Network,type,,enum
HKR,Ndi\params\Network\enum,0,,"Auto Negotiate"
HKR,Ndi\params\Network\enum,1,,"10Mbit"
HKR,Ndi\params\Network\enum,2,,"100Mbit"
HKR,Ndi\params\Network\enum,3,,"10Mbit/FullDuplex"
HKR,Ndi\params\Network\enum,4,,"100Mbit/FullDuplex"
HKR,NDI\params\Network,flag,1,30,00,00,00

; PhySelect
HKR,Ndi\params\PhySelect,ParamDesc,,"Network Interface"
HKR,Ndi\params\PhySelect,default,,32
HKR,Ndi\params\PhySelect,type,,enum
HKR,Ndi\params\PhySelect\enum,32,,"Auto Select"
HKR,Ndi\params\PhySelect\enum,0,,"External Phy 0"
HKR,Ndi\params\PhySelect\enum,1,,"External Phy 1"
HKR,Ndi\params\PhySelect\enum,31,,"TLAN 10BaseT"
HKR,Ndi\params\PhySelect\enum,33,,"TLAN/BitLevel AUI"
HKR,Ndi\params\PhySelect\enum,34,,"SMC Phy"
HKR,NDI\params\PhySelect,flag,1,30,00,00,00

;; DeviceId
;HKR,Ndi\params\DeviceId,ParamDesc,,"Device"
;HKR,Ndi\params\DeviceId,default,,1280
;HKR,Ndi\params\DeviceId,type,,enum
;HKR,Ndi\params\DeviceId\enum,1280,,"ThunderLAN(tm)"
;HKR,NDI\params\DeviceId,flag,1,30,00,00,00

;; VendorId
;HKR,Ndi\params\VendorId,ParamDesc,,"Vendor"
;HKR,Ndi\params\VendorId,default,,4172
;HKR,Ndi\params\VendorId,type,,enum
;HKR,Ndi\params\VendorId\enum,4172,,"Racore"
;HKR,NDI\params\VendorId,flag,1,30,00,00,00

; Install TLAN NDIS2
[tlan.ndis2]
CopyFiles=tlan.ndis2.CopyFiles

[tlan.ndis2.CopyFiles]
tlan.dos

; Install TLAN NDIS3
[tlan.ndis3]
CopyFiles=tlan.ndis3.CopyFiles

[tlan.ndis3.CopyFiles]
tlan.sys

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_TI="Racore"
; PNP Devices
*TLANPCI.DeviceDesc="Racore ThunderLAN(tm)"

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