ifcoevb.inf Driver File Contents (LAN_Intel_Win8_64_Z121770.zip)

;/*****************************************************************************
;**                            INTEL CONFIDENTIAL                            **
;**                                                                          **
;**        Copyright 2006-2010 Intel Corporation All Rights Reserved.        **
;**                                                                          **
;**  The material contained or described herein and all documents related    **
;**  to such material ("Material") are owned by Intel Corporation or its     **
;**  suppliers or licensors. Title to the Material remains with Intel        **
;**  Corporation or its suppliers and licensors. The Material contains trade **
;**  secrets and proprietary and confidential information of Intel or its    **
;**  suppliers and licensors. The Material is protected by worldwide         **
;**  copyright and trade secret laws and treaty provisions. No part of the   **
;**  Material may be used, copied, reproduced, modified, published,          **
;**  uploaded, posted, transmitted, distributed, or disclosed in any way     **
;**  without Intel’s prior express written permission.                       **
;**                                                                          **
;**  No license under any patent, copyright, trade secret or other           **
;**  intellectual property right is granted to or conferred upon you by      **
;**  disclosure or delivery of the Materials, either expressly, by           **
;**  implication, inducement, estoppel or otherwise. Any license under such  **
;**  intellectual property rights must be express and approved by Intel in   **
;**  writing.                                                                **
;*****************************************************************************/

;/******************************************************************************
;* $Id: ifcoevb.inx,v 1.3 2012/03/02 22:41:00 smogilap Exp $
;* $Source: /home/cvsroot/ladsw/fcoe/fcoe_windows_driver/dbusfpd/ifcoevb.inx,v $
;******************************************************************************/

;-------------------------------------------------------------------------
; IFCoEVB.INF -- Intel(R) FCoE Dynamic Bus Driver
;
;-------------------------------------------------------------------------

[Version]
Signature   = "$WINDOWS NT$"
Class       = System
ClassGuid   = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider    = %Intel%
CatalogFile = ifcoevb.cat
DriverVer=04/10/2012,1.9.13.0



[Manufacturer]
%Intel%=Intel, NTx86.6.0, NTAMD64.6.0, NTia64


;install for LH (Vista)
[Intel.NTx86.6.0]
%IntelFCoEVirtualBus.DeviceDesc%=Install_2k8x32, Root\IFCoEVB
[Intel.NTAMD64.6.0]
%IntelFCoEVirtualBus.DeviceDesc%=Install_2k8x64, Root\IFCoEVB


[Intel.NTia64]
;no install for IA64 atleast for now!


;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_2k8x32]
AddReg=Install.AddReg
; 
CopyFiles=CopyFiles_2k8x32
[CopyFiles_2k8x32]
ifP60x32.sys,,,2


[Install_2k8x64]
AddReg=Install.AddReg
;
CopyFiles=CopyFiles_2k8x64
[CopyFiles_2k8x64]
ifP60x64.sys,,,2

[SourceDisksNames]
1 = %DiskId1%,,,

[SourceDisksFiles]
ifP60x32.sys = 1,,
ifP60x64.sys = 1,,
WdfCx32F.dll = 1 ;
WdfCx64F.dll = 1 ;

[DestinationDirs]
DefaultDestDir    = 12    
Install_CoInstaller_CopyFiles.x32 = 11
Install_CoInstaller_CopyFiles.x64 = 11

;-------------------------------------------------------------------------
; Install.AddReg Section
;-------------------------------------------------------------------------
[Install.AddReg]                            
HKR,,DeviceCharacteristics,0x10001,0x0100         ; Use same security checks on relative opens
HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)"      ; Allow generic-all access to Built-in administrators and Local system 


;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install_2k8x32.Services]
AddService=IFCoEVB,%SPSVCINST_ASSOCSERVICE%,Install_2k8x32.Service, Install_2k8x32.EventLog
[Install_2k8x64.Services]
AddService=IFCoEVB,%SPSVCINST_ASSOCSERVICE%,Install_2k8x64.Service, Install_2k8x64.EventLog

;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_2k8x32.EventLog]
AddReg=Install_2k8x32.AddEventLog
DelReg=Install_2k8x32.DelEventLog

[Install_2k8x64.EventLog]
AddReg=Install_2k8x64.AddEventLog
DelReg=Install_2k8x64.DelEventLog

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

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

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

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



;SERVICE_BOOT_START         (0x0)
;SERVICE_SYSTEM_START       (0x1)
;SERVICE_AUTO_START         (0x2) 
;SERVICE_DEMAND_START       (0x3) 

[Install_2k8x32.Service]
LoadOrderGroup = PNP_TDI
DisplayName    = %IntelFCoEVirtualBus.DeviceDesc%
StartType      = 0  ; SERVICE_BOOT_START 
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
ServiceBinary  = %12%\ifP60X32.sys


[Install_2k8x64.Service]
LoadOrderGroup = PNP_TDI
DisplayName    = %IntelFCoEVirtualBus.DeviceDesc%
StartType      = 0  ; SERVICE_BOOT_START 
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
ServiceBinary  = %12%\ifP60X64.sys


;-------------------------------------------------------------------------
; FCoE DynamicBus_Device Coinstaller installation
;-------------------------------------------------------------------------
[Install_2k8x32.CoInstallers]
AddReg=Install_CoInstaller_AddReg.x32
CopyFiles=Install_CoInstaller_CopyFiles.x32

[Install_2k8x64.CoInstallers]
AddReg=Install_CoInstaller_AddReg.x64
CopyFiles=Install_CoInstaller_CopyFiles.x64


[Install_CoInstaller_AddReg.x32]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller"

[Install_CoInstaller_AddReg.x64]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller"

[Install_CoInstaller_CopyFiles.x32]
WdfCoInstaller01009.dll,WdfCx32F.dll

[Install_CoInstaller_CopyFiles.x64]
WdfCoInstaller01009.dll,WdfCx64F.dll

;-------------------------------------------------------------------------
; Coinstaller WDF Installer
;-------------------------------------------------------------------------
[Install_2k8x32.Wdf]
KmdfService = ifcoevb, ifcoevb_wdfsect

[Install_2k8x64.Wdf]
KmdfService = ifcoevb, ifcoevb_wdfsect

[ifcoevb_wdfsect]
KmdfLibraryVersion = 1.9


[Strings]
SPSVCINST_ASSOCSERVICE         = 0x00000002
Intel                          = "Intel"
DiskId1                        = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
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: web5, load: 1.00