net1660n.inf Driver File Contents (SMC1660_all.zip)

;---------------------------------------------------------------------------
; NET1660N.INF for Win98&WIN2000 Installation.	;SUNNIE				   -
;									   -
; Copyright (c) 1999 Standard Microsystems Corporation. 		   -
; All Rights Reserved.							   -
;									   -
; Release History:							   -
;									   -
;   SEP.10.1999  Brian S.    ;SUNNIE                                              -
;---------------------------------------------------------------------------

[version]
LayoutFile = layout.inf
signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
provider   = %Msft%
;sunnie/99/9/23

;*******************************************************************************
;*******************************************************************************
; The following ClassInstall32 section is run by syssetup during
; GUI mode and is independent of the devices listed in this inf file
; Rather than introduce a new inf file for the classinstall32, we placed
; the section in this existing inf.
;
;  IF THIS FILE IS REMOVED, THE CLASS INSTALLER WILL NO LONGER
;  BE CALLED BY THE SYSTEM.  if the file must be removed, the section needs
;  to be relocated and Setup notified of the change

[ClassInstall32.NT]
AddReg = NetClass.NT.AddReg

[NetClass.NT.AddReg]
HKR, , ,                0, %DisplayClassName%
HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
HKR, , Icon,            0, "-5"
HKR, , Installer32,     0, "NetCfgx.dll,NetClassInstaller"
;*******************************************************************************
;*******************************************************************************


[Manufacturer]
;%ACCTON%=ACCTON
%SMC%=SMC

;[ControlFlags]
;ExcludeFromSelect = ISAPNP\ACC1660, \
;                    *en166x

[SMC]
%SMCpnp.DeviceDesc% = *en166xp.ndi, ISAPNP\SMC1660  ; Accton EN166x
%SMC.DeviceDesc%=*en166x.ndi,*en166x 

;----------------------------------------------------------------------------
;	win9x
;----------------------------------------------------------------------------
;****************************************************************************
;    *SMC EZ Card ISA 10 Adapter
;****************************************************************************

[*en166xp.ndi]
AddReg=*en166x.ndi.reg,en166x.ndi.reg,en166x.params.reg
LogConfig=*en166x.LogConfig

[*en166x.ndi]
AddReg=*en166x.ndi.reg,en166x.ndi.reg,en166x.params.reg
LogConfig=*en166x.LogConfig

;****************************************************************************
;     Directory information
;****************************************************************************
[SourceDisksNames]
75="SMC EZ Card ISA 10 Adapter Driver Disk",,0     ;sunnie

[SourceDisksFiles]
SMC1660N.sys = 75,,33000  ;SUNNIE
en166x.dos = 75,,20000    
en166x.com = 75,,32000
NET1660N.inf = 75,,20000  ;SUNNIE  

[*en166x.ndi.reg]
HKR,Ndi,DeviceID,,"*en166x"
;HKR,Ndi\params\slotnumber,flag,1,10,00,00,00

[*en166x.LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=20@200-3FF%FFE0(3FF::)
IRQConfig=3,4,5,9,10,11,12,15

;****************************************************************************
; SMC EZ Card ISA 10 Drivers
;****************************************************************************
; Base section for ACCTON EN166x ISA 10 users
[en166x.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,SMC1660N.SYS
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"en166x"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"en166x$"
HKR,NDIS\NDIS2,FileName,,"en166x.DOS"
HKR,NDIS\ODI,DriverName,,"en166x"
HKR,NDIS\ODI,FileName,,"en166x.COM"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,ndis3,,"en166x.ndis3"
HKR,Ndi\Install,ndis2,,"en166x.ndis2"
HKR,Ndi\Install,odi,,"en166x.odi"

; Install NDIS3
[en166x.ndis3]
CopyFiles=en166x.ndis3.CopyFiles,en166x.ndis2.CopyFiles,en166x.odi.CopyFiles,MoveInf
[en166x.ndis3.CopyFiles]
SMC1660N.SYS ,SMC1660N.SYS

; Install NDIS2
[en166x.ndis2]
CopyFiles=en166x.ndis2.CopyFiles,MoveInf
[en166x.ndis2.CopyFiles]
en166x.DOS ,en166x.DOS

; Install ODI
[en166x.odi]
CopyFiles=en166x.odi.CopyFiles,MoveInf
[en166x.odi.CopyFiles]
en166x.COM  ,en166x.COM

[MoveInf]
net1660n.inf,,

; extra params for clones
[en166x.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\InterruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
;ndis2
HKR,NDI\params\Interrupt,resc,1,04,00,00,00
HKR,Ndi\params\Interrupt,ParamDesc,,"Interrupt Level"
HKR,NDI\params\Interrupt,flag,1,10,00,00,00
HKR,NDI\params\IOBase,resc,1,02,00,00,00
HKR,NDI\params\IOBase,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBase,flag,1,10,00,00,00
;-----------------------------------------------------------------------------
;	*en166x NT5
;----------------------------------------------------------------------------

[*en166x.ndi.NT]
Characteristics = 0x04
BusType         = 14
AddReg          = en166x.ndi.nt.reg
CopyFiles       = en166x.nt.CopyFiles
LogConfig=*en166x.LogConfig

[*en166x.ndi.NT.Services]
AddService = en166x, 2, en166x.nt.Service, en166x.nt.AddEventLog

;----------------------------------------------------------------------------
; *en166x Pls PnP
;-----------------------------------------------------------------------------
[*en166xp.ndi.NT]
Characteristics = 0x04
BusType         = 14
AddReg          = en166x.ndi.nt.reg
CopyFiles       = en166x.nt.CopyFiles

[*en166xp.ndi.NT.Services]
AddService = en166x, 2, en166x.nt.Service, en166x.nt.AddEventLog

;----------------------------------------------------------------------------
; en166x Common
;
[en166x.ndi.nt.reg]
HKR, Ndi,               Service,    0, "en166x"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"

[en166x.nt.CopyFiles]
smc1660n.sys,,,2

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

[en166x.nt.AddEventLog]
AddReg = en166x.nt.AddEventLog.reg

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

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir		    =11 ; LDID_SYS
en166x.ndis3.CopyFiles    =11
en166x.ndis2.CopyFiles     =26 ; LDID_WINBOOT
en166x.odi.CopyFiles	    =26
en166x.nt.CopyFiles  =   12  ;sunnie/99/9/23
MoveInf 		    =17
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
Msft                    = "Microsoft"  ;sunnie/99/9/23
; Manufacturers
SMC                     ="Standard Microsystems Corporation"

; PNP novell Devices 
SMC.DeviceDesc       = "ACCTON EN166x ISA Adapter(legacy mode)"
SMCpnp.DeviceDesc    = "SMC EZ Card ISA 10 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: web3, load: 2.34