NETEPIC5.INF Driver File Contents (epics.zip)

;===========================================================================
;
;	netepic5.inf
;
;	SMSC EPIC and EPIC/C Ethernet 10/100 Install for Win 98 & NT5.0
;
;	Copyright (c) 1997-1998  Standard Microsystems Corporation
;
;	Revision History:	
;
;	10/10/98	1.05	- Comment out CAT file inclusion (NT 5.0 buld 1877
;						  installation fails if not).
;						- Change parameters strings to localizable strings.
;						- Change PnP Ids for PCI cards to use Subsystem Ids.
;						- Change signature from $CHICAGO$ to "$Windows NT$"
;
;	06/01/98	1.04	- Add Digital signature support (CAT refernce)
;
;	05/04/98	1.03	- Add support for new Subsystem Ids.
;
;	04/27/98	1.02	- Add hidden key to disable Early Transmit if 
;						  desired
;
;	04/21/98	1.01	- Add support for Form factor cardbus cards.
;
;	04/17/98	1.00	- Initial revision.
;
;===========================================================================


;***************************************************************************
;Common Win 98 and Win NT sections
;***************************************************************************

[version]
LayoutFile=layout.inf
Signature="$Windows NT$"
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Class=Net
Provider=%V_SMSC%
;CatalogFile=lanepic5.cat

[Manufacturer]
%V_SMSC%=SMSC

[ControlFlags]
ExcludeFromSelect = PCI\VEN_10b8&DEV_0005&SUBSYS_E0001055
ExcludeFromSelect = PCI\VEN_10b8&DEV_0005&SUBSYS_E0021055

ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_A01210B8
ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_800213A2
ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_800613A2

ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_E1021055
ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_E3021055
ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_E1001055
ExcludeFromSelect = PCI\VEN_10b8&DEV_0006&SUBSYS_E3001055

[SMSC]
%EPIC.DeviceDesc%=EPIC.ndi, PCI\VEN_10b8&DEV_0005&SUBSYS_E0001055	;EVB171Q-PCI
%EPIC.DeviceDesc%=EPIC.ndi, PCI\VEN_10b8&DEV_0005&SUBSYS_E0021055	;EVB171G-PCI

%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_A01210B8
%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_800213A2
%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_800613A2

%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_E1021055	;Form factor single
%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_E3021055	;Form factor multi
%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_E1001055	;Out Form factor single
%EPICC.DeviceDesc%=EPICC.ndi, PCI\VEN_10b8&DEV_0006&SUBSYS_E3001055	;Out Form factor multi

;***************************************************************************
;Win 98 specific
;***************************************************************************
[EPIC.ndi]
AddReg=EPIC.ndi.reg,lanepic.ndi.reg,EPIC.pci.reg

[EPICC.ndi]
AddReg=EPICC.ndi.reg,lanepic.ndi.reg,EPIC.pci.reg

[EPIC.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10b8&DEV_0005"
HKR,,AdapterCFID,,000510b8
HKR,,AdapterType,,5
HKR,,BusType,,5

[EPICC.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10b8&DEV_0006"
HKR,,AdapterCFID,,000610b8
HKR,,AdapterType,,5
HKR,,BusType,,5

[lanepic.ndi.reg]
; key,subkey,valuename,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,lanepic5.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,"LANEPIC5"

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

; Install sections
HKR,Ndi\Install,ndis5,,"lanepic.ndis"

; Remove Section
HKR,Ndi\Remove,ndis5,,"lanepic.ndis.Remove"

; Install NDIS
[lanepic.ndis]
CopyFiles=epic.ndis.CopyFiles, epic.inf.CopyFiles

; Remove NDIS
[lanepic.ndis.Remove]
DelFiles=epic.ndis.DelFiles, epic.inf.DelFiles

;***************************************************************************
;Win NT 5.0 specific
;***************************************************************************
[EPIC.ndi.NT]
AddReg			= lanepic.ndi.reg.NT,EPIC.pci.reg
CopyFiles		= epic.ndis.CopyFiles.NT, epic.inf.CopyFiles
Characteristics	= 0x84              ; NCF_HAS_UI | NCF_PHYSICAL
BusType			= 5

[lanepic.ndi.reg.NT]
; Interfaces
HKR,Ndi,Service,0,"LANEPIC"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis5"

[EPIC.ndi.NT.Services]
AddService		=lanepic,2,LANEPIC.Service,Common.EventLog

[LANEPIC.Service]
DisplayName		= %EPIC.DeviceDesc%
ServiceType		= 1 ;%SERVICE_KERNEL_DRIVER%
StartType		= 3 ;%SERVICE_DEMAND_START%
ErrorControl	= 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary	= %12%\lanepic5.sys
LoadOrderGroup	= NDIS

[EPICC.ndi.NT]
AddReg			= lanepicc.ndi.reg.NT,EPIC.pci.reg
CopyFiles		= epic.ndis.CopyFiles.NT, epic.inf.CopyFiles
Characteristics	= 0x84              ; NCF_HAS_UI | NCF_PHYSICAL
BusType			= 5

[lanepicc.ndi.reg.NT]
; Interfaces
HKR,Ndi,Service,0,"LANEPICC"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis5"

[EPICC.ndi.NT.Services]
AddService		=lanepic,2,LANEPICC.Service,Common.EventLog

[LANEPICC.Service]
DisplayName		= %EPICC.DeviceDesc%
ServiceType		= 1 ;%SERVICE_KERNEL_DRIVER%
StartType		= 3 ;%SERVICE_DEMAND_START%
ErrorControl	= 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary	= %12%\lanepic5.sys
LoadOrderGroup	= NDIS

[Common.EventLog]
AddReg=Common.AddEventLog.Reg

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

;****************************************************************************
; Driver parameters common to Win 98 and Win NT 5.0
;****************************************************************************

[EPIC.pci.reg]
HKR,,GenControl,,1296       ; 0x0510
HKR,,IpgDelay,,0            ; (0 to 6) << 7, default is 0
HKR,,IpgTimer,,15456        ; 0x3c60
HKR,,SlotTimer,,120         ; (0 to 15) << 3, default is 0x78 or (15 << 3)
HKR,,PowerMode,,0           ; 0 = Power management off, 1 = COW mode
HKR,,EarlyTxEnabled,,0      ; 0 = Early Transmit disabled, 1 = Enabled
HKR,,BurstLength,,0         ; 0, 1, 2, 4, 8
HKR,,ScrambleOn,,0          ; 0 = OFF   1 = ON
HKR,,TxPacketDesc,,50       ; 0x32
HKR,,RxPacketDesc,,200      ; 0xc8
HKR,,TxDmaDesc,,29          ; 0x1d
HKR,,RxDmaDesc,,50          ; 0x32
HKR,,PacketsPerTxInt,,10    ; 0x0a
HKR,,PacketsPerRxInd,,10    ; 0x0a

HKR,Ndi\Params\MediaType,ParamDesc,,%MediaType%
HKR,Ndi\Params\MediaType,default,,0
HKR,Ndi\Params\MediaType,type,,enum
HKR,Ndi\Params\MediaType\enum,0,,%AutoNegotiate%
HKR,Ndi\Params\MediaType\enum,1,,%UTP10%
HKR,Ndi\Params\MediaType\enum,2,,%UTP10FD%
HKR,Ndi\Params\MediaType\enum,3,,%UTP100TX%
HKR,Ndi\Params\MediaType\enum,4,,%UTP100TXFD%
HKR,Ndi\Params\MediaType,flag,1,20,00,00,00

HKR,Ndi\Params\NetworkAddress,ParamDesc,, %NetAddr%
HKR,Ndi\Params\NetworkAddress,type,,edit
HKR,Ndi\Params\NetworkAddress,LimitText,,17
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

;****************************************************************************
; Copy Files sections
;****************************************************************************

[epic.inf.CopyFiles]
netepic5.inf

[epic.inf.DelFiles]
netepic5.inf

[epic.ndis.CopyFiles]
lanepic5.sys

[epic.ndis.DelFiles]
lanepic5.sys

[epic.ndis.CopyFiles.NT]
lanepic5.sys,,,2

;****************************************************************************
; Destination Directories
;****************************************************************************

[DestinationDirs]
DefaultDestDir             =11 ; LDID_SYS
epic.ndis.CopyFiles        =11
epic.ndis.DelFiles         =11

epic.ndis.CopyFiles.NT     =12

epic.inf.CopyFiles         =17
epic.inf.DelFiles          =17

[SourceDisksNames]
50="SMSC LANEPIC SuperDisk","",0

[SourceDisksFiles]
lanepic5.sys=50,,10000
netepic5.inf=50,,10000
lanepic5.cat=50,,10000

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider & Manufacturer
V_SMSC="SMSC Standard Microsystems Corporation"

;Parameters
MediaType = "Media Type"
AutoNegotiate = "Autonegotiate"
UTP10         = "10Mbs UTP"
UTP10FD       = "10Mbs UTP Full Duplex"
UTP100TX      = "100Mbs UTP TX"
UTP100TXFD    = "100Mbs UTP TX Full Duplex"

NetAddr       = "Network Address"

; PNP Devices
EPIC.DeviceDesc= "SMSC LANEPIC PCI Ethernet 10/100 (NDIS 5)" 
EPICC.DeviceDesc= "SMSC LANEPIC CardBus Ethernet 10/100 (NDIS 5)"

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