;; Genica Corporation.
;;
;; Copyright(C) 2000-2002 by Genica Corporation. ALL RIGHTS RESERVED.
;;
;; Genica GN-788M.INF (Win XP inf for NDIS5 driver)
;;
;; Genica GN-788M Based Fast Ethernet Card
;;
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = Genica
;LayoutFile = layout.inf
Catalogfile = MTD80X.cat
DriverVer = 03/12/2002,3.0.0312.2002
[Manufacturer]
%Myson% = Genica
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1516&DEV_0803 , \
PCI\VEN_1516&DEV_0803&SUBSYS_08031516 , \
[Genica]
%MTD803.DeviceDesc% = MTD803.ndi, PCI\VEN_1516&DEV_0803
;;============================================================================
;; Windows 9x
;;============================================================================
;[MTD803.ndi]
;DriverVer = 03/12/2002,3.0.0312.2002
;AddReg = MTD803.id.reg, MTD80X.common.reg, MTD80X.win.reg, MTD803.oncbs.reg
;CopyFiles = MTD80X.CopyFiles98
;DeviceID = "PCI\VEN_1516&DEV_0803"
;LogConfig = DefaultConfig
;;============================================================================
;; Windows XP
;;============================================================================
[MTD803.ndi.NT]
AddReg = MTD80X.common.reg, MTD80X.reg, MTD803.oncbs.reg
Characteristics = 0x84
BusType = 5
CopyFiles = MTD80X.CopyFiles
[MTD803.ndi.NT.Services]
AddService = MTD80X, 2, Mysonnt.Service, MTD80X.EventLog
[MTD80X.CopyFiles]
MTD80X.SYS,,,2
;[MTD80X.CopyFiles98]
;MTD80X.SYS,,,2
;;===========================================================================
;; Windows 9x parameters
;;===========================================================================
;[MTD803.id.reg]
;HKR, Ndi, DeviceID, 0, "PCI\VEN_1516&DEV_0803"
;HKR, Ndi\Install, , 0, Mysonnt.install
;HKR, NDI\Params\NetworkAddress, flag, 1, 30, 00, 00, 00
;HKR, Ndi\Params\PortSpeed, flag, 1, 20, 00, 00, 00
;HKR, NDI\Params\FD, flag, 1, 30, 00, 00, 00
;[MTD80X.win.reg]
;; key,subkey,valuname,type,value
;HKR, , DriverDesc, 0, "Genica GN-788M Based Fast Ethernet Card"
;HKR, , DevLoader, 0, *ndis
;HKR, , DeviceVxDs, 0, MTD80X.SYS
;HKR, , EnumPropPages, 0, netdi.dll, EnumPropPages
;;params
;HKR, , MediaType, 0, 1
;HKR, , AdapterType, 0, 5
;HKR, , BusType, 0, 5
;; NDIS Info
;HKR, NDIS, MajorNdisVersion, 1, 03
;HKR, NDIS, MinorNdisVersion, 1, 0a
;HKR, NDIS, LogDriverName, 0, "GN-788M"
;; Interfaces
;HKR, Ndi\Interfaces, DefLower, , "ethernet"
;HKR, Ndi\Interfaces, LowerRange, , "ethernet"
;HKR, Ndi\Interfaces, DefUpper, , "ndis3"
;HKR, Ndi\Interfaces, UpperRange, , "ndis3"
;; Install sections
;HKR, Ndi\Install, ndis3, 0, "MTD80X.ndis5"
[MTD803.oncbs.reg]
HKR,,ChipOnCardbus,,"0"
[MTD80X.common.reg]
HKR,Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress, type, 0, "edit"
HKR,Ndi\params\NetworkAddress, default, 0, "000000000000"
HKR,Ndi\params\NetworkAddress, LimitText, 0, "12"
HKR,Ndi\params\NetworkAddress, UpperCase, 0, "1"
HKR,Ndi\params\NetworkAddress, Optional, 0, "1"
;; MTD80X
HKR, Ndi\params\PortSpeed, ParamDesc, 0, %PortSpeed%
HKR, Ndi\params\PortSpeed, default, 0, "0"
HKR, Ndi\params\PortSpeed, type, 0, "enum"
HKR, Ndi\params\PortSpeed\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\PortSpeed\enum, "1", 0, "10 Mb/sec"
HKR, Ndi\params\PortSpeed\enum, "2", 0, "100 Mb/sec"
HKR, Ndi\params\FD, ParamDesc, 0, %FD%
HKR, Ndi\params\FD, default, 0, "0"
HKR, Ndi\params\FD, type, 0, "enum"
HKR, Ndi\params\FD\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\FD\enum, "1", 0, "Disable"
HKR, Ndi\params\FD\enum, "2", 0, "Enable"
;;============================================================================
;; Win XP parameters
;;============================================================================
[MTD80X.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "GN-788M"
[Mysonnt.Service]
DisplayName = %MTD803.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_DEMAND_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\MTD80X.SYS
LoadOrderGroup = NDIS
[MTD80X.EventLog]
Addreg = MTD80X.AddEventLog.reg
[MTD80X.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;;============================================================================
;; Destination Directory
;;============================================================================
[DestinationDirs]
MTD80X.CopyFiles = 12
;MTD80X.CopyFiles98 = 11
DefaultDestDir = 11
;;============================================================================
;; Source Files
;;============================================================================
[SourceDisksNames]
1=%DISKNAME%,,,
[SourceDisksFiles]
MTD80X.SYS = 1
;MTD80X.INF = 1
;;============================================================================
;; Strings
;;============================================================================
[Strings]
Msft = "Microsoft"
Myson = "Genica"
;;Source disk name
DISKNAME = "Genica GN-788M Based Fast Ethernet Card"
NetworkAddress = "Network Address"
PortSpeed = "Port Speed"
FD = "FullDuplex Mode"
MTD803.DeviceDesc = "Genica GN-788M Based Fast Ethernet Card"
MTD803.Service.DispName = "Genica GN-788M Based Fast Ethernet Card"
Download Driver Pack
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.