NET83820.INF Driver File Contents (ge1164sc.zip)

; Copyright (c) 2000-2001 National Semiconductor Corporation, All Rights Reserved 
;
; net83821.inf : Windows 2000
;
; Installation file (.inf) for the National Semiconductor Corp. device.
;

[Version]
    Signature="$Chicago$"
    Compatible=1
    Provider=%NSC%
    ClassGuid = {4d36e972-e325-11ce-bfc1-08002be10318} 
    Class=Net
    ;;CatalogFile=net83821.cat
    DriverVer=12/10/2000,5.0.4.8

[ControlFlags]
    ;;ExcludeFromSelect = PCI\VEN_100b&DEV_0022 

;
; Driver information
;

[Manufacturer]
    %NSC%   = NSC.Mfg

;
;Model section
;

[NSC.Mfg]
    %dp83820.SvcDesc% = dp83820, PCI\VEN_100b&DEV_0022

 
;
; General installation section
;

[dp83820.NT]	
    Characteristics=0x84    ; NCF_PHYSICAL | NCF_HAS_UI
    BusType=5
    AddReg=dp83820.reg.NT, dp83820.reg.common
    CopyFiles=Copy_files.NT

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

;
; Service Installation
;

[dp83820.NT.Services]
    AddService = dp83820, 0x00000002 , dp83820_Service_Inst, dp83820_EventLog_Inst

[dp83820_Service_Inst]
    DisplayName    = %dp83820.SvcDesc%
    ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
    StartType      = 3                  ; SERVICE_DEMAND_START
    ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
    LoadOrderGroup = NDIS
    ServiceBinary  = %12%\DP83820.sys

[dp83820_EventLog_Inst]
    AddReg = dp83820_EventLog_AddReg

[dp83820_EventLog_AddReg]
    HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\DP83820.sys"
    HKR, , TypesSupported, 0x00010001,7

[Copy_files.NT]
    DP83820.sys,,,0x00000004


[dp83820.reg.common]
    HKR, ,MediaType,                0, "1"
    HKR, ,AdapterCFID,              0, "0022100b"
    HKR, ,NetworkMedia,  0,  "8"	
    HKR, ,FlowControl,  0,  "0"	
    HKR, ,NcBit,  0,  "1"	

	;
    ; Ndi key for adavanced property page 
    ;
    ;  Recieve Buffers
    ;
    HKR, Ndi\params\RxQueueSz,          ParamDesc, 0, %RxQueueSz%
    HKR, Ndi\params\RxQueueSz,          type,      0, "long"
    HKR, Ndi\params\RxQueueSz,          default,   0, "384"
    HKR, Ndi\params\RxQueueSz,          Min,       0, "32"
    HKR, Ndi\params\RxQueueSz,          Max,       0, "2048"
    HKR, Ndi\params\RxQueueSz,          Step,      0, "1"
    ;
	; Jumbo Packet Size
    ; 
    HKR, Ndi\params\JumboFrame, 	 ParamDesc, 0, %JumboFrame%
    HKR, Ndi\params\JumboFrame,      type,      0, "enum"
    HKR, Ndi\params\JumboFrame,      default,   0, "1" 
    HKR, Ndi\params\JumboFrame\enum, 1514,         0, "1) 1514 (Standard)"
    HKR, Ndi\params\JumboFrame\enum, 4088,         0, "2) 4088"
    HKR, Ndi\params\JumboFrame\enum, 9014,         0, "3) 9014 (Alteon)"
    HKR, Ndi\params\JumboFrame\enum, 10000,        0, "4) 10000"
    HKR, Ndi\params\JumboFrame\enum, 16128,        0, "5) 16128"
    ;
    ;Network address
    ; 
    HKR, Ndi\params\NetworkAddress,     ParamDesc,      0, %NetworkAddress%
    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,     default,        0, ""
    HKR, Ndi\params\NetworkAddress,     optional,       0, "1"
    ;
    ; Checksum 
    ;
    HKR, Ndi\params\CheckSum,          ParamDesc, 0, %CheckSum%
    HKR, Ndi\params\CheckSum,          type,      0, "enum"
    HKR, Ndi\params\CheckSum,          default,   0, "0"
    HKR, Ndi\params\CheckSum\enum,     0,         0, "1) Tx Checksum"
    HKR, Ndi\params\CheckSum\enum,     1,         0, "2) Rx CheckSum"
	HKR, Ndi\params\CheckSum\enum,     2,         0, "3) All CheckSum"
	HKR, Ndi\params\CheckSum\enum,     3,         0, "4) None"
    ;
    ;  Virtual Lan ID
    ;
    HKR, Ndi\params\VLANID,          ParamDesc, 0, %VLANID%
    HKR, Ndi\params\VLANID,          type,      0, "long"
    HKR, Ndi\params\VLANID,          default,   0, ""
    HKR, Ndi\params\VLANID,          Min,       0, "1"
    HKR, Ndi\params\VLANID,          Max,       0, "4095"
    HKR, Ndi\params\VLANID,          Step,      0, "1"
    HKR, Ndi\params\VLANID,     	 optional,  0, "1"
    ;
    ; Priority Queues
    ;
    HKR, Ndi\params\PriQ,          ParamDesc, 0, %PriQ%
    HKR, Ndi\params\PriQ,          type,      0, "enum"
    HKR, Ndi\params\PriQ,          default,   0, "0"
    HKR, Ndi\params\PriQ\enum,     1,         0, "Enable"
    HKR, Ndi\params\PriQ\enum,     0,         0, "Disable"


;
; Source file information
;

[SourceDisksNames.x86]
    1 = %DiskId1%,,,""

;
; Files for disk National Semiconductor Corp. Installation Disk #1 (Net)
;

[SourceDisksFiles]
    DP83820.sys = 1,,

[DestinationDirs]
   Copy_files.NT = 12
   DefaultDestDir =11

;
; Localizable Strings
;

[Strings]
    NSC = "National Semiconductor Corp."
    DiskId1 = "National Semiconductor Corp. Installation Disk #1 (Net)"
    dp83820.SvcDesc="National Semiconductor Corp. DP83820 Gigabit Network Controller"
    HelpText="National Semiconductor Corp. DP83820 Gigabit Network Controller"
    ;
    ; Advanced property setting 
    ;
    RxQueueSz       = "Receive Buffers"
    JumboFrame      = "Packet Size (maximum)"
    NetworkAddress  = "Address"
    CheckSum	    = "Offload Checksum"
    VLANID			= "VLAN ID"
    PriQ      	    = "Priority Queues"
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: web4, load: 0.54