ACC2230.INF Driver File Contents (EN2230-J1v1.zip)

; ACC2230.INF
; Win95 driver installation file for 
; Accton EN2230 Fast Ethernet CardBus PC Card
;
; Copyright 1999, Accton Technology Corporation
;
;
[version]
LayoutFile=layout.inf
Signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_ACCTON%=Accton

[Accton]
%2230.DeviceDesc%=2230.ndi,     PCI\VEN_1113&DEV_1211&SUBSYS_22301113  ;Accton EN2230 Series
%2230ML.DeviceDesc%=2230ML.ndi, ACCTON-ACC2230         ;Accton EN2230 Manual Load
;***************************************************************************

[2230.ndi]
AddReg=2230.ndi.reg,en2230.ndi.reg,acc2230.ndi.reg
CopyFiles=acc2230.ndis3.CopyFiles,acc2230.inf.CopyFiles

[2230ML.ndi]
AddReg=2230ML.ndi.reg,en2230.ndi.reg,acc2230.ndi.reg
CopyFiles=acc2230.ndis3.CopyFiles,acc2230.inf.CopyFiles
LogConfig=2230ML.LogConfig

;***************************************************************************

[2230.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1113&DEV_1211"
HKR,,AdapterCFID,,12111113


HKR,Ndi\Params\EarlyTxThreshold,ParamDesc,0,"Early Tx Threshold"
HKR,Ndi\Params\EarlyTxThreshold,Type,0,"int"
HKR,Ndi\Params\EarlyTxThreshold,Default,0,"63"
HKR,Ndi\Params\EarlyTxThreshold,Flag,1,20,00,00,00
HKR,Ndi\Params\EarlyTxThreshold,Min,0,"0
HKR,Ndi\Params\EarlyTxThreshold,Max,0,"63"
HKR,Ndi\Params\EarlyTxThreshold,Step,0,"1"
HKR,Ndi\Params\EarlyTxThreshold,Base,0,"10"


[2230ML.ndi.reg]
HKR,Ndi,DeviceID,,"ACCTON-ACC2230"
HKR,Ndi,CardType,,"LEGACY"
HKR,,AdapterCFID,,12111113
HKR,,DirectEnable,,1

HKR,Ndi\params\SocketNumber,ParamDesc,,"Socket Number"
HKR,Ndi\params\SocketNumber,default,,0
HKR,Ndi\params\SocketNumber,type,,enum
HKR,Ndi\params\SocketNumber\enum,0,, "Auto detect"
HKR,Ndi\params\SocketNumber\enum,1,, "Socket #0"
HKR,Ndi\params\SocketNumber\enum,2,, "Socket #1"
HKR,Ndi\params\SocketNumber,flag,1,20,00,00,00

HKR,Ndi\params\InterruptStyle,ParamDesc,,"Interrupt Style"
HKR,Ndi\params\InterruptStyle,default,,0
HKR,Ndi\params\InterruptStyle,type,,enum
HKR,Ndi\params\InterruptStyle\enum,0,, "PCI-IRQ-Routed"
HKR,Ndi\params\InterruptStyle\enum,1,, "ISA-IRQ-Routed"
HKR,Ndi\params\InterruptStyle,flag,1,20,00,00,00

HKR,Ndi\params\InterruptRouting,ParamDesc,,"PCI Interrupt Routing"
HKR,Ndi\params\InterruptRouting,default,,0
HKR,Ndi\params\InterruptRouting,type,,enum
HKR,Ndi\params\InterruptRouting\enum,0,, "INT A"
HKR,Ndi\params\InterruptRouting\enum,1,, "INT B"
HKR,Ndi\params\InterruptRouting\enum,2,, "INT C"
HKR,Ndi\params\InterruptRouting\enum,3,, "INT D"
HKR,Ndi\params\InterruptRouting,flag,1,20,00,00,00


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

[acc2230.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DriverDesc,,"Accton EN2230 Fast Ethernet CardBus PC Card"
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,acc2230.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"ACC2230"
HKR,NDIS,MajorDriverVersion,1,1
HKR,NDIS,MinorDriverVersion,1,00

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
; Install sections
HKR,Ndi\Install,ndis3,,"acc2230.ndis3"

;params
HKR,,MediaType,,1
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,,MemoryMappedBaseAddress,1,01,00,00,00

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

[en2230.ndi.reg]
;params
HKR,,AdapterType,,5
HKR,,BusType,,5

HKR,NDI\Params\NetworkAddress,flag,1,30,00,00,00
HKR,Ndi\params\NetworkAddress,ParamDesc,0,"Network Address"
HKR,Ndi\params\NetworkAddress,type,0,edit
HKR,Ndi\params\NetworkAddress,default,0,"000000000000"
HKR,Ndi\params\NetworkAddress,LimitText,0,12
HKR,Ndi\params\NetworkAddress,UpperCase,0,1
HKR,Ndi\params\NetworkAddress,Optional,0,1


;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,1
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,1,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,4,,"100Mbps Half Duplex"
HKR,Ndi\params\ConnectionType\enum,5,,"100Mbps Full Duplex"
HKR,Ndi\params\ConnectionType\enum,2,," 10Mbps Half Duplex"
HKR,Ndi\params\ConnectionType\enum,3,," 10Mbps Full Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00


[2230ML.LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=80@d000-f7ff%FF80(3FF::)
IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15
MemConfig=4000@C0000-EFFFF%FFFFC000


;****************************************************************************
; Drivers
;****************************************************************************

; Install NDIS3/4
[acc2230.ndis3]
CopyFiles=acc2230.ndis3.CopyFiles,acc2230.inf.CopyFiles

[acc2230.ndis3.CopyFiles]
acc2230.sys,,,32

[acc2230.inf.CopyFiles]
acc2230.inf

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir               =11 ; LDID_SYS
acc2230.ndis3.CopyFiles      =11
acc2230.inf.CopyFiles        =17 ; INF directory

[SourceDisksNames]
50="Accton EN2230 Fast Ethernet CardBus PC Card Driver Diskette ",,0

[SourceDisksFiles]
acc2230.sys=50,,acc2230.sys,10000
acc2230.inf=50,,acc2230.inf,10000

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_ACCTON="Accton"

; PNP Devices
2230ML.DeviceDesc=  "Accton EN2230 Fast Ethernet CardBus PC Card (Manual Load)"
2230.DeviceDesc=    "Accton EN2230 Fast Ethernet CardBus PC Card"
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: web1, load: 1.00