NETGA621.INF Driver File Contents (GA621.zip)

; NETGEAR, Inc. 2000-2001 
;
; NETGA621.INF : Windows Me
;
; Installation file (.inf) for the NETGEAR device.
;

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

[ControlFlags]
    ;;ExcludeFromSelect = PCI\VEN_100B&DEV_0022&SUBSYS_621A1385 

;
; Driver information
;

[Manufacturer]
    %NETGEAR%   = NETGEAR.Mfg

;
;Model section
;

[NETGEAR.Mfg]
    %GA621.SvcDesc% = GA621, PCI\VEN_100B&DEV_0022&SUBSYS_621A1385

 
;
; General installation section
;


[GA621]
    AddReg=GA621.reg.9X, GA621.reg.common
    CopyFiles=Copy_files.9x

[GA621.reg.9X]
    HKR,Ndi,DeviceID,,"PCI\VEN_100B&DEV_0022&SUBSYS_621A1385"

    HKR,,DevLoader,,*ndis
    HKR,,DeviceVxDs,,GA621ND5.SYS
    HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
    HKR,NDIS,LogDriverName,,"GA621ND5"
    HKR,NDIS,MajorNdisVersion,1,03
    HKR,NDIS,MinorNdisVersion,1,0a
    HKR,Ndi\Interfaces,DefUpper,,"ndis3"
    HKR,Ndi\Interfaces,DefLower,,"ethernet"
    HKR,Ndi\Interfaces,UpperRange,,"ndis3"
    HKR,Ndi\Interfaces,LowerRange,,"ethernet"
    HKR,Ndi\Install,ndis3,,"GA621.ndis3"
    HKR,Ndi,CardType,,"PCI"

    HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\GA621ND5.SYS"
    HKR, , TypesSupported, 0x00010001,7
   
    HKR, Ndi\params\RxQueueSz,	      	flag, 1, 28,00,00,00
    HKR, Ndi\params\CheckSum,   	flag, 1, 28,00,00,00
    HKR, Ndi\params\JumboFrame,      	flag, 1, 28,00,00,00
    HKR, Ndi\params\VLANID,  	      	flag, 1, 28,00,00,00
    HKR, Ndi\params\NetworkAddress,  	flag, 1, 28,00,00,00
    HKR, Ndi\params\PriQ,  	      	flag, 1, 28,00,00,00


[Copy_files.9x]
    GA621ND5.SYS, ,,0x00001004


[GA621.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, "256"
    HKR, Ndi\params\RxQueueSz,          Min,       0, "32"
    HKR, Ndi\params\RxQueueSz,          Max,       0, "1024"
    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 NETGEAR GA621 Gigabit Fiber Adapter Driver Diskette
;

[SourceDisksFiles]
    GA621ND5.SYS = 1,,

[DestinationDirs]
   Copy_files.9x = 11
   DefaultDestDir =11

;
; Localizable Strings
;

[Strings]
    NETGEAR = "NETGEAR"
    DiskId1 = "NETGEAR GA621 Gigabit Fiber Adapter Driver Diskette"
    GA621.SvcDesc="NETGEAR GA621 Gigabit Fiber Adapter"
    HelpText="NETGEAR GA621 Gigabit Fiber Adapter"
    ;
    ; 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: web2, load: 1.18