nvenet2k.inf Driver File Contents (gknforcegkwin9xp.exe)

[version]
Class       = Net
ClassGUID   = {4D36E972-E325-11CE-BFC1-08002BE10318}
Signature   = "$Chicago$"
Compatible  = 1
CatalogFile = NVENET.CAT
Provider    = %Nvidia%
DriverVer = 01/12/2002, 2.2.3

[Manufacturer]
%Nvidia%    = Nvidia

[ControlFlags]
; Plug and play adapters must be excluded from the list. We are plug
; and play, so we exclude ourselves from being presented to the user.
ExcludeFromSelect = PCI\VEN_10DE&DEV_01C3

[Nvidia]
; DisplayName           Section       DeviceID
%NVENET.DeviceDesc%  =  NVENET.NDI,   PCI\VEN_10DE&DEV_01C3


; Windows NT specific entry
[NVENET.NDI.NT]
Characteristics = 0x84                  ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5                     ; PciBus
AddReg          = NVENET.reg, SpeedSetting.reg
CopyFiles       = NVENET.CopyFiles

; NVENET NT specific
[NVENET.reg]
HKR,               , 			AdapterCFID,    0, "01C310DE"
HKR, Ndi,                       Service,    	0, "NVENET"
HKR, Ndi\Interfaces,            UpperRange, 	0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 	0, "ethernet"

; memphis appears to not support the ndis5 upper range, so use ndis3
HKR,                Ndi\Interfaces,Lower,   	0, "ethernet"
HKR,                Ndi\Interfaces,LowerRange, 	0, "ethernet"
HKR,                Ndi\Interfaces,Upper,   	0, "ndis3"
HKR,                Ndi\Interfaces,UpperRange, 	0, "ndis5"

HKR, NDIS,          LogDriverName,              0, "NVENET"
HKR, NDIS,          MajorNdisVersion,           1, 05
HKR, NDIS,          MinorNdisVersion,           1, 00

HKR, Ndi\Install,   ndis5,                      0, "NVENET.INSTALL"

; DestinationDirs
[NVENET.CopyFiles]
NVENET.sys,,,2
jedih2rx.bin,,,2
ramsed.bin,,,2
jedireg.pat,,,2

; DestinationDirs
[NVENET9x.CopyFiles]
NVENET.sys,,,2
jedih2rx.bin,,,2
ramsed.bin,,,2
jedireg.pat,,,2

[NVENET.ndi.NT.Services]
AddService = NVENET, 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%\NVENET.sys
LoadOrderGroup  = NDIS

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

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



; Windows 9X specific entry
[NVENET.NDI]
Characteristics = 0x84                  ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5                     ; PciBus
AddReg     = NVENETID.REG, NVENET9X.REG, SpeedSetting.reg
DeviceID   = "PCI\VEN_10DE&DEV_01C3"
CopyFiles  = NVENET9x.CopyFiles

[NVENETID.REG]
HKR, Ndi,           DeviceID,                   0, "PCI\VEN_10DE&DEV_01C3"

[NVENET9X.REG]
HKR, ,              DevLoader,                  0, "*ndis"
HKR, ,              DeviceVxDs,                 0, "nvenet.sys"
HKR, ,              EnumPropPages,              0, "netdi.dll,EnumPropPages"
HKR, ,				AdapterCFID,    			0, "01C310DE"

;;Parameters
HKR, , 		    AdapterType,       		 , 5
HKR, , 		    BusType,                     , 5

; memphis appears to not support the ndis5 upper range, so use ndis3
HKR,                Ndi\Interfaces,Lower,   	0, "ethernet"
HKR,                Ndi\Interfaces,LowerRange, 	0, "ethernet"
HKR,                Ndi\Interfaces,Upper,   	0, "ndis3"
HKR,                Ndi\Interfaces,UpperRange, 	0, "ndis3"

HKR, NDIS,          LogDriverName,              0, "NVENET"
HKR, NDIS,          MajorNdisVersion,           1, 03
HKR, NDIS,          MinorNdisVersion,           1, 0A

HKR, Ndi\Install,   ndis3,                      0, "NVENET9x.INSTALL"

;-----------------------------------------------------------------------------
; common base for 10/100Mb Adapters
;
[SpeedSetting.reg]
;HKR, Ndi\params\Speed,      ParamDesc,  0, "%Speed%"
;HKR, Ndi\params\Speed,      default,    0, "auto"
;HKR, Ndi\params\Speed,      type,       0, "enum"
;HKR, Ndi\params\Speed\enum, auto,       0, "%Automatic%"
;HKR, Ndi\params\Speed\enum, 10,         0, "10  Mb/sec"
;HKR, Ndi\params\Speed\enum, 100,        0, "100 Mb/sec"

HKR, Ndi\params\ForceSpeedDpx,       ParamDesc,  0, "%SpeedDuplexMode%"
HKR, Ndi\params\ForceSpeedDpx,       default,    0, "0"
HKR, Ndi\params\ForceSpeedDpx,       type,       0, "enum"
HKR, Ndi\params\ForceSpeedDpx\enum,  "0",        0, "%Automatic%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "1",        0, "%FD100MBA%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "2",        0, "%HD100MBA%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "3",        0, "%FD10MBA%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "4",        0, "%HD10MBA%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "5",        0, "%FD100MBF%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "6",        0, "%HD100MBF%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "7",        0, "%FD10MBF%"
HKR, Ndi\params\ForceSpeedDpx\enum,  "8",        0, "%HD10MBF%"

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"

HKR, Ndi\params\PollIntervalInus,      ParamDesc,  0, "%OptimizeFor%"
HKR, Ndi\params\PollIntervalInus,      default,    0, "400"
HKR, Ndi\params\PollIntervalInus,      type,       0, "enum"
HKR, Ndi\params\PollIntervalInus\enum, 0,          0, "Throughput"
HKR, Ndi\params\PollIntervalInus\enum, 400,        0, "CPU"

;-----------------------------------------------------------------------------------------
; DestinationDirs
;
[NVENET.INSTALL]
CopyFiles = NVENET.CopyFiles

[NVENET9x.INSTALL]
CopyFiles = NVENET9x.CopyFiles

[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1 = "NVIDIA nForce MCP Networking Adapter Driver Disk 1",,,

[SourceDisksFiles]
; filename_on_source = diskID[, [subdir][, size]]
NVENET.sys = 1,,
jedih2rx.bin = 1,,
ramsed.bin = 1,,
jedireg.pat = 1,,

[DestinationDirs]
NVENET.CopyFiles     = 12
NVENET9x.CopyFiles   = 11
DefaultDestDirs      = 11

[Strings]
Msft                     = "Microsoft"
Nvidia                   = "Nvidia"
NVENET.DeviceDesc        = "NVIDIA nForce MCP Networking Adapter"
NVENET.Service.DispName  = "NVIDIA nForce MCP Networking Adapter Driver"

;Speed                    = "Speed"
;AutoDuplexDetect         = "Auto Duplex Detect"
;Half-Duplex              = "Half-Duplex"
;Full-Duplex              = "Full-Duplex"
NetworkAddress           = "Network Address"
OptimizeFor				 = "Optimize For"

SpeedDuplexMode               = "Speed-Duplex Mode"
Automatic                		 = "Auto"
FD100MBA				 = "Auto  Fdx 100 Mb/s"
HD100MBA				 = "Auto  Hdx 100 Mb/s" 
FD10MBA					 = "Auto  Fdx 10 Mb/s"
HD10MBA					 = "Auto  Hdx 10 Mb/s"
FD100MBF				 = "Force Fdx 100 Mb/s"
HD100MBF				 = "Force Hdx 100 Mb/s"
FD10MBF					 = "Force Fdx 10 Mb/s"
HD10MBF					 = "Force Hdx 10 Mb/s"
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.63