NET7XX.INF Driver File Contents (pro120a.zip)

; NET7xx.INF
; Macronix MX987xx Family Fast Ethernet Adapters
; Copyright (c) 1989-1998, Macronix International Corporation
; Inf for Win9x and NT5

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Msft%
LayoutFile  = layout.inf
CatalogFile = net7xx.cat

[Manufacturer]
%MXIC% = MXIC

[ControlFlags]
ExcludeFromSelect = PCI\VEN_10d9&DEV_0512, PCI\VEN_10d9&DEV_0531, \
                    PCI\VEN_10d9&DEV_0532

[MXIC]
; DisplayName          Section            DeviceID
; -----------        -----------    ---------------------
%0512.DeviceDesc%    = 0512.ndi,    PCI\VEN_10d9&DEV_0512
%0531.DeviceDesc%    = 0531.ndi,    PCI\VEN_10d9&DEV_0531
%0532.DeviceDesc%    = 0532.ndi,    PCI\VEN_10d9&DEV_0532

;----------------------------------------------------------------------------
; NT main sections
;
[0512.ndi.NTX86]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = pci.reg, speed.reg, 0512.nt.id.reg, mx9871x.nt.reg
CopyFiles       = mx9871x.Copyfiles

[0512.ndi.NTX86.Services]
AddService      = MXNIC, 2, mx9871x.Service, mx9871x.EventLog

[0531.ndi.NTX86]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = pci.reg, speed.reg, 0531.nt.id.reg, mx9871x.nt.reg
CopyFiles       = mx9871x.Copyfiles

[0531.ndi.NTX86.Services]
AddService      = MXNIC, 2, mx9871x.Service, mx9871x.EventLog

[0532.ndi.NTX86]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = pci.reg, speed.reg, 0532.nt.id.reg, mx9871x.nt.reg
CopyFiles       = mx9871x.Copyfiles

[0532.ndi.NTX86.Services]
AddService      = MXNIC, 2, mx9871x.Service, mx9871x.EventLog

;-----------------------------------------------------------------------------
; Win9x main sections
;
[0512.ndi]
AddReg          = pci.reg, speed.reg, 0512.win.id.reg, mx9871x.win.reg

[0531.ndi]
AddReg          = pci.reg, speed.reg, 0531.win.id.reg, mx9871x.win.reg

[0532.ndi]
AddReg          = pci.reg, speed.reg, 0532.win.id.reg, mx9871x.win.reg

;-----------------------------------------------------------------------------
; Common sections
;
[pci.reg]
HKR,,AdapterType,,5
HKR,,BusType,,5

[speed.reg]
HKR, Ndi\params\ConnectionType,              ParamDesc,0, %ConnectionType%
HKR, Ndi\params\ConnectionType,              default,  0, "0"
HKR, Ndi\params\ConnectionType,              type,     0, "enum"
HKR, Ndi\params\ConnectionType\enum,         0,        0, %SpeedAutoDetect%
HKR, Ndi\params\ConnectionType\enum,         1,        0, %100MbFull_Duplex%
HKR, Ndi\params\ConnectionType\enum,         2,        0, %100MbHalf_Duplex%
HKR, Ndi\params\ConnectionType\enum,         3,        0, %10MbFull_Duplex%
HKR, Ndi\params\ConnectionType\enum,         4,        0, %10MbHalf_Duplex%

;----------------------------------------------------------------------------
; NT specific
;
[0512.nt.id.reg]
HKR,,AdapterCFID,0, "051210d9"

[0531.nt.id.reg]
HKR,,AdapterCFID,0, "053110d9"

[0532.nt.id.reg]
HKR,,AdapterCFID,0, "053210d9"

[mx9871x.nt.reg]
HKR, Ndi,                       Service,    0, "MXNIC"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[mx9871x.Service]
DisplayName     = %mx9871x.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_AUTO_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\mxnic.sys
LoadOrderGroup  = NDIS

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

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

;----------------------------------------------------------------------------
; Win9x specific
;
[0512.win.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10d9&DEV_0512"
HKR,,AdapterCFID,,051210d9

[0531.win.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10d9&DEV_0531"
HKR,,AdapterCFID,,053110d9

[0532.win.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10d9&DEV_0532"
HKR,,AdapterCFID,,053210d9

[mx9871x.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "mxnic.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
HKR, Ndi\Interfaces,DefUpper,           0, "ndis3"
HKR, Ndi\Interfaces,DefLower,           0, "ethernet"
HKR, Ndi\Interfaces,UpperRange,         0, "ndis3"
HKR, Ndi\Interfaces,LowerRange,         0, "ethernet"

HKR, NDIS,          LogDriverName,      0, "MXNIC"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A
HKR, Ndi\Install,   ndis3,               , "mx9871x.install"

[mx9871x.install]
CopyFiles = mx9871x.win.CopyFiles, mx9871x.inf.CopyFiles

;----------------------------------------------------------------------------
; DestinationDirs
;
[mx9871x.CopyFiles]
mxnic.sys,,,2

[mx9871x.win.CopyFiles]
mxnic.sys,,,2

[mx9871x.inf.CopyFiles]
net7xx.inf,,,2

[DestinationDirs]
mx9871x.CopyFiles     = 12 ; LDID_SYSTEM32\DRIVERS
mx9871x.win.CopyFiles = 11 ; LDID_SYSTEM
mx9871x.inf.CopyFiles = 17 ; LDID_INF

[Strings]
Msft      = "Microsoft"
MXIC      = "FastEthernetManufacturer"

ConnectionType   = "Connection Type" 
SpeedAutoDetect  = "Speed AutoDetect"
100MbFull_Duplex = "100Mb Full_Duplex"
100MbHalf_Duplex = "100Mb Half_Duplex"
10MbFull_Duplex  = "10Mb  Full_Duplex"
10MbHalf_Duplex  = "10Mb  Half_Duplex"

0512.DeviceDesc   = "PRO120 100/10 Mbps PCI Bus Fast Ethernet Adapter"
0531.DeviceDesc   = "PRO120 100/10 Mbps PCI Bus Fast Ethernet Adapter (ACPI)"
0532.DeviceDesc   = "PRO120 100/10 Mbps PCI Bus Fast Ethernet Adapter (CardBus)"

mx9871x.Service.DispName  = "PRO120 100/10 Mbps PCI Bus Fast Ethernet NT Driver"

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: 1.01