netasa.inf Driver File Contents (GN1000T_Win_DR.exe)

; NETALT.INF
;
; Copyright (c) Asante Inc. 1996-2000
;
; Setup INF file for Asante NIX.

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Asante%
;CatalogFile = asand5.cat
DriverVer   = 3/13/2000,1.14.18   ;use xx/xx/xxxx date format!!

[Manufacturer]
%Asante%=Asante

[ControlFlags]
ExcludeFromSelect = PCI\VEN_12AE&DEV_0001&SUBSYS_00000000, \
		    PCI\VEN_12AE&DEV_0001&SUBSYS_000112AE

[Asante]
%acenic.DeviceDesc% = acenic.ndi, PCI\VEN_12AE&DEV_0001&SUBSYS_00000000   
%acenicBaseT.DeviceDesc% = acenicBaseT.ndi, PCI\VEN_12AE&DEV_0002&SUBSYS_00000000   
%acenicU.DeviceDesc% = acenic.ndi, PCI\VEN_12AE&DEV_0001&SUBSYS_000112AE   
%acenicUBaseT.DeviceDesc% = acenicBaseT.ndi, PCI\VEN_12AE&DEV_0002&SUBSYS_000212AE   

;------------------------------------------------------------------------------
; Alteon Gigabit Ethernet Adapter
;
[acenic.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = tuning.reg, link.reg, jumbo.reg, debug.reg, acenic.reg 
CopyFiles 	= acenic.CopyFiles

[acenic.ndi.NT.Services]
AddService      = asand5, 2, acenic.Service, common.Eventlog

[acenicBaseT.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = tuning.reg, link.reg, BaseT.reg, jumbo.reg, debug.reg, acenic.reg 
CopyFiles 	= acenic.CopyFiles

[acenicBaseT.ndi.NT.Services]
AddService      = asand5, 2, acenic.Service, common.Eventlog

[tuning.reg]
HKR, , StatTicks,                  0, "100000"
HKR, , SendCoalTicks,              0, "1000"
HKR, , RecvCoalTicks,              0, "1000"
HKR, , SendCoalMax,                0, "20"
HKR, , RecvCoalMax,                0, "20"
HKR, , PciMemInvalidate,           0, "1"
HKR, , PciReadMax,                 0, "ffffffff"
HKR, , PciWriteMax,                0, "ffffffff"
HKR, , PciLatencyTimer,            0, "40"
HKR, , Fix450GX,                   0, "0"
HKR, , IntCount,                   0, "1000"
HKR, , CksumOffload,               0, "1"
HKR, , LargeSend,                  0, "1"

[link.reg]
HKR, Ndi\params\LinkNegotiation,        ParamDesc,  0, %LinkNegotiation%
HKR, Ndi\params\LinkNegotiation,        default,    0, "1"
HKR, Ndi\params\LinkNegotiation,        type,       0, "enum"
HKR, Ndi\params\LinkNegotiation\enum,   "0",        0, %off%
HKR, Ndi\params\LinkNegotiation\enum,   "1",        0, %on%

HKR, Ndi\params\TxFlowControl,          ParamDesc,  0, %TxFlowControl%
HKR, Ndi\params\TxFlowControl,          default,    0, "0"
HKR, Ndi\params\TxFlowControl,          type,       0, "enum"
HKR, Ndi\params\TxFlowControl\enum,     "0",        0, %off%
HKR, Ndi\params\TxFlowControl\enum,     "1",        0, %on%

HKR, Ndi\params\RxFlowControl,          ParamDesc,  0, %RxFlowControl%
HKR, Ndi\params\RxFlowControl,          default,    0, "1"
HKR, Ndi\params\RxFlowControl,          type,       0, "enum"
HKR, Ndi\params\RxFlowControl\enum,     "0",        0, %off%
HKR, Ndi\params\RxFlowControl\enum,     "1",        0, %on%

HKR, , FdrFilter,                  0, "0"

[BaseT.reg]

HKR, Ndi\params\FullDuplex,             ParamDesc,  0, %FullDuplex%
HKR, Ndi\params\FullDuplex,             default,    0, "1"
HKR, Ndi\params\FullDuplex,             type,       0, "enum"
HKR, Ndi\params\FullDuplex\enum,        "0",        0, %off%
HKR, Ndi\params\FullDuplex\enum,        "1",        0, %on%

HKR, Ndi\params\LinkSpeed,              ParamDesc,  0, %LinkSpeed%
HKR, Ndi\params\LinkSpeed,              default,    0, "1"
HKR, Ndi\params\LinkSpeed,              type,       0, "enum"
HKR, Ndi\params\LinkSpeed\enum,         "1000",     0, "1 Gbps"
HKR, Ndi\params\LinkSpeed\enum,         "100",      0, "100 Mbps"
HKR, Ndi\params\LinkSpeed\enum,         "10",       0, "10 Mbps"

[jumbo.reg]
HKR, Ndi\params\JumboFrames,            ParamDesc,  0, %JumboFrames%
HKR, Ndi\params\JumboFrames,            default,    0, "0"
HKR, Ndi\params\JumboFrames,            type,       0, "enum"
HKR, Ndi\params\JumboFrames\enum,       "0",        0, %off%
HKR, Ndi\params\JumboFrames\enum,       "1",        0, %on%

HKR, Ndi\params\JumboMtu,               ParamDesc,  0, %JumboMtu%
HKR, Ndi\params\JumboMtu,               default,    0, "1500"
HKR, Ndi\params\JumboMtu,               type,       0, "dword"
HKR, Ndi\params\JumboMtu,               min,        0, "1500"
HKR, Ndi\params\JumboMtu,               max,        0, "9000"
HKR, Ndi\params\JumboMtu,               step,       0, "100"
HKR, Ndi\params\JumboMtu,               base,       0, "10"

[debug.reg]
HKR, Ndi\params\NetworkAddress,               ParamDesc,  0, %NetworkAddress% 
HKR, Ndi\params\NetworkAddress,               default,    0, ""0060CF000000""
HKR, Ndi\params\NetworkAddress,               type,       0, "edit"
HKR, Ndi\params\NetworkAddress,               optional,   0, "1"

HKR, , NicTracing,                 0, "0"
HKR, , HostTracing,                0, "1"
HKR, , DebugPci,                   0, "0"

[acenic.reg]
HKR, Ndi,               Service,    0, "asand5"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"

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

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

[common.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\asand5.sys"
HKR,, TypesSupported,   0x00010001, 7

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

[acenic.CopyFiles]
asand5.sys,,,2

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = "Asante Driver Disk 1",,,

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
asand5.sys = 1,, ; on distribution disk 1

;------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
acenic.CopyFiles    = 12

;------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Asante           = "Asante"
MSFT             = "Microsoft"

StatTicks        = "StatTicks"
SendCoalTicks    = "SendCoalTicks"
RecvCoalTicks    = "RecvCoalTicks"
SendCoalMax      = "SendCoalMax"
RecvCoalMax      = "RecvCoalMax"
PciMemInvalidate = "PciMemInvalidate"
PciReadMax       = "PciReadMax"
PciWriteMax      = "PciWriteMax"
PciLatencyTimer  = "PciLatencyTimer"
Fix450GX         = "Fix450GX"
LinkNegotiation  = "LinkNegotiation"
TxFlowControl    = "TxFlowControl"
RxFlowControl    = "RxFlowControl"
FdrFilter        = "FdrFilter"
JumboFrames      = "JumboFrames"
JumboMtu         = "JumboMtu"
NicTracing       = "NicTracing"
HostTracing      = "HostTracing"
DebugPci         = "DebugPci"
NetworkAddress   = "NetworkAddress"
FullDuplex       = "FullDuplex"
LinkSpeed        = "LinkSpeed"

On               = "On"
Off              = "Off"

acenic.DeviceDesc = "Asante Gigabit PCI 1000BASE-SX"
acenicBaseT.DeviceDesc = "Asante GigaNIX1000T Gigabit Ethernet Adapter"

acenicU.DeviceDesc = "Asante Gigabit Ethernet Adapter(Universal)"
acenicUBaseT.DeviceDesc = "Asante GigaNIX1000T Gigabit Ethernet Adapter(Universal)"

acenic.Service.DispName  = "Asante GigaNIX1000T Gigabit Ethernet 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: 3.06