netnvm64.inf Driver File Contents (Vista_MCP61.zip)

;  NVM60X64.INF
;
; NVIDIA NForce	Networking Controller INF for 64 bit Vista
; Copyright	(c)	2005, Microsoft
;

[version]
Signature	= "$WINDOWS NT$"
Class		= Net
ClassGUID	= {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider	= %Nvidia%
DriverVer=03/30/2006, 1.1.0


[Manufacturer]
%Nvidia%	= Nvidia, NTamd64

[ControlFlags]
ExcludeFromSelect =	PCI\VEN_10DE&DEV_01C3,	\			; MCP1
			PCI\VEN_10DE&DEV_0066,	\			; MCP2
			PCI\VEN_10DE&DEV_008C,	\			; MCP2S
			PCI\VEN_10DE&DEV_00D6,	\			; CK8
			PCI\VEN_10DE&DEV_00DF,	\			; CK8S
			PCI\VEN_10DE&DEV_0057,	\			; CK04
			PCI\VEN_10DE&DEV_0038,	\			; MCP4
			PCI\VEN_10DE&DEV_0269,	\			; MCP51
			PCI\VEN_10DE&DEV_0373,	\			; MCP55
			PCI\VEN_10DE&DEV_0389,	\			; MCP51W
			PCI\VEN_10DE&DEV_03EF,	\			; MCP61
			PCI\VEN_10DE&DEV_03E6  \			; NBP01
					

[Nvidia.NTamd64]
%NVENET.DeviceDesc.MCP1% 	= NVENET10.NDI,	PCI\VEN_10DE&DEV_01C3		; MCP1
%NVENET.DeviceDesc.MCP2% 	= NVENET20.NDI,	PCI\VEN_10DE&DEV_0066		; MCP2
%NVENET.DeviceDesc.MCP2S% 	= NVENET2S.NDI,	PCI\VEN_10DE&DEV_008C		; MCP2S
%NVENET.DeviceDesc.CK8% 	= NVENETCK8.NDI,PCI\VEN_10DE&DEV_00D6		; CK8
%NVENET.DeviceDesc.CKS% 	= NVENET30.NDI,	PCI\VEN_10DE&DEV_00DF		; CK8S
%NVENET.DeviceDesc.CK04% 	= NVENET40.NDI,	PCI\VEN_10DE&DEV_0057		; CK804
%NVENET.DeviceDesc.MCP4% 	= NVENET40.NDI,	PCI\VEN_10DE&DEV_0038		; MCP4
%NVENET.DeviceDesc.MCP51% 	= NVENET51.NDI,	PCI\VEN_10DE&DEV_0269		; MCP51
%NVENET.DeviceDesc.MCP55% 	= NVENET55.NDI,	PCI\VEN_10DE&DEV_0373		; MCP55
%NVENET.DeviceDesc.MCP61% 	= NVENET61.NDI,	PCI\VEN_10DE&DEV_03EF		; MCP61
%NVENET.DeviceDesc.NBP01% 	= NVENETNBP01.NDI, PCI\VEN_10DE&DEV_03E6	; NBP01


;=======================================================================
;			NVENET10 Section
;=======================================================================

[NVENET10.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto100.reg, BasicFlowControl.reg				   
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType = 0					; NdisPhysicalMediumUnspecified

;=======================================================================
;			NVENET20 Section
;=======================================================================

[NVENET20.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto100.reg, BasicFlowControl.reg				   
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType 	= 0				; NdisPhysicalMediumUnspecified


;=======================================================================
;			NVENET2S Section
;=======================================================================

[NVENET2S.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, BasicFlowControl.reg, 	\
			  LSOv4.reg,								\
			  TCPChecksumOffloadV4.reg,	UDPChecksumOffloadV4.reg,		\
			  IPChecksumOffloadV4.reg			   
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType 	= 0				; NdisPhysicalMediumUnspecified

;=======================================================================
;			NVENETCK8 Section
;=======================================================================

[NVENETCK8.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto100.reg, BasicFlowControl.reg
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType = 0					; NdisPhysicalMediumUnspecified


;=======================================================================
;			NVENET30 Section
;=======================================================================

[NVENET30.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, JumboPacket.reg,	\
			  BasicFlowControl.reg,	 LSOv4.reg,				\
			  TCPChecksumOffloadV4.reg,	UDPChecksumOffloadV4.reg,	\
			  IPChecksumOffloadV4.reg																	 
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType = 0					; NdisPhysicalMediumUnspecified


;=======================================================================
;			NVENET40 Section
;=======================================================================

[NVENET40.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1						; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, JumboPacket.reg,	\
			  BasicFlowControl.reg,	LSOv4.reg,				\
			  TCPChecksumOffloadV4.reg,	UDPChecksumOffloadV4.reg,	\
			  IPChecksumOffloadV4.reg																					
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType = 0					; NdisPhysicalMediumUnspecified

;=======================================================================
;			NVENET51 Section
;=======================================================================

[NVENET51.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, BasicFlowControl.reg				   
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType = 0					; NdisPhysicalMediumUnspecified




;=======================================================================
;			NVENET55 Section
;=======================================================================

[NVENET55.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, JumboPacket.reg,  	\
			  LSOv4.reg, FlowControl.reg,		\
			  TCPChecksumOffloadV4.reg,	UDPChecksumOffloadV4.reg,	\
			  IPChecksumOffloadV4.reg																					
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType 	= 0				; NdisPhysicalMediumUnspecified



;=======================================================================
;			NVENET61 Section
;=======================================================================

[NVENET61.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, FlowControl.reg																			 
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType 	= 0				; NdisPhysicalMediumUnspecified


;=======================================================================
;			NVENETNBP01 Section
;=======================================================================

[NVENETNBP01.NDI.NTamd64]
Characteristics	= 0x84					; NCF_PHYSICAL | NCF_HAS_UI
BusType			= 1				; Pretend ISA
AddReg			= BasicFeatures.reg, SpeedDuplexUpto1000.reg, FlowControl.reg				   
CopyFiles		= NVENET.CopyFiles
*IfType			= 6				; IF_TYPE_ETHERNET_CSMACD
*MediaType		= 0				; NdisMedium802_3
*PhysicalMediaType = 0					; NdisPhysicalMediumUnspecified


;=======================================================================
;			Services Section
;=======================================================================

[NVENET10.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET20.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET2S.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog


[NVENETCK8.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET30.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET40.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET51.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET55.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENET61.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog

[NVENETNBP01.ndi.NTamd64.Services]
AddService = NVENETFD, 2, NVENET.Service, common.EventLog


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

[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>,	subdir]]
1 =	%DiskId1%,,,

[SourceDisksFiles]
; filename_on_source = diskID[,	[subdir][, size]]
nvm60x64.sys = 1,,
;=======================================================================
;		Destination Directories
;=======================================================================

[DestinationDirs]
NVENET.CopyFiles	 = 12
 
[NVENET.CopyFiles]
nvm60x64.sys,,,2


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

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

;=======================================================================
;		Registry Section
;=======================================================================

[BasicFeatures.reg]
HKR, Ndi,				Service,		0, "NVENET"
HKR, Ndi\Interfaces,			LowerRange,		0, "ethernet"
HKR, Ndi\Interfaces,			UpperRange,		0, "ndis5"
 
 
; Network Address
HKR, Ndi\params\*NetworkAddress,			ParamDesc,	0, "%NetworkAddress%"
HKR, Ndi\params\*NetworkAddress,			default,	0, " "
HKR, Ndi\params\*NetworkAddress,			type,		0, "edit"
HKR, Ndi\params\*NetworkAddress,			LimitText,	0, "12"
HKR, Ndi\params\*NetworkAddress,			UpperCase,	0, "1"
HKR, Ndi\params\*NetworkAddress,			optional,	0, "1"

; Interrupt	Moderation
HKR, Ndi\params\*InterruptModeration,		ParamDesc,	0, "%InterruptModeration%"
HKR, Ndi\params\*InterruptModeration,		default,	0, "1"
HKR, Ndi\params\*InterruptModeration,		type,		0, "enum"
HKR, Ndi\params\*InterruptModeration\enum,	"0",		0, "%Disabled%"
HKR, Ndi\params\*InterruptModeration\enum,	"1",		0, "%Enabled%"
 
;
; Basic	Flow Control
;
[BasicFlowControl.reg]
HKR, Ndi\params\*FlowControl,			ParamDesc,	0, "%FlowControl%" 
HKR, Ndi\params\*FlowControl,			default,	0, "0"
HKR, Ndi\params\*FlowControl\Enum,		"0",		0, %FlowControlDisabled%
HKR, Ndi\params\*FlowControl\Enum,		"1",		0, %FlowControlRxEnabled%
HKR, Ndi\params\*FlowControl,			type,		0, "enum"


; Flow Control
[FlowControl.reg]
HKR, Ndi\params\*FlowControl,			ParamDesc,  	0, "%FlowControl%" 
HKR, Ndi\params\*FlowControl,			default,	0, "0"
HKR, Ndi\params\*FlowControl\Enum,		"0",		0, %FlowControlDisabled%
HKR, Ndi\params\*FlowControl\Enum,		"1",		0, %FlowControlRxEnabled%
HKR, Ndi\params\*FlowControl\Enum,		"2",		0, %FlowControlTxEnabled%
HKR, Ndi\params\*FlowControl\Enum,		"3",		0, %FlowControlRxTxEnabled%
HKR, Ndi\params\*FlowControl,			type,	   	0, "enum"

; Jumbo	Packet
[JumboPacket.reg]
HKR, Ndi\params\*JumboPacket,			ParamDesc,	0, "%JumboPacket%"
HKR, Ndi\params\*JumboPacket,			default,	0, "1514"
HKR, Ndi\params\*JumboPacket,			type,		0, "int"

; Speed	Duplex Setting
[SpeedDuplexUpto100.reg]
HKR, Ndi\params\*SpeedDuplex,			ParamDesc, 	0, "%SpeedDuplex%"
HKR, Ndi\params\*SpeedDuplex,			default,   	0, "0"
HKR, Ndi\params\*SpeedDuplex,			type,	   	0, "enum"
HKR, Ndi\params\*SpeedDuplex\enum,		"0",	   	0, "%AutoNegotiation%"
HKR, Ndi\params\*SpeedDuplex\enum,		"1",	   	0, "%HD10MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"2",	   	0, "%FD10MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"3",	   	0, "%HD100MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"4",	   	0, "%FD100MB%"

; Speed	Duplex Setting
[SpeedDuplexUpto1000.reg]
HKR, Ndi\params\*SpeedDuplex,			ParamDesc, 	0, "%SpeedDuplex%"
HKR, Ndi\params\*SpeedDuplex,			default,   	0, "0"
HKR, Ndi\params\*SpeedDuplex,			type,	   	0, "enum"
HKR, Ndi\params\*SpeedDuplex\enum,		"0",	   	0, "%AutoNegotiation%"
HKR, Ndi\params\*SpeedDuplex\enum,		"1",	   	0, "%HD10MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"2",	   	0, "%FD10MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"3",	   	0, "%HD100MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"4",	   	0, "%FD100MB%"
HKR, Ndi\params\*SpeedDuplex\enum,		"6",	   	0, "%FD1000MB%"

; TCP Checksum offload V4
[TCPChecksumOffloadV4.reg]
HKR, Ndi\params\*TCPChksumOffv4,			ParamDesc,	0, "%TCPChecksumOffloadV4%"	
HKR, Ndi\params\*TCPChksumOffv4,			default,	0, "3"
HKR, Ndi\params\*TCPChksumOffv4,			type,		0, "enum"
HKR, Ndi\params\*TCPChksumOffv4\enum,		"0",		0, "%Disabled%"
HKR, Ndi\params\*TCPChksumOffv4\enum,		"1",		0, "%TCPChecksumOffloadV4RxEnabled%"
HKR, Ndi\params\*TCPChksumOffv4\enum,		"2",		0, "%TCPChecksumOffloadV4TxEnabled%"
HKR, Ndi\params\*TCPChksumOffv4\enum,		"3",		0, "%TCPChecksumOffloadV4RxTxEnabled%"

; UDP Checksum offload V4
[UDPChecksumOffloadV4.reg]
HKR, Ndi\params\*UDPChksumOffv4,			ParamDesc,	0, "%UDPChecksumOffloadV4%"	
HKR, Ndi\params\*UDPChksumOffv4,			default,	0, "3"
HKR, Ndi\params\*UDPChksumOffv4,			type,		0, "enum"
HKR, Ndi\params\*UDPChksumOffv4\enum,		"0",		0, "%Disabled%"
HKR, Ndi\params\*UDPChksumOffv4\enum,		"1",		0, "%UDPChecksumOffloadV4RxEnabled%"
HKR, Ndi\params\*UDPChksumOffv4\enum,		"2",		0, "%UDPChecksumOffloadV4TxEnabled%"
HKR, Ndi\params\*UDPChksumOffv4\enum,		"3",		0, "%UDPChecksumOffloadV4RxTxEnabled%"

; IP Checksum offload V4
[IPChecksumOffloadV4.reg]
HKR, Ndi\params\*IPChksumOffv4,			ParamDesc,	0, "%IPChecksumOffloadV4%" 
HKR, Ndi\params\*IPChksumOffv4,			default,	0, "3"
HKR, Ndi\params\*IPChksumOffv4,			type,		0, "enum"
HKR, Ndi\params\*IPChksumOffv4\enum,		"0",		0, "%Disabled%"
HKR, Ndi\params\*IPChksumOffv4\enum,		"1",		0, "%IPChecksumOffloadV4RxEnabled%"
HKR, Ndi\params\*IPChksumOffv4\enum,		"2",		0, "%IPChecksumOffloadV4TxEnabled%"
HKR, Ndi\params\*IPChksumOffv4\enum,		"3",		0, "%IPChecksumOffloadV4RxTxEnabled%"

[LSOv4.reg]
HKR, Ndi\params\*LSOv4,				ParamDesc,	0, "%LSOv4%" 
HKR, Ndi\params\*LSOv4,				default,	0, "1"
HKR, Ndi\params\*LSOv4,				type,		0, "enum"
HKR, Ndi\params\*LSOv4\enum,			"0",		0, "%Disabled%"
HKR, Ndi\params\*LSOv4\enum,			"1",		0, "%Enabled%"

;=======================================================================
;			Strings	Section
;=======================================================================

[Strings]
Msft				= "Microsoft"
Nvidia				= "NVIDIA"
DiskId1				= "NVIDIA nForce Networking Controller Driver Disk 1"

NVENET.DeviceDesc.MCP1		= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP2		= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP2S 	= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.CK8 		= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.CKS 		= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.CK04 		= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP4 		= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP51 	= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP51W 	= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.NBP01 	= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP55 	= "NVIDIA nForce Networking Controller"
NVENET.DeviceDesc.MCP61 	= "NVIDIA nForce Networking Controller"


NVENET.Service.DispName		= "NVIDIA nForce Networking Controller Driver"
Enabled				= "Enabled"
Disabled			= "Disabled"
RSS				= "Receive Side Scaling"
JumboPacket			= "Jumbo Packet"
LSOv4				= "Large Send Offload (IPv4)"
NetworkAddress			= "Network Address"
InterruptModeration		= "Interrupt Moderation"	

;
; Speed	and	Duplex settings
;
SpeedDuplex			= "Speed & duplex settings"
Autonegotiation			= "Auto Negotiation"
HD10MB				= "10 Mbps Half Duplex"
FD10MB				= "10 Mpbs Full Duplex"
HD100MB				= "100 Mbps Half Duplex" 
FD100MB				= "100 Mbps Full Duplex"
FD1000MB			= "1000 Mbps Full Duplex"

;
; Flow Control values
;
FlowControl			= "Flow Control"
FlowControlDisabled		= "Disabled"
FlowControlRxEnabled		= "Flow Control Rx Enabled"
FlowControlTxEnabled		= "Flow Control Tx Enabled"
FlowControlRxTxEnabled		= "Flow Control Rx/Tx Enabled"

;
; TCP Checkum offload V4
;
TCPChecksumOffloadV4		= "TCP Checksum Offload (IPv4)"
TCPChecksumOffloadV4RxEnabled	= "TCP RX Checksum offload enabled"
TCPChecksumOffloadV4TxEnabled	= "TCP TX Checksum offload enabled"
TCPChecksumOffloadV4RxTxEnabled	= "TCP RX/TX Checksum offload enabled"

;
; UDP Checkum offload V4
;
UDPChecksumOffloadV4		= "UDP Checksum Offload (IPv4)"
UDPChecksumOffloadV4RxEnabled	= "UDP RX Checksum offload enabled"
UDPChecksumOffloadV4TxEnabled	= "UDP TX Checksum offload enabled"
UDPChecksumOffloadV4RxTxEnabled	= "UDP RX/TX Checksum offload enabled"

;
; IP Checksum offload V4
;
IPChecksumOffloadV4		= "IP Checksum Offload"
IPChecksumOffloadV4RxEnabled	= "IP RX Checksum offload enabled"
IPChecksumOffloadV4TxEnabled	= "IP TX Checksum offload enabled"
IPChecksumOffloadV4RxTxEnabled	= "IP RX/TX Checksum offload enabled"

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: web5, load: 0.53