ACCNET5.INF Driver File Contents (EN1408Tv102.zip)

; ACCNET5.INF
;
; Accton EN1407-SX Cheetah Gigabit Adapter
;
; Copyright 1999, Accton

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider        =%Accton%
DriverVer=07/17/1999, 1.0.0.0
CatalogFile.NTx86 = netl1x86.cat

[Manufacturer]
%Accton%=Accton

;[ControlFlags]

[Accton]
%EN1407.DeviceDesc%  = ACCND5.ndi,    PCI\VEN_1113&DEV_1407   ; EN1407-SX
%CheetahEvaluation.DeviceDesc% = GIGAND5.ndi,    PCI\VEN_1394&DEV_0001&SUBSYS_00011394   ; EN1407-SX
%Cheetah.DeviceDesc% = GIGAND5.ndi,    PCI\VEN_1394&DEV_0001   ; EN1407-SX

; EN1407-SX
;
; Windows 9X specific entry
[ACCND5.ndi]
AddReg    = ACCND5.id.reg, ACCND5Flags.reg, ACCND5.params, ACCND5.win.reg
DeviceID  = "PCI\VEN_1113&DEV_1407"
DriverVer=07/17/1999, 1.0.0.0

; EN1407-SX
;
; Windows 9X specific entry
[GIGAND5.ndi]
AddReg    = GIGAND5.id.reg, ACCND5Flags.reg, ACCND5.params, ACCND5.win.reg
DeviceID  = "PCI\VEN_1394&DEV_0001"
DriverVer=07/17/1999, 1.0.0.0


; Windows NT specific entry
[ACCND5.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = ACCND5.reg, ACCND5.Cfg.params
CopyFiles = ACCND5.CopyFiles, ACCND5.CopyInf, ACCND5.CopyCfgDll
DriverVer=07/17/1999, 1.0.0.0

; Windows NT specific entry
[GIGAND5.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = ACCND5.reg, ACCND5.Cfg.params
CopyFiles = ACCND5.CopyFiles, ACCND5.CopyInf, ACCND5.CopyCfgDll
DriverVer=07/17/1999, 1.0.0.0

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[ACCND5.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1113&DEV_1407&SUBSYS_14071113"
HKR,,AdapterCFID,,14071113

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[GIGAND5.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1394&DEV_0001"
HKR,,AdapterCFID,,00011394

;----------------------------------------------------------------------------
; Win9x flags section
; Flags are not needed by NT

[ACCND5Flags.reg]
HKR,Ndi\params\NetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\PermanentNetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\DuplexMode,flag,1,20,00,00,00
HKR,Ndi\params\Speed,flag,1,20,00,00,00
HKR,Ndi\params\PHYInterface,flag,1,20,00,00,00

[ACCND5.Cfg.params]

; Custom Property Page
;HKR,,EnumPropPages32, 0, "AccCfg.dll,AccProp"

[ACCND5.params]

; Netaddress - Locally Administered Address
;
HKR,Ndi\params\NetworkAddress,ParamDesc,,"NetworkAddress"
HKR,Ndi\params\NetworkAddress,type,,edit
HKR,Ndi\params\NetworkAddress,LimitText,,12
HKR,Ndi\params\NetworkAddress,UpperCase,,1
HKR,Ndi\params\NetworkAddress,default,,""
HKR,Ndi\params\NetworkAddress,optional,,1

; PermanentNetaddress - Universally Administered Address
;
HKR,Ndi\params\PermanentNetworkAddress,ParamDesc,,"PermanentNetworkAddress"
HKR,Ndi\params\PermanentNetworkAddress,type,,edit
HKR,Ndi\params\PermanentNetworkAddress,LimitText,,12
HKR,Ndi\params\PermanentNetworkAddress,UpperCase,,1
HKR,Ndi\params\PermanentNetworkAddress,default,,""
HKR,Ndi\params\PermanentNetworkAddress,optional,,1

; DuplexMode
;
HKR,Ndi\params\DuplexMode,ParamDesc,,"DuplexMode"
HKR,Ndi\params\DuplexMode,type,,enum
HKR,Ndi\params\DuplexMode,default,,0
HKR,Ndi\params\DuplexMode\enum,0,,"Auto Negotiate"
HKR,Ndi\params\DuplexMode\enum,1,,"Half Duplex"
HKR,Ndi\params\DuplexMode\enum,2,,"Full Duplex"

; Speed
;
HKR,Ndi\params\Speed,ParamDesc,,"Speed"
HKR,Ndi\params\Speed,type,,enum
HKR,Ndi\params\Speed,default,,0
HKR,Ndi\params\Speed\enum,0,,"Auto Negotiate"
HKR,Ndi\params\Speed\enum,3,,"1000 Mbit"


;-----------------------------------------------------------------------------
; NT 5 specific
;

[ACCND5.reg]
HKR, Ndi,                       Service,    0, "EN1407"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[ACCND5.ndi.NT.Services]
AddService = ACCND, 2, ACCND5.Service, common.EventLog

[GIGAND5.ndi.NT.Services]
AddService = EN1407, 2, ACCND5.Service, common.EventLog

[ACCND5.Service]
DisplayName     = %ACCND5.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\EN1407.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[common.EventLog]
AddReg = common.AddEventLog.reg

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

;----------------------------------------------------------------------------
; Win98 specific
;
[ACCND5.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, en1407.sys
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
HKR, Ndi\Interfaces,DefUpper,           0, "ndis3"
HKR, Ndi\Interfaces,DefLower,           0, "ethernet"
HKR, Ndi\Interfaces,UpperRange,         0, "ndis3"
HKR, Ndi\Interfaces,LowerRange,         0, "ethernet"

HKR, NDIS,          LogDriverName,      0, "EN1407"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 01

HKR, Ndi\Install,   ndis3,              0, "ACCND5.install"

;HKR,,MediaType,,1
;HKR,NDIS,MajorDriverVersion,1,0
;HKR,NDIS,MinorDriverVersion,1,01

[SourceDisksNames]
1 = %ENNETDISKNAME%,,,

[SourceDisksFiles]
EN1407.sys=1
accnet5.inf=1
netl1x86.cat=1

[ACCND5.install]
CopyFiles = ACCND5.win.CopyFiles, ACCND5.CopyInf

[ACCND5.CopyCfgExe]
;AccCfg.Exe

[ACCND5.CopyCfgDll]
;AccCfg.Dll
;AccCfg.hlp
;AccProt.sys

;-----------------------------------------------------------------------------
; DestinationDirs
;
[ACCND5.CopyFiles]
EN1407.sys,,,2

[ACCND5.win.CopyFiles]
EN1407.sys

[ACCND5.CopyInf]
accnet5.inf

[DestinationDirs]
ACCND5.CopyFiles = 12
ACCND5.win.CopyFiles = 11
ACCND5.CopyInf              =17 ; LDID_INF
ACCND5.CopyCfgExe = 11
ACCND5.CopyCfgDll = 11

[Strings]
Accton="Accton"
EN1407.DeviceDesc       = "Accton EN1407-SX Cheetah Gigabit Adapter"
Cheetah.DeviceDesc = "Accton EN1407-SX Cheetah Gigabit Adapter"
CheetahEvaluation.DeviceDesc = "Accton EN1407-SX Cheetah Gigabit Adapter"
ACCND5.Service.DispName = "Accton EN1407-SX Cheetah Gigabit Adapter Driver"
ENNETDISKNAME = "Accton EN1407-SX Cheetah Gigabit Adapter Driver Disk"
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: 1.87