; NET1394.INX -- 1394 NIC Miniport
;
; Copyright (c) 1993-1999, Microsoft Corporation
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Msft%
DriverVer=07/01/2001,5.1.2535.0
[Manufacturer]
%Msft% = Msft
[ControlFlags]
ExcludeFromSelect = V1394\NIC1394
[Msft]
; DisplayName Section DeviceID
; ----------- ------- --------
%nic1394.devicedesc% = nic1394.ndi,V1394\NIC1394
[nic1394.ndi]
Characteristics = 0x04
BusType = 14
AddReg = nic1394.ndi.reg
[nic1394.ndi.Services]
AddService = NIC1394, 2, nic1394.Services, nic1394.EventLog
AddService=Arp1394,0,ARP1394.AddService, NetEventLog
;-------------------------------------------------------------------------
; NDI AddReg sections.
;-------------------------------------------------------------------------
[nic1394.ndi.reg]
HKR, Ndi, Service, 0, "NIC1394"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis1394"
HKR, Ndi\Interfaces, LowerRange, 0, "atm"
;-------------------------------------------------------------------------
; [Service Install] sections.
;-------------------------------------------------------------------------
[nic1394.Services]
DisplayName = %nic1394.Service.DispName%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\nic1394.sys
LoadOrderGroup = NDIS
[ARP1394.AddService]
DisplayName = %MS_ARP1394.DeviceDesc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\arp1394.sys
LoadOrderGroup = NDIS
Dependencies = Tcpip
Description = %MS_ARP1394.DeviceDesc%
[nic1394.EventLog]
AddReg = nic1394.AddEventLog.reg
[nic1394.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[Strings]
Msft = "Microsoft"
nic1394.devicedesc = "1394 Net Adapter"
nic1394.Service.DispName = "1394 Net Driver"
MS_ARP1394.DeviceDesc="1394 ARP Client Protocol"
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.