yukonw98.inf Driver File Contents (ga2100T-1.0.zip)

; yukonw98.inf created 28-Apr-2003
;
; Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter, Copper RJ-45
;
; (C)Copyright 1998-2003 Marvell(R).
; 
; All rights reserved
;
; INF File for NDIS5 Miniport Driver for Windows ME and 98SE YUKONW98.sys v6.13

[Version]
Signature	= "Chicago"
Class		= Net
ClassGUID	= {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider	= %Marvell%
CatalogFile	= yukonw98.CAT
DriverVer=04/28/2003, 6.13.0.0

[Manufacturer]
%Marvell%	= Marvell


[ControlFlags]

ExcludeFromSelect = PCI\VEN_11AB&DEV_4320

[Marvell]

%Yukon.DeviceDesc%	= GeMonoLinkV2Copper.ndi, PCI\VEN_11AB&DEV_4320&SUBSYS_502111AB






;-------------------------------------------------------------------------------
; Gigabit Ethernet Adapters <single link Version 2.0 Copper>

[GeMonoLinkV2Copper.ndi]
AddReg		= yukonw98.reg, yukonw98.params, yukonw98.V2.Copper.params 
Characteristics	= 0x84
BusType		= 5
CopyFiles	= yukonw98.CopyFiles


[GeMonoLinkV2Copper.ndi.Services]
AddService	= yukonw98, 2, yukonw98.Service, common.EventLog

;-------------------------------------------------------------------------------
; General Driver Parameters
;
[yukonw98.params]
HKR, Ndi\Params\NetworkAddress,	Flag, 1,20,0,0,0
HKR, Ndi\Params\MaxFrameSize,	Flag, 1,20,0,0,0
HKR, Ndi\Params\Moderate,	Flag, 1,20,0,0,0
HKR, Ndi\Params\FixedIntMod,	Flag, 1,20,0,0,0
HKR, Ndi\Params\MaxReceives,	Flag, 1,20,0,0,0
HKR, Ndi\Params\MaxTransmits,	Flag, 1,20,0,0,0

HKR, Ndi\Params\NetworkAddress,	ParamDesc,,	%NetAddress%
HKR, Ndi\Params\NetworkAddress,	Type,,		"edit"
HKR, Ndi\Params\NetworkAddress,	LimitText,,	"18"
HKR, Ndi\Params\NetworkAddress,	UpperCase,,	"1"
HKR, Ndi\Params\NetworkAddress,	Default,,	""
HKR, Ndi\Params\NetworkAddress,	Optional,,	"1"

HKR, Ndi\Params\MaxFrameSize,	ParamDesc,,	%MaxFrSize%
HKR, Ndi\Params\MaxFrameSize,	Type,,		"int"
HKR, Ndi\Params\MaxFrameSize,	Base,,		"10"
HKR, Ndi\Params\MaxFrameSize,	Min,,		"12"
HKR, Ndi\Params\MaxFrameSize,	Max,,		"9014"
HKR, Ndi\Params\MaxFrameSize,	Step,,		"1"
HKR, Ndi\Params\MaxFrameSize,	Default,,	"1514"


HKR, Ndi\Params\Moderate,	ParamDesc,,	%IntMod%
HKR, Ndi\Params\Moderate,	Type,,		"enum"
HKR, Ndi\Params\Moderate\enum,1,,		%On%
HKR, Ndi\Params\Moderate\enum,0,,		%Off%
HKR, Ndi\Params\Moderate,	Default,,	"1"

HKR, Ndi\Params\FixedIntMod,	ParamDesc,,	%MaxIrq%
HKR, Ndi\Params\FixedIntMod,	Type,,		"int"
HKR, Ndi\Params\FixedIntMod,	Base,,		"10"
HKR, Ndi\Params\FixedIntMod,	Min,,		"1000"
HKR, Ndi\Params\FixedIntMod,	Max,,		"30000"
HKR, Ndi\Params\FixedIntMod,	Step,,		"1"
HKR, Ndi\Params\FixedIntMod,	Default,,	"5000"


HKR, Ndi\Params\MaxReceives,	ParamDesc,,	%NumRcv%
HKR, Ndi\Params\MaxReceives,	Type,,		"int"
HKR, Ndi\Params\MaxReceives,	Base,,		"10"
HKR, Ndi\Params\MaxReceives,	Min,,		"3"
HKR, Ndi\Params\MaxReceives,	Max,,		"500"
HKR, Ndi\Params\MaxReceives,	Step,,		"1"
HKR, Ndi\Params\MaxReceives,	Default,,	"50"

HKR, Ndi\Params\MaxTransmits,	ParamDesc,,	%NumTx%
HKR, Ndi\Params\MaxTransmits,	Type,,		"int"
HKR, Ndi\Params\MaxTransmits,	Base,,		"10"
HKR, Ndi\Params\MaxTransmits,	Min,,		"4"
HKR, Ndi\Params\MaxTransmits,	Max,,		"200"
HKR, Ndi\Params\MaxTransmits,	Step,,		"1"
HKR, Ndi\Params\MaxTransmits,	Default,,	"50"

HKR, Ndi\Params\AutoNegotiation_A,	ParamDesc,,	%AutonegA%
HKR, Ndi\Params\AutoNegotiation_A,	Type,,		"enum"
HKR, Ndi\Params\AutoNegotiation_A\enum,2,,		%Sense%
HKR, Ndi\Params\AutoNegotiation_A\enum,1,,		%On%
HKR, Ndi\Params\AutoNegotiation_A\enum,0,,		%Off%
HKR, Ndi\Params\AutoNegotiation_A,	Default,,	"1"

HKR, Ndi\Params\DuplexCapabilities_A,	ParamDesc,,	%DupCapA%
HKR, Ndi\Params\DuplexCapabilities_A,	Type,,		"enum"
HKR, Ndi\Params\DuplexCapabilities_A\enum,3,,		%both%
HKR, Ndi\Params\DuplexCapabilities_A\enum,2,,		%full%
HKR, Ndi\Params\DuplexCapabilities_A\enum,1,,		%half%
HKR, Ndi\Params\DuplexCapabilities_A,	Default,,	"3"

HKR, Ndi\Params\FlowControl_A,	ParamDesc,,	%FlowCtrlA%
HKR, Ndi\Params\FlowControl_A,	Type,,		"enum"
HKR, Ndi\Params\FlowControl_A\enum,3,,		%bothFC%
HKR, Ndi\Params\FlowControl_A\enum,2,,		%sym%
HKR, Ndi\Params\FlowControl_A\enum,1,,		%asym%
HKR, Ndi\Params\FlowControl_A\enum,0,,		%noFc%
HKR, Ndi\Params\FlowControl_A,	Default,,	"3"

HKR, Ndi\Params\Role_A,	ParamDesc,,	%RoleA%
HKR, Ndi\Params\Role_A,	Type,,		"enum"
HKR, Ndi\Params\Role_A\enum,3,,		%Slave%
HKR, Ndi\Params\Role_A\enum,2,,		%Master%
HKR, Ndi\Params\Role_A\enum,0,,		%Auto%
HKR, Ndi\Params\Role_A,	Default,,	"0"

HKR,, MaxMulticast,,         "128"
HKR,, WaitForRxResources,,   "1"
HKR,, SGMapRegistersNeeded,, "64"

HKR,, MessageLog,,           "4"

;-------------------------------------------------------------------------------
; Additional Driver Parameters for Version 2.0 Copper Adapters
;
[yukonw98.V2.Copper.params]
;
; Configurable Parameters
;
HKR, Ndi\Params\WakeUpModeCap_A,	Flag, 1,20,0,0,0
HKR, Ndi\Params\Speed_A,	Flag, 1,20,0,0,0

HKR, Ndi\Params\WakeUpModeCap_A,       ParamDesc,,	%WakeUpCaps%
HKR, Ndi\Params\WakeUpModeCap_A,       type,,		"enum"
HKR, Ndi\Params\WakeUpModeCap_A\enum,  0,,		"None"
HKR, Ndi\Params\WakeUpModeCap_A\enum,  15,,		"OS Controlled"
HKR, Ndi\Params\WakeUpModeCap_A\enum,  25,,		"Magic Packet"
HKR, Ndi\Params\WakeUpModeCap_A\enum,  26,,		"Pattern Match"
HKR, Ndi\Params\WakeUpModeCap_A\enum,  27,,		"Magic Packet and Pattern Match"
HKR, Ndi\Params\WakeUpModeCap_A\enum,  28,,		"Link Change"
HKR, Ndi\Params\WakeUpModeCap_A, Default,,		"15"

HKR, Ndi\Params\Speed_A,       ParamDesc,,	%Speed%
HKR, Ndi\Params\Speed_A,       type,,		"enum"
HKR, Ndi\Params\Speed_A\enum,  1,,		"Auto"
HKR, Ndi\Params\Speed_A\enum,  2,,		"10"
HKR, Ndi\Params\Speed_A\enum,  3,,		"100"
HKR, Ndi\Params\Speed_A\enum,  4,,		"1000"
HKR, Ndi\Params\Speed_A,	Default,,	"1"

HKR,, WaitForRxResources,,   "0"
;-------------------------------------------------------------------------------
; General Registry Entries
;
[yukonw98.reg]
HKR, Ndi, HelpText,, %HelpText%
HKR, Ndi\Interfaces, DefUpper,, "ndis5,ndis4,ndis3"
HKR, Ndi\Interfaces, UpperRange,, "ndis5,ndis4,ndis3"
HKR, Ndi\Interfaces, LowerRange,, "ethernet"
HKR, Ndi, Service,, "yukonw98"
HKR,Ndi,DeviceID,,"PCI\VEN_11AB&DEV_4320"
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,yukonw98.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR, NDIS,LogDriverName,,"yukonw98"
HKR, NDIS,MajorNdisVersion,1,05
HKR, NDIS,MinorNdisVersion,1,00

[yukonw98.Service]
DisplayName	= %yukonw98.DriverDesc%
ServiceType	= 1
StartType = 3
ErrorControl = 1
ServiceBinary  = %12%\yukonw98.sys
LoadOrderGroup = NDIS

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

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

;-------------------------------------------------------------------------------
; Source Files
;
[SourceDisksNames]
1 = %DriverDisk%,,,

[SourceDisksFiles]
yukonw98.sys	= 1,,

[yukonw98.CopyFiles]
yukonw98.sys,,,2


;-------------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]

DefaultDestDir = 11
yukonw98.CopyFiles	= 11

;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Marvell = "Marvell"
NetAddress              = "Network Address"
MaxFrSize               = "Maximum Frame Size"
WakeUpCaps              = "Wake Up Capabilities"
Speed	                = "LinkSpeed"
IntMod                  = "Interrupt Moderation"
MaxIrq                  = "Max IRQ per Sec"
NumRcv                  = "Number of Receive Buffers"
NumTx                   = "Number of Transmit Buffers"
RLMT                    = "RLMT Mode"
Link                    = "CLS"             
OtherPort               = "CLP"                  
Segment                 = "CLPSS" 
Preferred               = "Preferred Port"
Sense			= "Auto-Sense"
On                      = "On"
Off                     = "Off"
Non                     = "None"
Err                     = "Errors"
Wrn                     = "Warnings"
Sta                     = "Status Messages"
All                     = "All Messages"
A                       = "A"
B                       = "B"
AutonegA		= "Autonegotiation Port A"
AutonegB		= "Autonegotiation Port B"
DupCapA			= "DuplexCapabilities Port A"
DupCapB			= "DuplexCapabilities Port B"
RoleA			= "Role on Port A"
RoleB			= "Role on Port B"
Slave			= "Slave"
Master			= "Master"
Auto			= "Auto"
both			= "Half and Full Duplex"
full			= "Full Duplex"
half			= "Half Duplex"
FlowCtrlA		= "FlowControl Port A"
FlowCtrlB		= "FlowControl Port B"
bothFC			= "Asymmetrical and Symmetrical Flow Control"
sym			= "Symmetrical Flow Control"
asym			= "Asymmetrical Flow Control"
noFc			= "No Flow Control"


Yukon.DeviceDesc	= "Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter, Copper RJ-45"


yukonw98.DriverDesc	= "Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter, Copper RJ-45 NDIS5 Miniport Driver for Windows ME and 98SE"

DriverDisk		= "Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter, Copper RJ-45  Installation Disk"

HelpText		= "This Marvell network adapter connects you to the network."


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