import depuis ancien GitHub

This commit is contained in:
David Wuibaille
2025-10-31 08:38:13 +01:00
parent 6f3aeedc93
commit 6a2f2de58e
745 changed files with 178444 additions and 0 deletions

View File

@@ -0,0 +1,480 @@
;;------------------------------------------------------------------------------
;;
;; INTEL CONFIDENTIAL
;;
;; Copyright 1999-2018 Intel Corporation All Rights Reserved.
;;
;; The source code contained or described herein and all documents related
;; to the source code ("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.
;;
;;------------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Provider = %V_Intel%
DriverVer = 09/07/2018,9.9.0.59
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
CatalogFile = iansw60e.cat
;*******************************************************************************
;
; ANSMW60.INF
;
; Intel(R) Advanced Network Services Virtual Adapter
;
;*******************************************************************************
[Manufacturer]
%V_Intel% = Intel, NTamd64.6.0
[ControlFlags]
ExcludeFromSelect = *
[Intel]
[Intel.NTamd64.6.0]
%iANSMiniport.Desc% = iANSMP.ndi.NTamd64.6.0, iANSMiniport
; [Intel.NTamd64.6.0]
;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
[iANSMP.ndi.NTamd64.6.0]
AddReg = iANSMP.ndi.AddReg.w60
Characteristics = 0x80a1 ; NCF_FORCE_NDIS_NOTIFY | NCF_VIRTUAL | NCF_NOT_USER_REMOVABLE
CopyFiles = iANSMP.ndi.CopyFiles.w60
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified
[iANSMP.ndi.NTamd64.6.0.Services]
AddService = iANSMiniport, %SPSVCINST_ASSOCSERVICE%, iANSMP.AddService.w60, NetEventLog.w60
[iANSMP.ndi.NTamd64.6.0.CoInstallers]
AddReg = CoInstaller_AddReg.w60
CopyFiles = CoInstaller_CopyFiles.w60
;------------------------------------------------------------------------------
[iANSMP.ndi.CopyFiles.w60]
iansw60e.sys,,,2
iansmsg.dll,,,2
; [Event Log] sections.
;****************************************************************************
[NetEventLog.w60]
AddReg = NetEventLog.AddReg.w60
[NetEventLog.AddReg.w60]
HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_w60e%
HKR,,TypesSupported,0x00010001,7
[iANSMP.AddService.w60]
DisplayName = %iANSMiniport.Desc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ServiceBinary = %12%\iansw60e.sys
LoadOrderGroup = NDIS
ErrorControl = %SERVICE_ERROR_NORMAL%
;StartName = ; No name
AddReg = iANSMP.AddService.AddReg.w60
[iANSMP.AddService.AddReg.w60]
; ----------------------------------------------------------------------
; Add any miniport-specific parameters here. These are params that your
; miniport driver is going to use.
;
[iANSMP.ndi.AddReg.w60]
HKR,Ndi, Service, , "iANSMiniport"
HKR,Ndi, HelpText, , %iANSMiniport.Help%
HKR,Ndi\Interfaces, "UpperRange", %FLG_NOCLOBBER%, "ndis5"
HKR,Ndi\Interfaces, "LowerRange", %FLG_NOCLOBBER%, "ethernet"
;-----------------------------------------------------------------------------------
; CoInstaller section
; This section installs the CoInstaller files, and sets the registry for Intermediate driver
[CoInstaller_CopyFiles.w60]
NicCo36.dll,,, 0x00000010 ;don't overwrite
[CoInstaller_AddReg.w60]
HKR,, CoInstallers32, 0x00010000, "NicCo36.dll,NicCoInstallerEntry"
HKR,, NicCoPlugins, 0x00010000, "NCS2DMIX.dll,NCS2DMIXEntry,1"
;------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
iANSMP.ndi.CopyFiles.w60 = 12
CoInstaller_CopyFiles.w60 = 11
[SourceDisksNames]
1 = %DISKNAME%,,,
[SourceDisksFiles]
iansw60e.sys = 1
iansmsg.dll = 1
NicCo36.dll = 1
;------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------
[Strings]
CustomizedEventMessageFile_w2k = "%SystemRoot%\System32\drivers\iansw2k.sys"
CustomizedEventMessageFile_wxp = "%SystemRoot%\System32\drivers\ianswxp.sys"
CustomizedEventMessageFile_w32e = "%SystemRoot%\System32\drivers\iansw32e.sys"
CustomizedEventMessageFile_w64 = "%SystemRoot%\System32\drivers\iansw64.sys"
CustomizedEventMessageFile_w60 = "%SystemRoot%\System32\drivers\iansw60.sys"
CustomizedEventMessageFile_w60e = "%SystemRoot%\System32\drivers\iansw60e.sys"
CustomizedEventMessageFile_6064 = "%SystemRoot%\System32\drivers\ians6064.sys"
iANSMiniport.Help = "Intel(R) Advanced Network Services Virtual Adapter is used for advanced features like teaming and virtual LAN"
DISKNAME = "Intel(R) Advanced Network Services CD-ROM or floppy disk"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0804] ; Chinese (Simplified)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ĸ߼<C4B8><DFBC><EFBFBD><EFBFBD>ܡ<EFBFBD>"
DISKNAME =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9>̻<EFBFBD><CCBB><EFBFBD><EFBFBD><EFBFBD>"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0404] ; Chinese (Traditional)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> Virtual Adapter <20>ϥΩ󦨲թM<D5A9><4D><EFBFBD><EFBFBD> LAN <20><><EFBFBD>i<EFBFBD><69><EFBFBD>\<5C><><EFBFBD>C"
DISKNAME ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> <20><><EFBFBD>Ф<EFBFBD><D0A4>κϤ<CEBA>"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0407] ; German (Germany)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="Intel(R) Erweiterte Netzwerkleistungen Virtual Adapter wird f<>r erweiterte Funktionen wie Gruppenbildung und virtuelles LAN verwendet."
DISKNAME ="Intel(R) Erweiterte Netzwerkleistungen CD-ROM oder Diskette"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0C0A] ; Spanish (Spain)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="El Adaptador virtual de Servicios avanzados de red Intel(R) se utiliza para funciones avanzadas como la creaci<63>n de equipos y LAN virtual."
DISKNAME ="CD-ROM o disquete de los Servicios avanzados de red Intel(R)"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.040C] ; French (France)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="La carte virtuelle Services r<>seau avanc<6E>s Intel(R) est utilis<69>e pour les fonctionnalit<69>s <20>volu<6C>es telles que l'agr<67>gation de cartes ou les r<>seaux VLAN."
DISKNAME ="CD-ROM ou disquette Services r<>seau avanc<6E>s Intel(R)"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0410] ; Italian (Italy)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="Servizi avanzati di rete Intel(R) Virtual Adapter <20> usato per funzioni evolute quali il raggruppamento e le LAN virtuali."
DISKNAME ="CD-ROM o dischetto di Servizi avanzati di rete Intel(R)"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0411] ; Japanese (Japan)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X Virtual Adapter <20>̓`<60>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>щ<EFBFBD><D189>z LAN <20>Ȃǂ̍<C782><CC8D>x<EFBFBD>@<40>\<5C>Ɏg<C98E><67><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B"
DISKNAME ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X CD-ROM <20>܂<EFBFBD><DC82>̓t<CD83><74><EFBFBD>b<EFBFBD>s<EFBFBD>[<5B>f<EFBFBD>B<EFBFBD>X<EFBFBD>N"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0412] ; Korean (Korea)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> LAN<41><4E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>."
DISKNAME ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CD-ROM <20>Ǵ<EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD>ũ"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002
;------------------------------------------------------------------------------------
[Strings.0416] ; Portuguese (Brazil)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSMiniport.Help ="O Adaptador virtual Intel(R) para servi<76>os avan<61>ados de rede <20> usado para recursos avan<61>ados como agrupamento e LAN virtual."
DISKNAME ="CD-ROM ou disquete do Servi<76>os avan<61>ados de rede Intel(R)"
V_Intel = "Intel"
iANSMiniport.Desc = "Intel(R) Advanced Network Services Virtual Adapter"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
; StartType values
SERVICE_DEMAND_START = 0x00000003
; ErrorControl values
SERVICE_ERROR_NORMAL = 0x00000001
; Registry types
REG_MULTI_SZ = 0x10000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_ASSOCSERVICE = 0x2
; AddReg flags
FLG_NOCLOBBER = 0x00000002

View File

@@ -0,0 +1,723 @@
;;------------------------------------------------------------------------------
;;
;; INTEL CONFIDENTIAL
;;
;; Copyright 1999-2018 Intel Corporation All Rights Reserved.
;;
;; The source code contained or described herein and all documents related
;; to the source code ("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.
;;
;;------------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Provider = %V_Intel%
DriverVer = 09/07/2018,9.9.0.59
Class = NetTrans
ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
CatalogFile = iansw60e.cat
;*******************************************************************************
;
; ANSPW60.INF
;
; Intel(R) Advanced Network Services Transport
;
;*******************************************************************************
[Manufacturer]
%V_Intel% = Intel, NTamd64.6.0
[ControlFlags]
ExcludeFromSelect = *
[Intel]
[Intel.NTamd64.6.0]
%iANSProtocol.Desc% = iANSProtocol.ndi.NTamd64.6.0, iANSProtocol
;[Intel.NTamd64.6.0]
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
[iANSProtocol.ndi.NTamd64.6.0]
AddReg = iANSProtocol.ndi.AddReg.w60
Characteristics = 0x00
CopyFiles = iANSProtocol.ndi.CopyFiles.w60
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ;NdisPhysicalMediumUnspecified
[iANSProtocol.ndi.CopyFiles.w60]
iansw60e.sys,,,2
iansmsg.dll,,,2
[iANSProtocol.ndi.AddReg.w60]
HKR, Ndi, ClsId, , {B9849E51-3495-11D3-883A-0004AC066F24}
HKR, Ndi, ComponentDll,, "PRONtObj.dll"
HKR, Ndi, HelpText, , %iANSProtocol_HELP%
HKR, Ndi, Service, ,"iANSProtocol"
HKR, Ndi\Interfaces, UpperRange, , "tdi"
HKR, Ndi\Interfaces, LowerRange, , "ndis5,ndisatm"
[iANSProtocol.ndi.NTamd64.6.0.Services]
AddService = iANSProtocol, 0, Install.AddService.iANSProtocol.w60, NetEventLog.w60
[Install.AddService.iANSProtocol.w60]
DisplayName = %iANSProtocol.Desc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\iansw60e.sys
LoadOrderGroup = NDIS
AddReg = iANSProtocol.AddService.AddReg.w60
Description = %iANSProtocol.Desc%
[iANSProtocol.AddService.AddReg.w60]
HKR,Parameters\Adapters,,%FLG_ADDREG_KEYONLY%
HKR,Parameters\Interfaces,,%FLG_ADDREG_KEYONLY%
HKR,,"TextModeFlags",%REG_DWORD%,0x0001
; [Event Log] sections.
;****************************************************************************
[NetEventLog.w60]
AddReg = NetEventLog.AddReg.w60
[NetEventLog.AddReg.w60]
HKR,,EventMessageFile,0x00020000, %CustomizedEventMessageFile_w60e%
HKR,,TypesSupported,0x00010001,7
[iANSProtocol.ndi.NTamd64.6.0.Remove.Services]
DelService = iANSProtocol
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
iANSProtocol.ndi.CopyFiles.w60 = 12
[SourceDisksNames]
1 = %DISKNAME%,,,
[SourceDisksFiles]
iansw60e.sys = 1
iansmsg.dll = 1
;-----------------------------------------------------------------------------
; Empty section to exclude installation of Intel
[No_DRV]
;
;-------------------------------------------------------------------------------------
;****************************************************************************
; Localizable Strings
;****************************************************************************
;------------------------------------------------------------------------------------
[Strings]
CustomizedEventMessageFile_w2k = "%SystemRoot%\System32\drivers\iansw2k.sys"
CustomizedEventMessageFile_wxp = "%SystemRoot%\System32\drivers\ianswxp.sys"
CustomizedEventMessageFile_w32e = "%SystemRoot%\System32\drivers\iansw32e.sys"
CustomizedEventMessageFile_w64 = "%SystemRoot%\System32\drivers\iansw64.sys"
CustomizedEventMessageFile_w60 = "%SystemRoot%\System32\drivers\iansw60.sys"
CustomizedEventMessageFile_w60e = "%SystemRoot%\System32\drivers\iansw60e.sys"
CustomizedEventMessageFile_6064 = "%SystemRoot%\System32\drivers\ians6064.sys"
iANSProtocol_HELP="Intel(R) Advanced Network Services Protocol is used for advanced features like teaming and virtual LAN"
DISKNAME ="Intel(R) Advanced Network Services CD-ROM or floppy disk"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0804] ; Chinese (Simplified)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP=<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Э<EFBFBD><D0AD><EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ĸ߼<C4B8><DFBC><EFBFBD><EFBFBD>ܡ<EFBFBD>"
DISKNAME =<>ض<EFBFBD>(R) <20>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9>̻<EFBFBD><CCBB><EFBFBD><EFBFBD><EFBFBD>"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0404] ; Chinese (Traditional)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> Protocol <20>ϥΩ󦨲թM<D5A9><4D><EFBFBD><EFBFBD> LAN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>i<EFBFBD><69><EFBFBD>\<5C><><EFBFBD>C"
DISKNAME ="Intel(R) <20>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> <20><><EFBFBD>Ф<EFBFBD><D0A4>κϤ<CEBA>"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0407] ; German (Germany)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="Intel(R) Erweiterte Netzwerkleistungen Protocol wird f<>r erweiterte Funktionen wie Gruppenbildung und virtuelles LAN verwendet."
DISKNAME ="Intel(R) Erweiterte Netzwerkleistungen CD-ROM oder Diskette"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0C0A] ; Spanish (Spain)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="El Protocolo de Servicios avanzados de red Intel(R) se utiliza para funciones avanzadas como la creaci<63>n de equipos y LAN virtual."
DISKNAME ="CD-ROM o disquete de los Servicios avanzados de red Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.040C] ; French (France)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="Le protocole Services r<>seau avanc<6E>s Intel(R) est utilis<69> pour les fonctionnalit<69>s <20>volu<6C>es telles que l'agr<67>gation de cartes ou les r<>seaux VLAN."
DISKNAME ="CD-ROM ou disquette Services r<>seau avanc<6E>s Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0410] ; Italian (Italy)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="Servizi avanzati di rete Intel(R) Protocol <20> usato per funzioni evolute quali il raggruppamento e le LAN virtuali."
DISKNAME ="CD-ROM o dischetto di Servizi avanzati di rete Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0411] ; Japanese (Japan)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X Protocol <20>̓`<60>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>щ<EFBFBD><D189>z LAN <20>Ȃǂ̍<C782><CC8D>x<EFBFBD>@<40>\<5C>Ɏg<C98E><67><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B"
DISKNAME ="<22>C<EFBFBD><43><EFBFBD>e<EFBFBD><65>(R) <20>A<EFBFBD>h<EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>g<EFBFBD>E<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>E<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X CD-ROM <20>܂<EFBFBD><DC82>̓t<CD83><74><EFBFBD>b<EFBFBD>s<EFBFBD>[<5B>f<EFBFBD>B<EFBFBD>X<EFBFBD>N"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0412] ; Korean (Korea)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> LAN<41><4E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>."
DISKNAME ="<22><><EFBFBD><EFBFBD>(R) <20><><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>ũ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CD-ROM <20>Ǵ<EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD>ũ"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010
;------------------------------------------------------------------------------------
[Strings.0416] ; Portuguese (Brazil)
CustomizedEventMessageFile_w2k ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_wxp ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w32e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w64 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_w60e ="%SystemRoot%\System32\drivers\iANSmsg.dll"
CustomizedEventMessageFile_6064 ="%SystemRoot%\System32\drivers\iANSmsg.dll"
iANSProtocol_HELP="O Protocolo de Servi<76>os avan<61>ados de rede Intel(R) <20> usado para recursos avan<61>ados como agrupamento e LAN virtual."
DISKNAME ="CD-ROM ou disquete do Servi<76>os avan<61>ados de rede Intel(R)"
V_Intel="Intel"
iANSProtocol.Desc="Intel(R) Advanced Network Services Protocol"
; ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
; StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; Characteristic flags
NCF_VIRTUAL = 0x0001
NCF_WRAPPER = 0x0002
NCF_PHYSICAL = 0x0004
NCF_HIDDEN = 0x0008
NCF_NO_SERVICE = 0x0010
NCF_NOT_USER_REMOVABLE = 0x0020
NCF_HAS_UI = 0x0080
NCF_MODEM = 0x0100
; Registry types
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
; Service install flags
SPSVCINST_TAGTOFRONT = 0x1
SPSVCINST_ASSOCSERVICE = 0x2
FLG_ADDREG_KEYONLY = 0x00000010

View File

@@ -0,0 +1,63 @@
indv.sys and i40wb.dll contain portions of software covered by
the following licenses:
/*
* Copyright (c) 2013-2016 Intel Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* This software is available to you under the OpenIB.org BSD license
* below:
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above
* copyright notice, this list of conditions and the following
* disclaimer.
*
* - Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
/*
* Copyright (c) 2008-2016 Intel Corporation. All rights reserved.
* Portions (c) Microsoft Corporation. All rights reserved.
*
* This software is available to you under the OpenIB.org BSD license
* below:
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above
* copyright notice, this list of conditions and the following
* disclaimer.
*
* - Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

View File

@@ -0,0 +1,225 @@
;/******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2006-2013 Intel Corporation All Rights Reserved. **
;** **
;** The source code contained or described herein and all documents related **
;** to the source code ("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$
;* $Source$
;******************************************************************************/
;-------------------------------------------------------------------------
; IFCoEVB.INF -- Intel(R) FCoE Dynamic Bus Driver
;
;-------------------------------------------------------------------------
[Version]
Signature = "$WINDOWS NT$"
Class = System
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = %Intel%
CatalogFile = ifb63x64.cat
DriverVer=10/07/2016,1.19.22.0
[Manufacturer]
%Intel% = Intel, NTamd64.6.2
[Intel]
[Intel.NTamd64.6.2]
%IntelFCoEVirtualBus.DeviceDesc%=Install_Win8x64, Root\IFCoEVB
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_Win8x64]
AddReg=Install.AddReg
;
CopyFiles=CopyFiles_Win8x64, MessageDll_CopyFiles
[CopyFiles_Win8x64]
ifP63x64.sys,,,2
[MessageDll_CopyFiles]
FCoEMsg.dll,,,2
[SourceDisksNames]
1 = %DiskId1%,,,
[SourceDisksFiles]
ifP63x64.sys = 1,,
WdfCx64F.dll = 1 ;
FCoEMsg.dll = 1,,
[DestinationDirs]
DefaultDestDir = 12
Install_CoInstaller_CopyFiles.x64 = 11
MessageDll_CopyFiles = 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_Win8x64.Services]
AddService=IFCoEVB,%SPSVCINST_ASSOCSERVICE%,Install_Win8x64.Service, Install_Win8x64.EventLog
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_Win8x64.EventLog]
AddReg=Install_Win8x64.AddEventLog
DelReg=Install_Win8x64.DelEventLog
[Install_Win8x64.AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPath%
HKR,, TypesSupported, 0x00010001, 7
[Install_Win8x64.DelEventLog]
HKR,, EventMessageFile
HKR,, TypesSupported
;SERVICE_BOOT_START (0x0)
;SERVICE_SYSTEM_START (0x1)
;SERVICE_AUTO_START (0x2)
;SERVICE_DEMAND_START (0x3)
[Install_Win8x64.Service]
LoadOrderGroup = PNP_TDI
DisplayName = %IntelFCoEVirtualBus.DeviceDesc%
StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
ServiceBinary = %12%\ifp63x64.sys
;-------------------------------------------------------------------------
; FCoE DynamicBus_Device Coinstaller installation
;-------------------------------------------------------------------------
[Install_Win8x64.CoInstallers]
AddReg=Install_CoInstaller_AddReg.x64
CopyFiles=Install_CoInstaller_CopyFiles.x64
[Install_CoInstaller_CopyFiles.x64]
WdfCoInstaller01009.dll,WdfCx64F.dll
[Install_CoInstaller_AddReg.x64]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller"
;-------------------------------------------------------------------------
; Coinstaller WDF Installer
;-------------------------------------------------------------------------
[Install_Win8x64.Wdf]
KmdfService = ifcoevb, ifcoevb_wdfsect
[ifcoevb_wdfsect]
KmdfLibraryVersion = 1.9
[Strings]
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ifp63x64.sys"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0804] ; Chinese (Simplified)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0404] ; Chinese (Traditional)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0407] ; German (Germany)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0C0A] ; Spanish (Spain)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.040C] ; French (France)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0410] ; Italian (Italy)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0411] ; Japanese (Japan)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0412] ; Korean (Korea)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0416] ; Portuguese (Brazil)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0C04] ; Chinese (Traditional)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"

View File

@@ -0,0 +1,273 @@
;/******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2006-2013 Intel Corporation All Rights Reserved. **
;** **
;** The source code contained or described herein and all documents related **
;** to the source code ("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$
;* $Source$
;******************************************************************************/
;-------------------------------------------------------------------------
; IFCoEMP.INF -- Intel(R) FCoE Miniport Driver
;-------------------------------------------------------------------------
[Version]
Signature = "$WINDOWS NT$"
Class = SCSIAdapter
ClassGuid = {4d36e97b-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = ifcoemp.cat
DriverVer=10/07/2016,1.19.22.0
[Manufacturer]
%Intel% = Intel, NTAMD64.6.0, NTAMD64.6.2
[Intel]
;Install on 2008/R2.
[Intel.NTAMD64.6.0]
%IntelFCoEDevice.DeviceDesc%=Install_2k8x64, {4d36e97b-e325-11ce-bfc1-08002be10318}\IntelFCoEDevice, {4d36e97b-e325-11ce-bfc1-08002be10318}\IntelCompatibleFCoEDevice
; Block on 2012.
[Intel.NTAMD64.6.2]
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_2k8x64]
AddReg=Install.AddReg
CopyFiles=CopyFiles_2k8x64
[Install.AddReg]
HKR,"ScsiPort","NeedsSystemShutdownNotification",0x00010001,1
;-------------------------------------------------------------------------
; Delete Registry Parameters for the Drivers
;-------------------------------------------------------------------------
;[Install.DelReg]
;HKR,"Parameters",,0x00002000
[CopyFiles_2k8x64]
ifM60x64.sys,,,2
;-------------------------------------------------------------------------
; CoInstallers Section
;-------------------------------------------------------------------------
[Install_2k8x64.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles
[CoInstaller_AddReg]
HKR,, CoInstallers32, 0x00010000, "NicCo36.dll,NicCoInstallerEntry"
HKR,, NicCoPlugins, 0x00010000, "FCoEGUI.dll,FCOEGUIEntry,1"
[CoInstaller_CopyFiles]
NicCo36.dll,,,
;-------------------------------------------------------------------------
; Disk/Destination
;-------------------------------------------------------------------------
[SourceDisksFiles]
ifM60x64.sys = 1
NicCo36.dll = 1
[SourceDisksNames]
1 = %DiskId1%,,,
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
CoInstaller_CopyFiles = 11
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install_2k8x64.Services]
AddService=IFCoEMP,%SPSVCINST_ASSOCSERVICE%,Install_2k8x64.Service, Install_2k8x64.EventLog
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_2k8x64.EventLog]
AddReg=Install_2k8x64.AddEventLog
DelReg=Install_2k8x64.DelEventLog
;SERVICE_BOOT_START (0x0)
;SERVICE_SYSTEM_START (0x1)
;SERVICE_AUTO_START (0x2)
;SERVICE_DEMAND_START (0x3)
[Install_2k8x64.Service]
;LoadOrderGroup = FCoE Miniport
StartType = 0 ; SERVICE_BOOT_START
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\ifM60x64.sys
AddReg = pnpsafe_isa_addreg, bustype_fcoe_addreg
DisplayName = %IntelFCoEDevice.DeviceDesc%
[Install_2k8x64.AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPathA%
HKR,, TypesSupported, 0x00010001, 7
[Install_2k8x64.DelEventLog]
HKR,, EventMessageFile
HKR,, TypesSupported
;-------------------------------------------------------------------------
; Registry Parameters for the Drivers
;-------------------------------------------------------------------------
[pnpsafe_isa_addreg]
HKR, "Parameters\PnpInterface", "1", %REG_DWORD%, 0x00000001
;-------------------------------------------------------------------------
; Registry Parameter to indicate BusType to Port Driver
;-------------------------------------------------------------------------
[bustype_fcoe_addreg]
HKR, "Parameters", "BusType", 0x00010001, 0x00000006
[Strings]
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ifM60x64.sys" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0804] ; Chinese (Simplified)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0404] ; Chinese (Traditional)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0407] ; German (Germany)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0C0A] ; Spanish (Spain)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.040C] ; French (France)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0410] ; Italian (Italy)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0411] ; Japanese (Japan)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0412] ; Korean (Korea)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0416] ; Portuguese (Brazil)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0C04] ; Chinese (Traditional)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"

View File

@@ -0,0 +1,205 @@
;/******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2006-2013 Intel Corporation All Rights Reserved. **
;** **
;** The source code contained or described herein and all documents related **
;** to the source code ("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$
;* $Source$
;******************************************************************************/
;-------------------------------------------------------------------------
; IFCoEProt.INF -- Intel(R) FCoE Protocol Driver
;
;-------------------------------------------------------------------------
[version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = ifcoepr.cat
DriverVer=10/07/2016,1.19.22.0
[Manufacturer]
%Intel% = Intel, NTAMD64.6.0, NTAMD64.6.2
[Intel]
;Install on 2008/R2.
[Intel.NTAMD64.6.0]
%IFCoEProt_Desc%=Install_2k8x64, IFCoEProt
; Block on 2012.
[Intel.NTAMD64.6.2]
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_2k8x64]
AddReg=Install.Ndi
Characteristics=0x20 ;NCF_NOT_USER_REMOVABLE
CopyFiles=CopyFiles_2k8x64
[CopyFiles_2k8x64]
ifp60x64.sys,,,2
[SourceDisksNames]
1 = %DiskId1%,,,
[SourceDisksFiles]
ifp60x64.sys = 1,,
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
;-------------------------------------------------------------------------
; Ndi installation support
;-------------------------------------------------------------------------
[Install.Ndi]
HKR, Ndi, Service,, "IFCoEProt"
HKR, Ndi, HelpText,, %IFCoEProt_Desc%
HKR, Ndi\Interfaces, "UpperRange",, noupper
HKR, "Ndi\Interfaces", "LowerRange",, IFCoE
;HKR, "Ndi\Interfaces", "LowerRange",, "ndis5,ndis6"
HKR, Ndi, ClsID,, {9C38842E-F63A-426b-A707-40DC9EEEA178}
HKR, Ndi, ComponentDll,, "FCNTObj.dll"
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install_2k8x64.Services]
AddService=IFCoEProt,,Install_2k8x64.Service, Install_2k8x64.EventLog
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_2k8x64.EventLog]
AddReg=Install_2k8x64.AddEventLog
DelReg=Install_2k8x64.DelEventLog
[Install_2k8x64.AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPathA%
HKR,, TypesSupported, 0x00010001, 7
[Install_2k8x64.DelEventLog]
HKR,, EventMessageFile
HKR,, TypesSupported
;SERVICE_BOOT_START (0x0)
;SERVICE_SYSTEM_START (0x1)
;SERVICE_AUTO_START (0x2)
;SERVICE_DEMAND_START (0x3)
[Install_2k8x64.Service]
;LoadOrderGroup = NDIS ; Comes from VB instead
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
ServiceBinary = %12%\ifp60X64.sys
Description = %IFCoEProt_Desc%
DisplayName = %IFCoEProt_DisplayName%
[Strings]
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ifP60X64.sys" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0804] ; Chinese (Simplified)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0404] ; Chinese (Traditional)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0407] ; German (Germany)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0C0A] ; Spanish (Spain)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.040C] ; French (France)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0410] ; Italian (Italy)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0411] ; Japanese (Japan)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0412] ; Korean (Korea)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0416] ; Portuguese (Brazil)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0C04] ; Chinese (Traditional)
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;for x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"

View File

@@ -0,0 +1,232 @@
;/******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2006-2013 Intel Corporation All Rights Reserved. **
;** **
;** The source code contained or described herein and all documents related **
;** to the source code ("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$
;* $Source$
;******************************************************************************/
;-------------------------------------------------------------------------
; 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=10/07/2016,1.19.22.0
[Manufacturer]
%Intel%=Intel, NTAMD64.6.0, NTAMD64.6.2
[Intel]
;Install on 2008/R2.
[Intel.NTAMD64.6.0]
%IntelFCoEVirtualBus.DeviceDesc%=Install_2k8x64, Root\IFCoEVB
; Block on 2012.
[Intel.NTAMD64.6.2]
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_2k8x64]
AddReg=Install.AddReg
CopyFiles=CopyFiles_2k8x64, MessageDll_CopyFiles
[CopyFiles_2k8x64]
ifP60x64.sys,,,2
[MessageDll_CopyFiles]
FCoEMsg.dll,,,2
[SourceDisksNames]
1 = %DiskId1%,,,
[SourceDisksFiles]
ifP60x64.sys = 1,,
WdfCx64F.dll = 1 ;
FCoEMsg.dll = 1,,
[DestinationDirs]
DefaultDestDir = 12
Install_CoInstaller_CopyFiles.x64 = 11
MessageDll_CopyFiles = 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_2k8x64.Services]
AddService=IFCoEVB,%SPSVCINST_ASSOCSERVICE%,Install_2k8x64.Service, Install_2k8x64.EventLog
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_2k8x64.EventLog]
AddReg=Install_2k8x64.AddEventLog
DelReg=Install_2k8x64.DelEventLog
[Install_2k8x64.AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPathA%
HKR,, TypesSupported, 0x00010001, 7
[Install_2k8x64.DelEventLog]
HKR,, EventMessageFile
HKR,, TypesSupported
;SERVICE_BOOT_START (0x0)
;SERVICE_SYSTEM_START (0x1)
;SERVICE_AUTO_START (0x2)
;SERVICE_DEMAND_START (0x3)
[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_2k8x64.CoInstallers]
AddReg=Install_CoInstaller_AddReg.x64
CopyFiles=Install_CoInstaller_CopyFiles.x64
[Install_CoInstaller_AddReg.x64]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller"
[Install_CoInstaller_CopyFiles.x64]
WdfCoInstaller01009.dll,WdfCx64F.dll
;-------------------------------------------------------------------------
; Coinstaller WDF Installer
;-------------------------------------------------------------------------
[Install_2k8x64.Wdf]
KmdfService = ifcoevb, ifcoevb_wdfsect
[ifcoevb_wdfsect]
KmdfLibraryVersion = 1.9
[Strings]
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ifP60X64.sys" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0804] ; Chinese (Simplified)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0404] ; Chinese (Traditional)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0407] ; German (Germany)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0C0A] ; Spanish (Spain)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.040C] ; French (France)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0410] ; Italian (Italy)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0411] ; Japanese (Japan)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0412] ; Korean (Korea)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0416] ; Portuguese (Brazil)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"
[Strings.0C04] ; Chinese (Traditional)
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPathA = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll" ;For x64
DiskId1 = "Intel(R) FCoE Installation Disk"
IntelFCoEVirtualBus.DeviceDesc = "Intel(R) Ethernet Virtual Bus Driver for FCoE"

View File

@@ -0,0 +1,263 @@
;/******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2006-2013 Intel Corporation All Rights Reserved. **
;** **
;** The source code contained or described herein and all documents related **
;** to the source code ("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$
;* $Source$
;******************************************************************************/
;-------------------------------------------------------------------------
; ifm63x64.INF -- Intel(R) FCoE Miniport Driver
;-------------------------------------------------------------------------
[Version]
Signature = "$WINDOWS NT$"
Class = SCSIAdapter
ClassGuid = {4d36e97b-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = ifm63x64.cat
DriverVer=10/07/2016,1.19.22.0
[Manufacturer]
%Intel% = Intel, NTamd64.6.2
[Intel]
[Intel.NTamd64.6.2]
%IntelFCoEDevice.DeviceDesc%=Install_Win8x64, {4d36e97b-e325-11ce-bfc1-08002be10318}\IntelFCoEDevice, {4d36e97b-e325-11ce-bfc1-08002be10318}\IntelCompatibleFCoEDevice
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_Win8x64]
AddReg=Install.AddReg
CopyFiles=CopyFiles_Win8x64
[Install.AddReg]
HKR,"ScsiPort","NeedsSystemShutdownNotification",0x00010001,1
;-------------------------------------------------------------------------
; Delete Registry Parameters for the Drivers
;-------------------------------------------------------------------------
;[Install.DelReg]
;HKR,"Parameters",,0x00002000
[CopyFiles_Win8x64]
ifM63x64.sys,,,2
;-------------------------------------------------------------------------
; CoInstallers Section
;-------------------------------------------------------------------------
[Install_Win8x64.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles
[CoInstaller_AddReg]
HKR,, CoInstallers32, 0x00010000, "NicCo36.dll,NicCoInstallerEntry"
HKR,, NicCoPlugins, 0x00010000, "FCoEGUI.dll,FCOEGUIEntry,1"
[CoInstaller_CopyFiles]
NicCo36.dll,,,
;-------------------------------------------------------------------------
; Disk/Destination
;-------------------------------------------------------------------------
[SourceDisksFiles]
ifM63x64.sys = 1
NicCo36.dll = 1
[SourceDisksNames]
1 = %DiskId1%,,,
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
CoInstaller_CopyFiles = 11
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install_Win8x64.Services]
AddService=IFCoEMP,%SPSVCINST_ASSOCSERVICE%,Install_Win8x64.Service, Install_Win8x64.EventLog
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_Win8x64.EventLog]
AddReg=Install_Win8x64.AddEventLog
DelReg=Install_Win8x64.DelEventLog
;SERVICE_BOOT_START (0x0)
;SERVICE_SYSTEM_START (0x1)
;SERVICE_AUTO_START (0x2)
;SERVICE_DEMAND_START (0x3)
[Install_Win8x64.Service]
;LoadOrderGroup = FCoE Miniport
StartType = 0 ; SERVICE_BOOT_START
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\ifM63x64.sys
AddReg = pnpsafe_isa_addreg, bustype_fcoe_addreg
DisplayName = %IntelFCoEDevice.DeviceDesc%
[Install_Win8x64.AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPath%
HKR,, TypesSupported, 0x00010001, 7
[Install_Win8x64.DelEventLog]
HKR,, EventMessageFile
HKR,, TypesSupported
;-------------------------------------------------------------------------
; Registry Parameters for the Drivers
;-------------------------------------------------------------------------
[pnpsafe_isa_addreg]
HKR, "Parameters\PnpInterface", "1", %REG_DWORD%, 0x00000001
;-------------------------------------------------------------------------
; Registry Parameter to indicate BusType to Port Driver
;-------------------------------------------------------------------------
[bustype_fcoe_addreg]
HKR, "Parameters", "BusType", 0x00010001, 0x00000006
HKR, "Parameters", "IoTimeoutValue", 0x00010003, 0x0000003c
[Strings]
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ifM63x64.sys"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0804] ; Chinese (Simplified)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0404] ; Chinese (Traditional)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0407] ; German (Germany)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0C0A] ; Spanish (Spain)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.040C] ; French (France)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0410] ; Italian (Italy)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0411] ; Japanese (Japan)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0412] ; Korean (Korea)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0416] ; Portuguese (Brazil)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"
[Strings.0C04] ; Chinese (Traditional)
REG_DWORD = 0x00010001
REG_STRING = 0x00000000
REG_BINARY = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Device Installation Media"
IntelFCoEDevice.DeviceDesc = "Intel(R) Ethernet Virtual Storage Miniport Driver for FCoE"

View File

@@ -0,0 +1,216 @@
;/******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2006-2013 Intel Corporation All Rights Reserved. **
;** **
;** The source code contained or described herein and all documents related **
;** to the source code ("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$
;* $Source$
;******************************************************************************/
;-------------------------------------------------------------------------
; IFCoEProt.INF -- Intel(R) FCoE Protocol Driver
;
;-------------------------------------------------------------------------
[version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = ifp63x64.cat
DriverVer=10/07/2016,1.19.22.0
[Manufacturer]
%Intel% = Intel, NTamd64.6.2
[Intel]
[Intel.NTamd64.6.2]
%IFCoEProt_Desc%=Install_Win8x64, IFCoEProt
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install_Win8x64]
AddReg=Install.Ndi
Characteristics=0x20 ;NCF_NOT_USER_REMOVABLE
CopyFiles=CopyFiles_Win8x64
[CopyFiles_Win8x64]
ifp63x64.sys,,,2
[SourceDisksNames]
1 = %DiskId1%,,,
[SourceDisksFiles]
ifp63x64.sys = 1,,
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
;-------------------------------------------------------------------------
; Ndi installation support
;-------------------------------------------------------------------------
[Install.Ndi]
HKR, Ndi, Service,, "IFCoEProt"
HKR, Ndi, HelpText,, %IFCoEProt_Desc%
HKR, Ndi\Interfaces, "UpperRange",, noupper
HKR, "Ndi\Interfaces", "LowerRange",, IFCoE
;HKR, "Ndi\Interfaces", "LowerRange",, "ndis5,ndis6"
HKR, Ndi, ClsID,, {9C38842E-F63A-426b-A707-40DC9EEEA178}
HKR, Ndi, ComponentDll,, "FCNTObj.dll"
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install_Win8x64.Services]
AddService=IFCoEProt,,Install_Win8x64.Service, Install_Win8x64.EventLog
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[Install_Win8x64.EventLog]
AddReg=Install_Win8x64.AddEventLog
DelReg=Install_Win8x64.DelEventLog
[Install_Win8x64.AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPath%
HKR,, TypesSupported, 0x00010001, 7
[Install_Win8x64.DelEventLog]
HKR,, EventMessageFile
HKR,, TypesSupported
;SERVICE_BOOT_START (0x0)
;SERVICE_SYSTEM_START (0x1)
;SERVICE_AUTO_START (0x2)
;SERVICE_DEMAND_START (0x3)
[Install_Win8x64.Service]
;LoadOrderGroup = NDIS ; Comes from VB instead
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
ServiceBinary = %12%\ifp63x64.sys
AddReg = NdisImPlatformBinding_Reg
Description = %IFCoEProt_Desc%
DisplayName = %IFCoEProt_DisplayName%
;-------------------------------------------------------------------------
; Registry Parameter to indicate LBFO related binding behaviour
;-------------------------------------------------------------------------
[NdisImPlatformBinding_Reg]
; By default, when an LBFO team or Bridge is created, all protocols will be
; unbound from the underlying members and bound to the TNic(s). This keyword
; allows a component to opt out of the default behavior
; To prevent binding this protocol to the TNic(s):
; HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,1 ; Do not bind to TNic
; To prevent unbinding this protocol from underlying members:
; HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,2 ; Do not unbind from Members
; To prevent both binding to TNic and unbinding from members:
; HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,3 ; Do not bind to TNic or unbind from Members
HKR, "Parameters", "NdisImPlatformBindingOptions",0x00010001,3 ; Protocol Driver behavior.
[Strings]
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ifp63x64.sys"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0804] ; Chinese (Simplified)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0404] ; Chinese (Traditional)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0407] ; German (Germany)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0C0A] ; Spanish (Spain)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.040C] ; French (France)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0410] ; Italian (Italy)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0411] ; Japanese (Japan)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0412] ; Korean (Korea)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0416] ; Portuguese (Brazil)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"
[Strings.0C04] ; Chinese (Traditional)
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\FCoEMsg.dll"
DiskId1 = "Intel(R) FCoE Installation Disk"
IFCoEProt_Desc = "Intel(R) Ethernet FCoE Protocol Driver"
IFCoEProt_DisplayName = "Intel(R) Ethernet FCoE Protocol Driver"

View File

@@ -0,0 +1,206 @@
;/*****************************************************************************
;** **
;** Copyright 2006 2013 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<65>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. **
;*****************************************************************************/
;
;******************************************************************************
; ilp60x64.inf (x64-bit Windows Server 2008)
; $Revision$
;
[version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = ilp60x64.cat
DriverVer = 09/12/2016,1.32.0.0
[Manufacturer]
%Intel% = Intel, NTamd64.6.0
[Intel.NTamd64.6.0]
; DisplayName Section DeviceID
; ----------- ------- --------
%iLldpProt_ProtDesc3% = ilp60x64, iLldpProt
[ilp60x64]
Characteristics = 0x20 ;NCF_NOT_USER_REMOVABLE
AddReg = illdpprot_reg
CopyFiles = ilp60x64_CopyFiles, MessageDll_CopyFiles
[ilp60x64.Services]
AddService = illdpprot, , ilp60x64_Service, EventLog
DelService = illdpprot, 0x204
[EventLog]
AddReg = AddEventLog
; AddReg sections
[illdpprot_reg]
HKR, Ndi, ClsID, , {D6F4587C-A64B-47fc-8B0C-AA4792FC27EC}
HKR, Ndi, ComponentDll, , "DCBNtObj.dll"
HKR, Ndi\Interfaces, UpperRange, , noupper
HKR, Ndi\Interfaces, LowerRange, , "illdpprot"
HKR, Ndi, Service, , "illdpprot"
HKR, Ndi, HelpText, , %iLldpProt_HelpText%
; AddService sections
[ilp60x64_service]
DisplayName = %iLldpProt_ProtDesc2%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 0 ;%SERVICE_BOOT_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\ilp60x64.sys
LoadOrderGroup = NDIS
Description = %iLldpProt_ProtDesc3%
AddReg = NdisImPlatformBinding_Reg
[NdisImPlatformBinding_Reg]
; By default, when an LBFO team or Bridge is created, all protocols will be
; unbound from the underlying members and bound to the TNic(s). This keyword
; allows a component to opt out of the default behavior
; To prevent binding this protocol to the TNic(s):
; HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,1 ; Do not bind to TNic
; To prevent unbinding this protocol from underlying members:
; HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,2 ; Do not unbind from Members
; To prevent both binding to TNic and unbinding from members:
; HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,3 ; Do not bind to TNic or unbind from Members
HKR, Parameters, NdisImPlatformBindingOptions,0x00010001,3 ; Do not bind to TNic or unbind from Members
[AddEventLog]
HKR,, EventMessageFile, 0x00020000, %iLldpEventLogPath%
HKR,, TypesSupported, 0x00010001, 7
; CopyFiles sections
[ilp60x64_CopyFiles]
ilp60x64.sys,,,2
[MessageDll_CopyFiles]
LLDPMsg.dll,,,2
[DestinationDirs]
ilp60x64_CopyFiles = 12
MessageDll_CopyFiles = 11
[SourceDisksNames]
1 = %DISKNAME%,,,
[SourceDisksFiles]
ilp60x64.sys = 1
LLDPMsg.dll = 1
[Strings]
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ilp60x64.sys"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "A driver to support DCB on capable devices"
[Strings.0804] ; Chinese (Simplified)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "<22>ڼ<EFBFBD><DABC><EFBFBD><EFBFBD><EFBFBD><E8B1B8>֧<EFBFBD><D6A7> DCB <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
[Strings.0404] ; Chinese (Traditional)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "<22><EFBFBD><E4B4A9><EFBFBD>\<5C><><EFBFBD>˸m<CBB8>W<EFBFBD><57> DCB <20><><EFBFBD>X<EFBFBD>ʵ{<7B><>"
[Strings.0407] ; German (Germany)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "Ein Treiber, der DBC auf geeigneten Ger<65>ten unterst<73>tzt"
[Strings.0C0A] ; Spanish (Spain)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "Un controlador para admitir DCB en dispositivos compatibles"
[Strings.040C] ; French (France)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "Un pilote assurant la prise en charge de DCB sur les p<>riph<70>riques compatibles"
[Strings.0410] ; Italian (Italy)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "Driver per supportare DCB sui dispositivi compatibili"
[Strings.0411] ; Japanese (Japan)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "<22>Ή<EFBFBD><CE89>f<EFBFBD>o<EFBFBD>C<EFBFBD>X<EFBFBD><58> DCB <20><><EFBFBD>T<EFBFBD>|<7C>[<5B>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>h<EFBFBD><68><EFBFBD>C<EFBFBD>o<EFBFBD>["
[Strings.0412] ; Korean (Korea)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "<22><>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD> DCB<43><42> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD>"
[Strings.0416] ; Portuguese (Brazil)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "Driver para suportar DCB em dispositivos habilitados"
[Strings.0C04] ; Chinese (Traditional)
Intel = "Intel"
DISKNAME="Intel(R) PRO/10GbE Driver Disk"
iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver"
iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\LLDPMsg.dll"
; This text shows up in Network Connection property page when LLDP protocol is selected.
iLldpProt_HelpText = "<22><EFBFBD><E4B4A9><EFBFBD>\<5C><><EFBFBD>˸m<CBB8>W<EFBFBD><57> DCB <20><><EFBFBD>X<EFBFBD>ʵ{<7B><>"

View File

@@ -0,0 +1,84 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2009-2017 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1d65x64.Din
; $Revision: 1.1 $
;
; Intel(R) Network Connections
;
; Version 1.0.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8257x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8257x.DelReg
[e1000.DelFiles]
e1d65x64.sys,,,1
[CoInstaller.DelFiles]
e1dmsg.dll,,,1
NicCo36.dll,,,1
NicCo4.dll,,,1
NicInstD.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1d65x64.din,,,1
[8257x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,82 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2004-2017 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1r65x64.din
;
; Intel(R) Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8254x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8254x.DelReg
[e1000.DelFiles]
e1r65x64.sys,,,1
[CoInstaller.DelFiles]
e1rmsg.dll,,,1
NicCo4.dll,,,1
NicInE1R.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1r65x64.din,,,1
[8254x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,16 @@
The driver package in this folder is intended for use in upgrading existing Universal Windows drivers for devices based on the following controllers:
* Intel(R) PRO/1000 EB and EB1 Network Connections
* Intel(R) PRO/1000 PF Network Connections and Adapters
* Intel(R) PRO/1000 PT Network Connections and Adapters
* Intel(R) Gigabit PT Quad Port Server ExpressModule
* Network Connections based on the Intel(R) 82566 Controller
* Intel(R) PRO/1000 PB Dual Port Server Connection
* Intel(R) PRO/1000 PB Server Connection
You can install Intel's Ethernet Universal Windows Drivers using the SetupBD.exe utility.
1) Download the latest Ethernet driver package and extract it to a temporary directory.
2) Copy all the files from <temporary directory>\<device family>\Win32|Winx64\NDIS65\Universal to <temporary directory>\<device family>\<Win32|Winx64>\NDIS65\. This will replace the standard drivers with the Universal Windows Drivers.
3) Run <temporary directory>\APPS\SETUP\SETUPBD\Win32|Winx64\SetupBD.exe

View File

@@ -0,0 +1,83 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2009-2015 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1c65x64.Din
; $Revision: 1.1 $
;
; Intel(R) Network Connections
;
; Version 1.0.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8257x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8257x.DelReg
[e1000.DelFiles]
e1c65x64.sys,,,1
[CoInstaller.DelFiles]
e1cmsg.dll,,,1
NicCo4.dll,,,1
NicInstC.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1c65x64.din,,,1
[8257x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,84 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2009-2017 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1d65x64.Din
; $Revision: 1.1 $
;
; Intel(R) Network Connections
;
; Version 1.0.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8257x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8257x.DelReg
[e1000.DelFiles]
e1d65x64.sys,,,1
[CoInstaller.DelFiles]
e1dmsg.dll,,,1
NicCo36.dll,,,1
NicCo4.dll,,,1
NicInstD.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1d65x64.din,,,1
[8257x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,82 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2004-2017 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1r65x64.din
;
; Intel(R) Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8254x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8254x.DelReg
[e1000.DelFiles]
e1r65x64.sys,,,1
[CoInstaller.DelFiles]
e1rmsg.dll,,,1
NicCo4.dll,,,1
NicInE1R.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1r65x64.din,,,1
[8254x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,82 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2004-2015 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1s65x64.din
;
; Intel(R) Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8254x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8254x.DelReg
[e1000.DelFiles]
e1s65x64.sys,,,1
[CoInstaller.DelFiles]
e1smsg.dll,,,1
NicCo4.dll,,,1
NicInE1S.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1s65x64.din,,,1
[8254x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,789 @@
;******************************************************************************
;** **
;** Copyright 2007-2015 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("Material") is owned by Intel Corporation or its **
;** suppliers or licensors, and title to such Material remains with Intel **
;** Corporation or its suppliers or licensors. The Material contains **
;** proprietary information of Intel or its suppliers and licensors. The **
;** Material is protected by worldwide copyright 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 or other intellectual property **
;** rights in the Material is granted to or conferred upon you, either **
;** expressly, by implication, inducement, estoppel or otherwise. Any **
;** license under such intellectual property rights must be express and **
;** approved by Intel in writing. **
;** **
;** Unless otherwise agreed by Intel in writing, you may not remove or **
;** alter this notice or any other notice embedded in Materials by Intel **
;** or Intel<65>s suppliers or licensors in any way. **
;******************************************************************************
;
;******************************************************************************
; e1s65x64.INF (Intel 64 bit extension Platform Only,
; Windows 10 64 bit extension)
;
; Intel(R) Gigabit Adapters
;******************************************************************************
;
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = e1s65x64.cat
DriverVer = 08/04/2016,12.15.184.0
[Manufacturer]
%Intel% = Intel, NTamd64.10.0, NTamd64.10.0.1
[ControlFlags]
ExcludeFromSelect = *
[Intel]
[Intel.NTamd64.10.0.1]
; DisplayName Section DeviceID
; ----------- ------- --------
%E1F40NC.DeviceDesc% = E1F40.10.0.1, PCI\VEN_8086&DEV_1F40
%E1F41NC.DeviceDesc% = E1F41.10.0.1, PCI\VEN_8086&DEV_1F41
%E1F45NC.DeviceDesc% = E1F40.10.0.1, PCI\VEN_8086&DEV_1F45
[Intel.NTamd64.10.0]
; DisplayName Section DeviceID
; ----------- ------- --------
%E1F40NC.DeviceDesc% = E1F40, PCI\VEN_8086&DEV_1F40
%E1F41NC.DeviceDesc% = E1F41, PCI\VEN_8086&DEV_1F41
%E1F45NC.DeviceDesc% = E1F40, PCI\VEN_8086&DEV_1F45
;===============================================================================
;
; WINDOWS 10 for 64-bit EXTENDED PLATFORMS
;
;===============================================================================
;------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354 1.0/2.5 GbE Backplane
;------------------------------------------------------------------------------
[E1F40.10.0.1]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg
AddReg = RSS.reg, RSS8Q.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F40.10.0.1.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F40.10.0.1.CoInstallers]
AddReg = CoInstaller_AddReg, CoInKSQuadLOM.reg
CopyFiles = CoInstaller_CopyFiles
[E1F40.10.0.1.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354
;------------------------------------------------------------------------------
[E1F41.10.0.1]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Copper.reg, Copper1000.reg
AddReg = EEE.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg
AddReg = RSS.reg, RSS8Q.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F41.10.0.1.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F41.10.0.1.CoInstallers]
AddReg = CoInstaller_AddReg, CoInKSQuadLOM.reg
CopyFiles = CoInstaller_CopyFiles
[E1F41.10.0.1.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;===============================================================================
;
; Windows Server 2016
;
;===============================================================================
;-------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354 1.0/2.5 GbE Backplane
;-------------------------------------------------------------------------------
[E1F40]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg, VMQ.reg, VlanId.reg
AddReg = RSS.reg, RSS8Q.reg, RSSAdvanced.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F40.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F40.CoInstallers]
AddReg = CoInstaller_AddReg, CoInKSQuadLOM.reg
CopyFiles = CoInstaller_CopyFiles
[E1F40.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;-------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354
;-------------------------------------------------------------------------------
[E1F41]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Copper.reg, Copper1000.reg
AddReg = EEE.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg, VMQ.reg, VlanId.reg
AddReg = RSS.reg, RSS8Q.reg, RSSAdvanced.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F41.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F41.CoInstallers]
AddReg = CoInstaller_AddReg, CoInKSQuadLOM.reg
CopyFiles = CoInstaller_CopyFiles
[E1F41.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;-------------------------------------------------------------------------------
; Do-nothing section used to avoid "Unknown hardware" installation prompts.
;
[NO_DRV]
Characteristics = 0x01
Include = machine.inf
Needs = NO_DRV
[NO_DRV.Services]
Include = machine.inf
Needs = NO_DRV.Services
;-------------------------------------------------------------------------------
; Registry Settings (decimal)
;
[e1s.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "e1sexpress"
HKR, Ndi\Params\*FlowControl, ParamDesc, 0, %FlowControl%
HKR, Ndi\Params\*FlowControl, default, 0, "3"
HKR, Ndi\Params\*FlowControl\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*FlowControl\Enum, "1", 0, %FlowControl_TxOnly%
HKR, Ndi\Params\*FlowControl\Enum, "2", 0, %FlowControl_RxOnly%
HKR, Ndi\Params\*FlowControl\Enum, "3", 0, %FlowControl_Full%
HKR, Ndi\Params\*FlowControl, type, 0, "enum"
; *TransmitBuffers
HKR, Ndi\params\*TransmitBuffers, ParamDesc, 0, %TransmitBuffers%
HKR, Ndi\params\*TransmitBuffers, default, 0, "512"
HKR, Ndi\params\*TransmitBuffers, min, 0, "80"
HKR, Ndi\params\*TransmitBuffers, max, 0, "2048"
HKR, Ndi\params\*TransmitBuffers, step, 0, "8"
HKR, Ndi\params\*TransmitBuffers, Base, 0, "10"
HKR, Ndi\params\*TransmitBuffers, type, 0, "int"
; *ReceiveBuffers
HKR, Ndi\params\*ReceiveBuffers, ParamDesc, 0, %ReceiveBuffers%
HKR, Ndi\params\*ReceiveBuffers, default, 0, "256"
HKR, Ndi\params\*ReceiveBuffers, min, 0, "80"
HKR, Ndi\params\*ReceiveBuffers, max, 0, "2048"
HKR, Ndi\params\*ReceiveBuffers, step, 0, "8"
HKR, Ndi\params\*ReceiveBuffers, Base, 0, "10"
HKR, Ndi\params\*ReceiveBuffers, type, 0, "int"
; *TCPChecksumOffloadIPv4
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, ParamDesc, 0, %TCPChksumOffv4%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, type, 0, "enum"
; *TCPChecksumOffloadIPv6
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, ParamDesc, 0, %TCPChksumOffv6%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, default, 0, "3"
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, type, 0, "enum"
; *UDPChecksumOffloadIPv4
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, ParamDesc, 0, %UDPChksumOffv4%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, type, 0, "enum"
; *UDPChecksumOffloadIPv6
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, ParamDesc, 0, %UDPChksumOffv6%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, default, 0, "3"
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, type, 0, "enum"
; *IPChecksumOffloadIPv4
HKR, Ndi\Params\*IPChecksumOffloadIPv4, ParamDesc, 0, %IPChksumOffv4%
HKR, Ndi\Params\*IPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4, type, 0, "enum"
; Network Address
HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %LAA%
HKR, Ndi\params\NetworkAddress, Default, 0, ""
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, optional, 0, "1"
;Log Link State Event
HKR,Ndi\Params\LogLinkStateEvent, ParamDesc, 0, %LogLinkState%
HKR,Ndi\Params\LogLinkStateEvent, Type, 0, "enum"
HKR,Ndi\Params\LogLinkStateEvent, Default, 0, "51"
HKR,Ndi\Params\LogLinkStateEvent\Enum, "51", 0, %Enabled%
HKR,Ndi\Params\LogLinkStateEvent\Enum, "16", 0, %Disabled%
HKR,, LogLinkStateEvent, 0, "51"
; Wait for Link
HKR, Ndi\Params\WaitAutoNegComplete, ParamDesc, 0, %WaitAutoNegComplete%
HKR, Ndi\Params\WaitAutoNegComplete, default, 0, "2"
HKR, Ndi\Params\WaitAutoNegComplete\Enum, "0", 0, %Off%
HKR, Ndi\Params\WaitAutoNegComplete\Enum, "1", 0, %On%
HKR, Ndi\Params\WaitAutoNegComplete\Enum, "2", 0, %AutoDetect%
HKR, Ndi\Params\WaitAutoNegComplete, type, 0, "enum"
; Interrupt Throttle Rate
HKR, Ndi\Params\ITR, ParamDesc, 0, %InterruptThrottleRate%
HKR, Ndi\Params\ITR, default, 0, "65535"
HKR, Ndi\Params\ITR\Enum, "65535", 0, %Adaptive%
HKR, Ndi\Params\ITR\Enum, "3600", 0, %Extreme%
HKR, Ndi\Params\ITR\Enum, "2000", 0, %High%
HKR, Ndi\Params\ITR\Enum, "950", 0, %Medium%
HKR, Ndi\Params\ITR\Enum, "400", 0, %Low%
HKR, Ndi\Params\ITR\Enum, "200", 0, %Minimal%
HKR, Ndi\Params\ITR\Enum, "0", 0, %Off%
HKR, Ndi\Params\ITR, type, 0, "enum"
HKR,, ITR, 0, "65535"
; *InterruptModeration
HKR, Ndi\Params\*InterruptModeration, ParamDesc, 0, %InterruptModeration%
HKR, Ndi\Params\*InterruptModeration, default, 0, "1"
HKR, Ndi\Params\*InterruptModeration\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*InterruptModeration\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*InterruptModeration, type, 0, "enum"
; *PriorityVLANTag
HKR, Ndi\Params\*PriorityVLANTag, ParamDesc, 0, %PriorityVLANTag2%
HKR, Ndi\Params\*PriorityVLANTag, default, 0, "3"
HKR, Ndi\Params\*PriorityVLANTag\Enum, "0", 0, %PriorityVlanDisabled2%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "1", 0, %PriorityEnabled2%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "2", 0, %VlanEnabled%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "3", 0, %PriorityVlanEnabled2%
HKR, Ndi\Params\*PriorityVLANTag, type, 0, "enum"
; EnablePME
HKR,Ndi\Params\EnablePME, ParamDesc, 0, %Enable_PME%
HKR,Ndi\Params\EnablePME, Type, 0, "enum"
HKR,Ndi\Params\EnablePME, Default, 0, "0"
HKR,Ndi\Params\EnablePME\Enum, "1", 0, %Enabled%
HKR,Ndi\Params\EnablePME\Enum, "0", 0, %Disabled%
; Hardwired defaults
HKR,, PciScanMethod, 0, "3"
HKR,, TxIntDelay, 0, "28"
HKR,, MulticastFilterType, 0, "0"
HKR,, VlanFiltering, 0, "0"
; Advanced Power Consumption Features
[TcpSeg.reg]
; *LsoV2IPv4 / *LsoV2IPv6
HKR, Ndi\Params\*LsoV2IPv4, ParamDesc, 0, %LsoV2IPv4%
HKR, Ndi\Params\*LsoV2IPv4, default, 0, "1"
HKR, Ndi\Params\*LsoV2IPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*LsoV2IPv4\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*LsoV2IPv4, type, 0, "enum"
HKR, Ndi\Params\*LsoV2IPv6, ParamDesc, 0, %LsoV2IPv6%
HKR, Ndi\Params\*LsoV2IPv6, default, 0, "1"
HKR, Ndi\Params\*LsoV2IPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*LsoV2IPv6\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*LsoV2IPv6, type, 0, "enum"
HKR,, *LsoV1IPv4, 0, "0"
[Copper.reg]
HKR, Ndi\params\*SpeedDuplex, ParamDesc, 0, %SpeedDuplex%
HKR, Ndi\params\*SpeedDuplex, default, 0, "0"
HKR, Ndi\params\*SpeedDuplex, type, 0, "enum"
HKR, Ndi\params\*SpeedDuplex\enum, "0", 0, %AutoNegotiation%
HKR, Ndi\params\*SpeedDuplex\enum, "1", 0, %10Mb_Half_Duplex%
HKR, Ndi\params\*SpeedDuplex\enum, "2", 0, %10Mb_Full_Duplex%
HKR, Ndi\params\*SpeedDuplex\enum, "3", 0, %100Mb_Half_Duplex%
HKR, Ndi\params\*SpeedDuplex\enum, "4", 0, %100Mb_Full_Duplex%
HKR, PROSetNdi\NdiExt\Params\*SpeedDuplex, ExposeLevel, 0, "3"
[Copper1000.reg]
HKR, Ndi\params\*SpeedDuplex\enum, "6", 0, %1000Mb_Full_Duplex%
; Gigabit Master Slave Mode
HKR,Ndi\Params\MasterSlave, ParamDesc, 0, %MasterSlaveMode%
HKR,Ndi\Params\MasterSlave, Type, 0, "enum"
HKR,Ndi\Params\MasterSlave, Default, 0, "0"
HKR,Ndi\Params\MasterSlave\Enum, "0", 0, %AutoDetect%
HKR,Ndi\Params\MasterSlave\Enum, "1", 0, %GigabitMasterMode%
HKR,Ndi\Params\MasterSlave\Enum, "2", 0, %GigabitSlaveMode%
;-------------------------------------------------------------------------------
; Packet specifics
;
; *JumboPacket
[JumboPacket.reg]
HKR, Ndi\Params\*JumboPacket, ParamDesc, 0, %JumboPacket%
HKR, Ndi\Params\*JumboPacket, default, 0, "1514"
HKR, Ndi\Params\*JumboPacket\Enum, "1514", 0, %Disabled%
HKR, Ndi\Params\*JumboPacket\Enum, "4088", 0, %Bytes4088%
HKR, Ndi\Params\*JumboPacket\Enum, "9014", 0, %Bytes9014%
HKR, Ndi\Params\*JumboPacket, type, 0, "enum"
[Powermgmt.reg]
HKR, Ndi\Params\*WakeOnPattern, ParamDesc, 0, %WakeOnPattern%
HKR, Ndi\Params\*WakeOnPattern\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*WakeOnPattern\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*WakeOnPattern, type, 0, "enum"
HKR, Ndi\Params\*WakeOnPattern, default, 0, "1"
HKR, Ndi\Params\*WakeOnMagicPacket, ParamDesc, 0, %WakeOnMagicPacket%
HKR, Ndi\Params\*WakeOnMagicPacket\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*WakeOnMagicPacket\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*WakeOnMagicPacket, type, 0, "enum"
HKR, Ndi\Params\*WakeOnMagicPacket, default, 0, "1"
[EEE.reg]
HKR, Ndi\Params\EEELinkAdvertisement, ParamDesc, 0, %EEELinkAdvertisement%
HKR, Ndi\Params\EEELinkAdvertisement\Enum, "0", 0, %EEE_Disabled%
HKR, Ndi\Params\EEELinkAdvertisement\Enum, "1", 0, %EEE_Enabled_AWAKE%
HKR, Ndi\Params\EEELinkAdvertisement, type, 0, "enum"
HKR, Ndi\Params\EEELinkAdvertisement, default, 0, "1"
[DMACoalescing.reg]
HKR, Ndi\Params\DMACoalescing, ParamDesc, 0, %EnableDMACoalescing%
HKR, Ndi\Params\DMACoalescing\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\DMACoalescing\Enum, "250", 0, %250usec%
HKR, Ndi\Params\DMACoalescing\Enum, "500", 0, %500usec%
HKR, Ndi\Params\DMACoalescing\Enum, "1000", 0, %1msec%
HKR, Ndi\Params\DMACoalescing\Enum, "2000", 0, %2msec%
HKR, Ndi\Params\DMACoalescing\Enum, "3000", 0, %3msec%
HKR, Ndi\Params\DMACoalescing\Enum, "4000", 0, %4msec%
HKR, Ndi\Params\DMACoalescing\Enum, "5000", 0, %5msec%
HKR, Ndi\Params\DMACoalescing\Enum, "6000", 0, %6msec%
HKR, Ndi\Params\DMACoalescing\Enum, "7000", 0, %7msec%
HKR, Ndi\Params\DMACoalescing\Enum, "8000", 0, %8msec%
HKR, Ndi\Params\DMACoalescing\Enum, "9000", 0, %9msec%
HKR, Ndi\Params\DMACoalescing\Enum, "10000", 0, %10msec%
HKR, Ndi\Params\DMACoalescing, type, 0, "enum"
HKR, Ndi\Params\DMACoalescing, default, 0, "0"
[ProtocolOffload.reg]
HKR, Ndi\Params\*PMARPOffload, ParamDesc, 0, %ARPOffload%
HKR, Ndi\Params\*PMARPOffload\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*PMARPOffload\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*PMARPOffload, type, 0, "enum"
HKR, Ndi\Params\*PMARPOffload, default, 0, "1"
HKR, Ndi\Params\*PMNSOffload, ParamDesc, 0, %NSOffload%
HKR, Ndi\Params\*PMNSOffload\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*PMNSOffload\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*PMNSOffload, type, 0, "enum"
HKR, Ndi\Params\*PMNSOffload, default, 0, "1"
[WakeOnLink.reg]
HKR, Ndi\Params\WakeOnLink, ParamDesc, 0, %WakeOnLinkSettings%
HKR, Ndi\Params\WakeOnLink\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\WakeOnLink\Enum, "2", 0, %Forced%
HKR, Ndi\Params\WakeOnLink, type, 0, "enum"
HKR, Ndi\Params\WakeOnLink, default, 0, "0"
[VMQ.reg]
; *VMQ
HKR, Ndi\Params\*VMQ, ParamDesc, 0, %VMQ%
HKR, Ndi\Params\*VMQ, default, 0, "1"
HKR, Ndi\Params\*VMQ, type, 0, "enum"
HKR, Ndi\Params\*VMQ\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*VMQ\Enum, "1", 0, %Enabled%
HKR,, VMQSupported, 0, "1"
[RSS.reg]
; *RSS
HKR, Ndi\Params\*RSS, ParamDesc, 0, %RSS%
HKR, Ndi\Params\*RSS, default, 0, "1"
HKR, Ndi\Params\*RSS, type, 0, "enum"
HKR, Ndi\Params\*RSS\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*RSS\Enum, "1", 0, %Enabled%
[RSSAdvanced.reg]
; *MaxRssProcessors
HKR, Ndi\Params\*MaxRssProcessors, ParamDesc, 0, %MaxRssProcessors%
HKR, Ndi\Params\*MaxRssProcessors, default, 0, "8"
HKR, Ndi\Params\*MaxRssProcessors, type, 0, "enum"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "1", 0, "1"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "2", 0, "2"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "4", 0, "4"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "8", 0, "8"
; *RssBaseProcNumber
HKR, Ndi\params\*RssBaseProcNumber, ParamDesc, 0, %RssBaseProcNumber%
HKR, Ndi\params\*RssBaseProcNumber, default, 0, "0"
HKR, Ndi\params\*RssBaseProcNumber, min, 0, "0"
HKR, Ndi\params\*RssBaseProcNumber, max, 0, "63"
HKR, Ndi\params\*RssBaseProcNumber, step, 0, "1"
HKR, Ndi\params\*RssBaseProcNumber, Optional, 0, "0"
HKR, Ndi\params\*RssBaseProcNumber, type, 0, "int"
; *NumaNodeId
HKR, Ndi\params\*NumaNodeId, ParamDesc, 0, %NumaNodeId%
HKR, Ndi\params\*NumaNodeId, default, 0, "65535"
HKR, Ndi\params\*NumaNodeId, type, 0, "dword"
HKR, Ndi\params\*NumaNodeId, min, 0, "0"
HKR, Ndi\params\*NumaNodeId, max, 0, "65535"
HKR, Ndi\params\*NumaNodeId, step, 0, "1"
; *RSSProfile
HKR, Ndi\Params\*RSSProfile, ParamDesc, 0, %RSSProfile%
HKR, Ndi\Params\*RSSProfile, default, 0, "1"
HKR, Ndi\Params\*RSSProfile, type, 0, "enum"
HKR, Ndi\Params\*RSSProfile\Enum, "1", 0, %Closest_Processor%
HKR, Ndi\Params\*RSSProfile\Enum, "2", 0, %Closest_Processor_Static%
HKR, Ndi\Params\*RSSProfile\Enum, "3", 0, %NUMA_Scaling%
HKR, Ndi\Params\*RSSProfile\Enum, "4", 0, %NUMA_Scaling_Static%
HKR, Ndi\Params\*RSSProfile\Enum, "5", 0, %Conservative_Scaling%
HKR,, *RSSProfile, 0, "1"
[RSS8Q.reg]
; NumRssQueues
HKR, Ndi\Params\*NumRssQueues, ParamDesc, 0, %NumRssQueues2%
HKR, Ndi\Params\*NumRssQueues, default, 0, "2"
HKR, Ndi\Params\*NumRssQueues, type, 0, "enum"
HKR, Ndi\Params\*NumRssQueues\Enum, "1", 0, %1queue%
HKR, Ndi\Params\*NumRssQueues\Enum, "2", 0, %2queues%
HKR, Ndi\Params\*NumRssQueues\Enum, "4", 0, %4queues%
HKR, Ndi\Params\*NumRssQueues\Enum, "8", 0, %8queues%
[LLI.reg]
HKR, PROSetNdi\Params\EnableLLI, ParamDesc, 0, %EnableLLI%
HKR, PROSetNdi\Params\EnableLLI, default, 0, "0"
HKR, PROSetNdi\Params\EnableLLI, type, 0, "enum"
HKR, PROSetNdi\Params\EnableLLI\Enum, "0", 0, %Disabled%
HKR, PROSetNdi\Params\EnableLLI\Enum, "1", 0, %LLIPortBased%
HKR, PROSetNdi\Params\EnableLLI\Enum, "2", 0, %LLIPSHBased%
HKR,, EnableLLI, 2, "0"
HKR, PROSetNdi\Params\LLIPorts, ParamDesc, 0, %LLIPorts%
HKR, PROSetNdi\Params\LLIPorts, default, 0, ""
HKR, PROSetNdi\Params\LLIPorts, type, 0, "edit"
HKR, PROSetNdi\Params\LLIPorts, UpperCase, 0, "1"
HKR, PROSetNdi\Params\LLIPorts, optional, 0, "1"
HKR, PROSetNdi\Params\LLIPorts, multi_string, 0, "1"
HKR,, LLIPorts, 0x00010002, ""
;-------------------------------------------------------------------------------
[WakeOnSlot.reg]
HKR,, WakeOnSlot, 0, 0
[VlanId.reg]
; VlanId
HKR, Ndi\params\VlanId, ParamDesc, 0, %VlanID%
HKR, Ndi\params\VlanId, default, 0, "0"
HKR, Ndi\params\VlanId, type, 0, "DWORD"
HKR, Ndi\params\VlanId, min, 0, "0"
HKR, Ndi\params\VlanId, max, 0, "4094"
HKR, Ndi\params\VlanId, step, 0, "1"
HKR, Ndi\params\VlanId, base, 0, "10"
[MSIX10.reg]
HKR, "Interrupt Management", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 10
[EnableWakeOnManagmentOnTCO.reg]
HKR,, EnableWakeOnManagmentOnTCO, 0, "0"
;-------------------------------------------------------------------------------
; Uninstallation
[UninstallW2.reg]
HKR,Prounstl\SupportedDevices\8086, 1F40, 0, "1F40"
HKR,Prounstl\SupportedDevices\8086, 1F41, 0, "1F41"
HKR,Prounstl\SupportedDevices\8086, 1F45, 0, "1F45"
HKR,Prounstl\Dins, e1s65x64.din, 0, "8254x.Uninstall"
HKR,Prounstl\Services, e1sexpress, 0, "e1s65x64.sys"
[UninstallProg.CopyFiles]
e1s65x64.din,,,2
;-------------------------------------------------------------------------------
; WinVista copy files
;
[win10.CopyFiles]
e1s65x64.sys,,,2
[win10.Service]
DisplayName = %E1SExpress.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\e1s65x64.sys
LoadOrderGroup = NDIS
AddReg = Service_AddReg
[Service_AddReg]
HKR,, BootFlags, 0x00010001, 0x1
;-------------------------------------------------------------------------------
; Common base for all drivers for Eventlog and TextModeFlags
;
[win10.EventLog]
AddReg = win10.AddEventLog.reg
[win10.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, %EventLogMessageDllPath%
HKR, , TypesSupported, 0x00010001, 7
;-------------- Coinstaller installation
[CoInstaller_CopyFiles]
NicCo4.dll,,, 0x00000010 ;don't overwrite
NicInE1S.dll
e1smsg.dll
[CoInstaller_AddReg]
HKR,, CoInstallers32, 0x00010000, "NicCo4.dll,NicCoInstallerEntry"
HKR,, NicCoPlugins, 0x00010000, "NicInE1S.dll,NicCoInstallerEntry"
[CoInKSQuadLOM.reg]
HKR,, CoInstallFlag, 0x00010001, 0x80281051
;-------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
win10.CopyFiles = 12
UninstallProg.CopyFiles = 11
CoInstaller_CopyFiles = 11
[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>,subdir]]
;
1 = %DISKNAME%,,,
[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
e1smsg.dll = 1,,
NicInE1S.dll = 1,,
NicCo4.dll = 1,,
e1s65x64.din = 1,,
e1s65x64.sys = 1,, ; on distribution disk 1
;-------------------------------------------------------------------------------
; Legacy
[Advanced.DelReg]
HKR, Ndi\Params
HKR, PROSetNdi\Params
HKR, PROSetNdi\NdiExt
HKR,, LinkNegotiationProcess
;-----------------------------------------------------------------------------
; Localizable Strings
[Strings]
AutoDetect = "Auto Detect"
AutoNegotiation = "Auto Negotiation"
SpeedDuplex = "Speed & Duplex"
10Mb_Half_Duplex = "10 Mbps Half Duplex"
10Mb_Full_Duplex = "10 Mbps Full Duplex"
100Mb_Half_Duplex = "100 Mbps Half Duplex"
100Mb_Full_Duplex = "100 Mbps Full Duplex"
1000Mb_Full_Duplex = "1.0 Gbps Full Duplex"
IPChksumOffv4 = "IPv4 Checksum Offload"
TCPChksumOffv4 = "TCP Checksum Offload (IPv4)"
UDPChksumOffv4 = "UDP Checksum Offload (IPv4)"
TCPChksumOffv6 = "TCP Checksum Offload (IPv6)"
UDPChksumOffv6 = "UDP Checksum Offload (IPv6)"
LsoV2IPv4 = "Large Send Offload V2 (IPv4)"
LsoV2IPv6 = "Large Send Offload V2 (IPv6)"
ChksumOffTxRx = "Rx & Tx Enabled"
ChksumOffTx = "Tx Enabled"
ChksumOffRx = "Rx Enabled"
FlowControl = "Flow Control"
FlowControl_TxOnly = "Tx Enabled"
FlowControl_RxOnly = "Rx Enabled"
FlowControl_Full = "Rx & Tx Enabled"
PriorityVlanDisabled2 = "Packet Priority & VLAN Disabled"
PriorityEnabled2 = "Packet Priority Enabled"
VlanEnabled = "VLAN Enabled"
PriorityVlanEnabled2 = "Packet Priority & VLAN Enabled"
TransmitBuffers = "Transmit Buffers"
ReceiveBuffers = "Receive Buffers"
PriorityVLANTag2 = "Packet Priority & VLAN"
VMQ = "Virtual Machine Queues"
RSS = "Receive Side Scaling"
NumRssQueues2 = "Maximum Number of RSS Queues"
RSSProfile = "RSS load balancing profile"
Closest_Processor = "ClosestProcessor"
Closest_Processor_Static = "ClosestProcessorStatic"
NUMA_Scaling = "NUMAScaling"
NUMA_Scaling_Static = "NUMAScalingStatic"
Conservative_Scaling = "ConservativeScaling"
RssBaseProcNumber = "RSS Base Processor Number"
NumaNodeId = "Preferred NUMA node"
MaxRssProcessors = "Maximum number of RSS Processors"
1queue = "1 Queue"
2queues = "2 Queues"
4queues = "4 Queues"
8queues = "8 Queues"
On = "On"
Off = "Off"
Enabled = "Enabled"
Disabled = "Disabled"
Bytes4088 = "4088 Bytes"
Bytes9014 = "9014 Bytes"
LAA = "Locally Administered Address"
JumboPacket = "Jumbo Packet"
WakeOnMagicPacket = "Wake on Magic Packet"
Enable_PME = "Enable PME"
Forced = "Forced"
WakeOnLinkSettings = "Wake on Link Settings"
WakeOnPattern = "Wake on Pattern Match"
LogLinkState = "Log Link State Event"
InterruptModeration = "Interrupt Moderation"
InterruptThrottleRate = "Interrupt Moderation Rate"
Adaptive = "Adaptive"
Extreme = "Extreme"
Minimal = "Minimal"
High = "High"
Medium = "Medium"
Low = "Low"
GigabitMasterMode = "Force Master Mode"
GigabitSlaveMode = "Force Slave Mode"
MasterSlaveMode = "Gigabit Master Slave Mode"
WaitAutoNegComplete = "Wait for Link"
EnableLLI = "Low Latency Interrupts"
LLIPorts = "Low Latency Interrupt Ports"
LLIPortBased = "Port-Based"
LLIPSHBased = "PSH Flag-Based"
EEELinkAdvertisement = "Energy Efficient Ethernet"
EEE_Disabled = "Off"
EEE_Enabled_AWAKE = "On if system is awake"
EnableDMACoalescing = "DMA Coalescing"
250usec = "250 usec"
500usec = "500 usec"
1msec = "1 msec"
2msec = "2 msec"
3msec = "3 msec"
4msec = "4 msec"
5msec = "5 msec"
6msec = "6 msec"
7msec = "7 msec"
8msec = "8 msec"
9msec = "9 msec"
10msec = "10 msec"
ARPOffload = "ARP Offload"
NSOffload = "NS Offload"
VlanID = "VLAN ID"
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\e1s65x64.sys"
E1SExpress.Service.DispName = "Intel(R) PCI Express Network Connection Driver S"
DISKNAME = "Intel(R) Driver Disk"
;; Brandnames.str
;------------------------------------------------------------------------------
E1F40NC.DeviceDesc = "Intel(R) Ethernet Connection I354 1.0 GbE Backplane"
E1F41NC.DeviceDesc = "Intel(R) Ethernet Connection I354"
E1F45NC.DeviceDesc = "Intel(R) Ethernet Connection I354 2.5 GbE Backplane"
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------

View File

@@ -0,0 +1,12 @@
The driver package files in this folder can be used to install drivers for Intel(R) Ethernet Gigabit Adapters and Connections on the following Operating Systems:
* Microsoft* Windows* 10 (x64 Edition)
* Microsoft Windows Server* 2016 (x64 Edition)
NDIS 6.2 introduced new RSS data structures and interfaces. Because of this, you cannot enable RSS on teams that contain a mix of adapters that support NDIS 6.2 RSS and adapters that do not. The e1e6232 driver does not support NDIS 6.2 RSS. If you team one of these devices with a device supported by another driver, the operating system will warn you about the RSS incompatibility. This applies to the following devices:
* Intel(R) PRO/1000 EB and EB1 Network Connections
* Intel(R) PRO/1000 PF Network Connections and Adapters
* Intel(R) PRO/1000 PT Network Connections and Adapters
* Intel(R) Gigabit PT Quad Port Server ExpressModule
* Network Connections based on the Intel(R) 82566 Controller
* Intel(R) PRO/1000 PB Dual Port Server Connection
* Intel(R) PRO/1000 PB Server Connection

View File

@@ -0,0 +1,78 @@
;*******************************************************************************
;* **
;* I N T E L P R O P R I E T A R Y **
;* **
;* COPYRIGHT (c) 1999-2015 BY INTEL CORPORATION. ALL RIGHTS RESERVED. NO **
;* PART OF THIS PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED, **
;* TRANSCRIBED, STORED IN A RETRIEVAL SYSTEM, OR TRANSLATED INTO ANY **
;* LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC, **
;* MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT **
;* THE PRIOR WRITTEN PERMISSION OF : **
;* **
;* INTEL CORPORATION **
;* **
;* 2200 MISSION COLLEGE BLVD **
;* **
;* SANTA CLARA, CALIFORNIA 95052-8119 **
;* **
;*******************************************************************************
;
;*******************************************************************************
; v1q65x64.Din
; $Revision: 1.1 $
;
; Intel(R) PRO/1000 Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8259x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8259x.DelReg
[e1000.DelFiles]
v1q65x64.sys,,,1
[CoInstaller.DelFiles]
v1qmsg.dll,,,1
NicCo4.dll,,,1
NicInVQ.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
v1q65x64.din,,,1
[8259x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,423 @@
;*******************************************************************************
;** **
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2007-2015 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. **
;** **
;*******************************************************************************
;
;*******************************************************************************
; INF for Intel(R) Gigabit Virtual Function Network Adapters
;*******************************************************************************
;
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = v1q65x64.cat
DriverVer = 08/02/2016,1.4.6.1
[Manufacturer]
%Intel% = Intel, NTamd64.10.0
[Intel]
[Intel.NTamd64.10.0]
; DisplayName Section DeviceID
; ----------- ------- --------
%E10CAVF.DeviceDesc% = E10CA, PCI\VEN_8086&DEV_10CA
%E152FVF.DeviceDesc% = E152F, PCI\VEN_8086&DEV_152F
%E1520VF.DeviceDesc% = E1520, PCI\VEN_8086&DEV_1520
;-------------------------------------------------------------------------------
; Intel 82576 Gigabit Network Connection
;
[E10CA]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
DelReg = Cleanup.DelReg
AddReg = Interfaces.reg, Default.reg, VLAN.reg, Uninstall.reg
CopyFiles = CopyFiles, MessageDll.CopyFiles, Uninstall.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified
[E10CA.Services]
AddService = %ServiceName%, 2, Service, EventLog
[E10CA.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSI.reg
[E10CA.CoInstallers]
AddReg = CoInstaller_AddReg, CoInK.reg
CopyFiles = CoInstallerCopyFiles
;-------------------------------------------------------------------------------
; Intel 82576 Gigabit Network Connection
;
;-------------------------------------------------------------------------------
; Intel I350 Gigabit Network Connection
;
[E1520]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
DelReg = Cleanup.DelReg
AddReg = Interfaces.reg, Default.reg, VLAN.reg, Uninstall.reg
CopyFiles = CopyFiles, MessageDll.CopyFiles, Uninstall.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified
[E1520.Services]
AddService = %ServiceName%, 2, Service, EventLog
[E1520.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSI.reg
[E1520.CoInstallers]
AddReg = CoInstaller_AddReg, CoInK.reg
CopyFiles = CoInstallerCopyFiles
[E152F]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
DelReg = Cleanup.DelReg
AddReg = Interfaces_iov.reg, Default.reg, Uninstall.reg
CopyFiles = CopyFiles, MessageDll.CopyFiles, Uninstall.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified
[E152F.Services]
AddService = %ServiceName%, 2, Service, EventLog
[E152F.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSI.reg
[E152F.CoInstallers]
AddReg = CoInstaller_AddReg, CoInK.reg
CopyFiles = CoInstallerCopyFiles
;-------------------------------------------------------------------------------
; Registry Settings
;-------------------------------------------------------------------------------
[Interfaces.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, %ServiceName%
[Interfaces_iov.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndisvf"
HKR, Ndi\Interfaces, LowerRange, 0, "iovvf"
HKR, Ndi, Service, 0, %ServiceName%
[Default.reg]
; *TransmitBuffers
HKR, Ndi\params\*TransmitBuffers, ParamDesc, 0, %TransmitBuffers%
HKR, Ndi\params\*TransmitBuffers, default, 0, "512"
HKR, Ndi\params\*TransmitBuffers, min, 0, "128"
HKR, Ndi\params\*TransmitBuffers, max, 0, "16384"
HKR, Ndi\params\*TransmitBuffers, step, 0, "64"
HKR, Ndi\params\*TransmitBuffers, Base, 0, "10"
HKR, Ndi\params\*TransmitBuffers, type, 0, "int"
; *ReceiveBuffers
HKR, Ndi\params\*ReceiveBuffers, ParamDesc, 0, %ReceiveBuffers%
HKR, Ndi\params\*ReceiveBuffers, default, 0, "512"
HKR, Ndi\params\*ReceiveBuffers, min, 0, "128"
HKR, Ndi\params\*ReceiveBuffers, max, 0, "4096"
HKR, Ndi\params\*ReceiveBuffers, step, 0, "64"
HKR, Ndi\params\*ReceiveBuffers, Base, 0, "10"
HKR, Ndi\params\*ReceiveBuffers, type, 0, "int"
; Set MinHardwareOwnedPacketCount to 32
HKR,, MinHardwareOwnedPacketCount, 0, "32"
; *TCPChecksumOffloadIPv4
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, ParamDesc, 0, %TCPChksumOffv4%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, type, 0, "enum"
; *TCPChecksumOffloadIPv6
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, ParamDesc, 0, %TCPChksumOffv6%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, default, 0, "3"
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, type, 0, "enum"
; *UDPChecksumOffloadIPv4
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, ParamDesc, 0, %UDPChksumOffv4%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, type, 0, "enum"
; *UDPChecksumOffloadIPv6
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, ParamDesc, 0, %UDPChksumOffv6%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, default, 0, "3"
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, type, 0, "enum"
; *IPChecksumOffloadIPv4
HKR, Ndi\Params\*IPChecksumOffloadIPv4, ParamDesc, 0, %IPChksumOffv4%
HKR, Ndi\Params\*IPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4, type, 0, "enum"
;Log Link State Event
HKR,Ndi\Params\LogLinkStateEvent, ParamDesc, 0, %LogLinkState%
HKR,Ndi\Params\LogLinkStateEvent, Type, 0, "enum"
HKR,Ndi\Params\LogLinkStateEvent, Default, 0, "51"
HKR,Ndi\Params\LogLinkStateEvent\Enum, "51", 0, %Enabled%
HKR,Ndi\Params\LogLinkStateEvent\Enum, "16", 0, %Disabled%
HKR,, LogLinkStateEvent, 0, "51"
; Interrupt Throttle Rate
HKR, Ndi\Params\ITR, ParamDesc, 0, %InterruptThrottleRate%
HKR, Ndi\Params\ITR, default, 0, "65535"
HKR, Ndi\Params\ITR\Enum, "65535", 0, %Adaptive%
HKR, Ndi\Params\ITR\Enum, "2000", 0, %Extreme%
HKR, Ndi\Params\ITR\Enum, "950", 0, %High%
HKR, Ndi\Params\ITR\Enum, "488", 0, %Medium%
HKR, Ndi\Params\ITR\Enum, "200", 0, %Low%
HKR, Ndi\Params\ITR\Enum, "0", 0, %Off%
HKR, Ndi\Params\ITR, type, 0, "enum"
; *InterruptModeration
HKR, Ndi\Params\*InterruptModeration, ParamDesc, 0, %InterruptModeration%
HKR, Ndi\Params\*InterruptModeration, default, 0, "1"
HKR, Ndi\Params\*InterruptModeration\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*InterruptModeration\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*InterruptModeration, type, 0, "enum"
; *LsoV2IPv4
HKR, Ndi\Params\*LsoV2IPv4, ParamDesc, 0, %LsoV2IPv4%
HKR, Ndi\Params\*LsoV2IPv4, default, 0, "1"
HKR, Ndi\Params\*LsoV2IPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*LsoV2IPv4\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*LsoV2IPv4, type, 0, "enum"
; Network Address
HKR, PROSetNdi\params\NetworkAddress, ParamDesc, 0, %LAA%
HKR, PROSetNdi\params\NetworkAddress, Default, 0, ""
HKR, PROSetNdi\params\NetworkAddress, type, 0, "edit"
HKR, PROSetNDI\params\NetworkAddress, LimitText, 0, "12"
HKR, PROSetNDI\params\NetworkAddress, UpperCase, 0, "1"
HKR, PROSetNDI\params\NetworkAddress, optional, 0, "1"
HKR, PROSetNDI\params\NetworkAddress, ExposeLevel, 0, "3"
; *LsoV1IPv4
HKR,, *LsoV1IPv4, 0, "0"
; *LsoV2IPv6
HKR, Ndi\Params\*LsoV2IPv6, ParamDesc, 0, %LsoV2IPv6%
HKR, Ndi\Params\*LsoV2IPv6, default, 0, "1"
HKR, Ndi\Params\*LsoV2IPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*LsoV2IPv6\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*LsoV2IPv6, type, 0, "enum"
HKR,, HDSplitBufferAssoc, 0, "0"
; *JumboPacket
HKR, Ndi\Params\*JumboPacket, ParamDesc, 0, %JumboPacket%
HKR, Ndi\Params\*JumboPacket, default, 0, "1514"
HKR, Ndi\Params\*JumboPacket\Enum, "1514", 0, %Disabled%
HKR, Ndi\Params\*JumboPacket\Enum, "4088", 0, %Bytes4088%
HKR, Ndi\Params\*JumboPacket\Enum, "9014", 0, %Bytes9014%
HKR, Ndi\Params\*JumboPacket, type, 0, "enum"
[VLAN.reg]
; *PriorityVLANTag
HKR, Ndi\Params\*PriorityVLANTag, ParamDesc, 0, %PriorityVLANTag2%
HKR, Ndi\Params\*PriorityVLANTag, default, 0, "3"
HKR, Ndi\Params\*PriorityVLANTag\Enum, "0", 0, %PriorityVlanDisabled2%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "1", 0, %PriorityEnabled2%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "2", 0, %VlanEnabled%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "3", 0, %PriorityVlanEnabled2%
HKR, Ndi\Params\*PriorityVLANTag, type, 0, "enum"
[MSI.reg]
HKR, "Interrupt Management", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 1
[AddEventLog]
HKR,, EventMessageFile, 0x00020000, %EventLogMessageDllPath%
HKR,, TypesSupported, 0x00010001, 7
[Cleanup.DelReg]
HKR, Ndi\Params\RxScalingMode
HKR,, RxScalingMode
HKR, Ndi\Params\DcaEnabled
HKR,, DcaEnabled
HKR, Ndi\Params\EnableRSC
HKR,, EnableRSC
;-----------------------------------------------------------------------------
; Uninstall parameters
;-----------------------------------------------------------------------------
[Uninstall.reg]
HKR,Prounstl\SupportedDevices\8086, 10CA, 0, "10CA"
HKR,Prounstl\SupportedDevices\8086, 152D, 0, "152D"
HKR,Prounstl\SupportedDevices\8086, 152F, 0, "152F"
HKR,Prounstl\SupportedDevices\8086, 1520, 0, "1520"
HKR,Prounstl\Dins, v1q65x64.din, 0, "8259x.Uninstall"
HKR,Prounstl\Services, %ServiceName%, 0, v1q65x64.sys
;-----------------------------------------------------------------------------
; Driver "service" installation settings
;-----------------------------------------------------------------------------
[Service]
DisplayName = %Service.Displayname%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\v1q65x64.sys
LoadOrderGroup = NDIS
;-----------------------------------------------------------------------------
; Event Log settings
;-----------------------------------------------------------------------------
[EventLog]
AddReg = AddEventLog
;-----------------------------------------------------------------------------
; Coinstaller installation
;-----------------------------------------------------------------------------
[CoInstallerCopyFiles]
NicCo4.dll,,,0x00000010 ;don't overwrite
NicInVQ.dll
[CoInstaller_AddReg]
HKR,, CoInstallers32, 0x00010000,"NicCo4.dll,NicCoInstallerEntry"
HKR,, NicCoPlugins, 0x00010000, "NicInVQ.dll,NicCoInstallerEntry"
[CoInK.reg]
HKR,, CoInstallFlag, 0x00010001, 0x00281400
[CopyFiles]
v1q65x64.sys,,,2
[MessageDll.CopyFiles]
v1qmsg.dll,,,2
[Uninstall.CopyFiles]
v1q65x64.din,,,2
;-----------------------------------------------------------------------------
; DestinationDirs
;-----------------------------------------------------------------------------
[DestinationDirs]
CopyFiles = 12
DefaultDestDir = 11
Uninstall.CopyFiles = 11
CoInstallerCopyFiles = 11
MessageDll.CopyFiles = 11
[SourceDisksNames]
1 = %DiskName%,,,
;-----------------------------------------------------------------------------
; SourceDisksFiles
;-----------------------------------------------------------------------------
[SourceDisksFiles]
v1q65x64.sys = 1
v1q65x64.din = 1
v1qmsg.dll = 1
NicCo4.dll = 1
NicInVQ.dll = 1
[Strings]
InterruptThrottleRate = "Interrupt Moderation Rate"
Adaptive = "Adaptive"
Extreme = "Extreme"
High = "High"
Medium = "Medium"
Low = "Low"
IPChksumOffv4 = "IPv4 Checksum Offload"
TCPChksumOffv4 = "TCP Checksum Offload (IPv4)"
UDPChksumOffv4 = "UDP Checksum Offload (IPv4)"
LsoV2IPv4 = "Large Send Offload V2 (IPv4)"
InterruptModeration = "Interrupt Moderation"
TCPChksumOffv6 = "TCP Checksum Offload (IPv6)"
UDPChksumOffv6 = "UDP Checksum Offload (IPv6)"
LsoV2IPv6 = "Large Send Offload V2 (IPv6)"
ChksumOffTxRx = "Rx & Tx Enabled"
ChksumOffTx = "Tx Enabled"
ChksumOffRx = "Rx Enabled"
TransmitBuffers = "Transmit Buffers"
ReceiveBuffers = "Receive Buffers"
PriorityVLANTag2 = "Packet Priority & VLAN"
PriorityVlanDisabled2 = "Packet Priority & VLAN Disabled"
PriorityEnabled2 = "Packet Priority Enabled"
PriorityVlanEnabled2 = "Packet Priority & VLAN Enabled"
VlanEnabled = "VLAN Enabled"
Off = "Off"
Enabled = "Enabled"
Disabled = "Disabled"
Bytes4088 = "4088 Bytes"
Bytes9014 = "9014 Bytes"
LAA = "Locally Administered Address"
JumboPacket = "Jumbo Packet"
LogLinkState = "Log Link State Event"
ServiceName = "v1q"
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\v1q65x64.sys"
DiskName = "Intel(R) Virtual Network Device Driver Disk"
Service.Displayname = "Intel(R) Virtual Network Connection"
;-----------------------------------------------------------------------------
; Device Description Strings
;-----------------------------------------------------------------------------
E10CAVF.DeviceDesc = "Intel(R) 82576 Virtual Function"
E152FVF.DeviceDesc = "Intel(R) I350 Virtual Function"
E1520VF.DeviceDesc = "Intel(R) I350 Virtual Function"
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------

View File

@@ -0,0 +1,84 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2009-2017 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1d68x64.Din
; $Revision: 1.1 $
;
; Intel(R) Network Connections
;
; Version 1.0.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8257x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8257x.DelReg
[e1000.DelFiles]
e1d68x64.sys,,,1
[CoInstaller.DelFiles]
e1dmsg.dll,,,1
NicCo36.dll,,,1
NicCo4.dll,,,1
NicInstD.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1d68x64.din,,,1
[8257x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,82 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2004-2018 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1r68x64.din
;
; Intel(R) Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8254x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8254x.DelReg
[e1000.DelFiles]
e1r68x64.sys,,,1
[CoInstaller.DelFiles]
e1rmsg.dll,,,1
NicCo4.dll,,,1
NicInE1R.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1r68x64.din,,,1
[8254x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,82 @@
;******************************************************************************
;** INTEL CONFIDENTIAL **
;** **
;** Copyright 2004-2017 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<65>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. **
;******************************************************************************
;
;*******************************************************************************
; e1s68x64.din
;
; Intel(R) Gigabit Server Adapter
;
; Version 6.4.0.0
;
[version]
Signature = "$Windows NT$"
SetupClass = BASE
Provider = %Intel%
[Manufacturer]
%Intel% = Intel
[ControlFlags]
[Intel]
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
e1000.DelFiles = 12
CoInstaller.DelFiles = 11
UnInstall.DelFiles = 11
;----------------------------------------------------------------------------
; Uninstall
[8254x.Uninstall]
DelFiles=e1000.DelFiles, CoInstaller.DelFiles, UnInstall.DelFiles
DelReg=8254x.DelReg
[e1000.DelFiles]
e1s68x64.sys,,,1
[CoInstaller.DelFiles]
e1smsg.dll,,,1
NicCo4.dll,,,1
NicInE1S.dll,,,1
[UnInstall.DelFiles]
Prounstl.exe,,,1
e1s68x64.din,,,1
[8254x.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
HKLM,Software\INTEL\Prounstl
HKLM,Software\INTEL\NIC
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Intel = "Intel"

View File

@@ -0,0 +1,760 @@
;******************************************************************************
;** **
;** Copyright 2007-2018 Intel Corporation All Rights Reserved. **
;** **
;** The material contained or described herein and all documents related **
;** to such material ("Material") is owned by Intel Corporation or its **
;** suppliers or licensors, and title to such Material remains with Intel **
;** Corporation or its suppliers or licensors. The Material contains **
;** proprietary information of Intel or its suppliers and licensors. The **
;** Material is protected by worldwide copyright 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 or other intellectual property **
;** rights in the Material is granted to or conferred upon you, either **
;** expressly, by implication, inducement, estoppel or otherwise. Any **
;** license under such intellectual property rights must be express and **
;** approved by Intel in writing. **
;** **
;** Unless otherwise agreed by Intel in writing, you may not remove or **
;** alter this notice or any other notice embedded in Materials by Intel **
;** or Intel<65>s suppliers or licensors in any way. **
;******************************************************************************
;
;******************************************************************************
; e1s68x64.INF (Intel 64 bit extension Platform Only,
; Windows 10 64 bit extension)
;
; Intel(R) Gigabit Adapters
;******************************************************************************
;
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Intel%
CatalogFile = e1s68x64.cat
DriverVer = 10/08/2018,12.15.184.1
[Manufacturer]
%Intel% = Intel, NTamd64.10.0, NTamd64.10.0.1
[ControlFlags]
ExcludeFromSelect = *
[Intel]
[Intel.NTamd64.10.0.1]
; DisplayName Section DeviceID
; ----------- ------- --------
%E1F40NC.DeviceDesc% = E1F40.10.0.1, PCI\VEN_8086&DEV_1F40
%E1F41NC.DeviceDesc% = E1F41.10.0.1, PCI\VEN_8086&DEV_1F41
%E1F45NC.DeviceDesc% = E1F40.10.0.1, PCI\VEN_8086&DEV_1F45
[Intel.NTamd64.10.0]
; DisplayName Section DeviceID
; ----------- ------- --------
%E1F40NC.DeviceDesc% = E1F40, PCI\VEN_8086&DEV_1F40
%E1F41NC.DeviceDesc% = E1F41, PCI\VEN_8086&DEV_1F41
%E1F45NC.DeviceDesc% = E1F40, PCI\VEN_8086&DEV_1F45
;===============================================================================
;
; WINDOWS 10 for 64-bit EXTENDED PLATFORMS
;
;===============================================================================
;------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354 1.0/2.5 GbE Backplane
;------------------------------------------------------------------------------
[E1F40.10.0.1]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg
AddReg = RSS.reg, RSS8Q.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F40.10.0.1.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F40.10.0.1.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354
;------------------------------------------------------------------------------
[E1F41.10.0.1]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Copper.reg, Copper1000.reg
AddReg = EEE.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg
AddReg = RSS.reg, RSS8Q.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F41.10.0.1.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F41.10.0.1.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;===============================================================================
;
;
;===============================================================================
;-------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354 1.0/2.5 GbE Backplane
;-------------------------------------------------------------------------------
[E1F40]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg, VMQ.reg, VlanId.reg
AddReg = RSS.reg, RSS8Q.reg, RSSAdvanced.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F40.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F40.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;-------------------------------------------------------------------------------
; Intel(R) Ethernet Connection I354
;-------------------------------------------------------------------------------
[E1F41]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
Port1FunctionNumber = 0
DelReg = Advanced.DelReg
AddReg = e1s.reg, TcpSeg.reg, JumboPacket.reg
AddReg = EnableWakeOnManagmentOnTCO.reg
AddReg = Copper.reg, Copper1000.reg
AddReg = EEE.reg
AddReg = Powermgmt.reg, WakeOnSlot.reg, WakeOnLink.reg
AddReg = LLI.reg, VMQ.reg, VlanId.reg
AddReg = RSS.reg, RSS8Q.reg, RSSAdvanced.reg
AddReg = DMACoalescing.reg
AddReg = ProtocolOffload.reg
AddReg = UninstallW2.reg
AddReg = CoInKSQuadLOM.reg
CopyFiles = win10.CopyFiles, UninstallProg.CopyFiles
*IfType = 6 ; IF_TYPE_ETHERNET_CSMACD
*MediaType = 0 ; NdisMedium802_3
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
[E1F41.Services]
AddService = e1sexpress, 2, win10.Service, win10.EventLog
[E1F41.HW]
Include = machine.inf
Needs = PciIoSpaceNotRequired
AddReg = MSIX10.reg
;-------------------------------------------------------------------------------
; Do-nothing section used to avoid "Unknown hardware" installation prompts.
;
[NO_DRV]
Characteristics = 0x01
Include = machine.inf
Needs = NO_DRV
[NO_DRV.Services]
Include = machine.inf
Needs = NO_DRV.Services
;-------------------------------------------------------------------------------
; Registry Settings (decimal)
;
[e1s.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "e1sexpress"
HKR, Ndi\Params\*FlowControl, ParamDesc, 0, %FlowControl%
HKR, Ndi\Params\*FlowControl, default, 0, "3"
HKR, Ndi\Params\*FlowControl\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*FlowControl\Enum, "1", 0, %FlowControl_TxOnly%
HKR, Ndi\Params\*FlowControl\Enum, "2", 0, %FlowControl_RxOnly%
HKR, Ndi\Params\*FlowControl\Enum, "3", 0, %FlowControl_Full%
HKR, Ndi\Params\*FlowControl, type, 0, "enum"
; *TransmitBuffers
HKR, Ndi\params\*TransmitBuffers, ParamDesc, 0, %TransmitBuffers%
HKR, Ndi\params\*TransmitBuffers, default, 0, "512"
HKR, Ndi\params\*TransmitBuffers, min, 0, "80"
HKR, Ndi\params\*TransmitBuffers, max, 0, "2048"
HKR, Ndi\params\*TransmitBuffers, step, 0, "8"
HKR, Ndi\params\*TransmitBuffers, Base, 0, "10"
HKR, Ndi\params\*TransmitBuffers, type, 0, "int"
; *ReceiveBuffers
HKR, Ndi\params\*ReceiveBuffers, ParamDesc, 0, %ReceiveBuffers%
HKR, Ndi\params\*ReceiveBuffers, default, 0, "256"
HKR, Ndi\params\*ReceiveBuffers, min, 0, "80"
HKR, Ndi\params\*ReceiveBuffers, max, 0, "2048"
HKR, Ndi\params\*ReceiveBuffers, step, 0, "8"
HKR, Ndi\params\*ReceiveBuffers, Base, 0, "10"
HKR, Ndi\params\*ReceiveBuffers, type, 0, "int"
; *TCPChecksumOffloadIPv4
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, ParamDesc, 0, %TCPChksumOffv4%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv4, type, 0, "enum"
; *TCPChecksumOffloadIPv6
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, ParamDesc, 0, %TCPChksumOffv6%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, default, 0, "3"
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*TCPChecksumOffloadIPv6, type, 0, "enum"
; *UDPChecksumOffloadIPv4
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, ParamDesc, 0, %UDPChksumOffv4%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv4, type, 0, "enum"
; *UDPChecksumOffloadIPv6
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, ParamDesc, 0, %UDPChksumOffv6%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, default, 0, "3"
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*UDPChecksumOffloadIPv6, type, 0, "enum"
; *IPChecksumOffloadIPv4
HKR, Ndi\Params\*IPChecksumOffloadIPv4, ParamDesc, 0, %IPChksumOffv4%
HKR, Ndi\Params\*IPChecksumOffloadIPv4, default, 0, "3"
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "1", 0, %ChksumOffTx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "2", 0, %ChksumOffRx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4\Enum, "3", 0, %ChksumOffTxRx%
HKR, Ndi\Params\*IPChecksumOffloadIPv4, type, 0, "enum"
; Network Address
HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %LAA%
HKR, Ndi\params\NetworkAddress, Default, 0, ""
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, optional, 0, "1"
;Log Link State Event
HKR,Ndi\Params\LogLinkStateEvent, ParamDesc, 0, %LogLinkState%
HKR,Ndi\Params\LogLinkStateEvent, Type, 0, "enum"
HKR,Ndi\Params\LogLinkStateEvent, Default, 0, "51"
HKR,Ndi\Params\LogLinkStateEvent\Enum, "51", 0, %Enabled%
HKR,Ndi\Params\LogLinkStateEvent\Enum, "16", 0, %Disabled%
HKR,, LogLinkStateEvent, 0, "51"
; Wait for Link
HKR, Ndi\Params\WaitAutoNegComplete, ParamDesc, 0, %WaitAutoNegComplete%
HKR, Ndi\Params\WaitAutoNegComplete, default, 0, "2"
HKR, Ndi\Params\WaitAutoNegComplete\Enum, "0", 0, %Off%
HKR, Ndi\Params\WaitAutoNegComplete\Enum, "1", 0, %On%
HKR, Ndi\Params\WaitAutoNegComplete\Enum, "2", 0, %AutoDetect%
HKR, Ndi\Params\WaitAutoNegComplete, type, 0, "enum"
; Interrupt Throttle Rate
HKR, Ndi\Params\ITR, ParamDesc, 0, %InterruptThrottleRate%
HKR, Ndi\Params\ITR, default, 0, "65535"
HKR, Ndi\Params\ITR\Enum, "65535", 0, %Adaptive%
HKR, Ndi\Params\ITR\Enum, "3600", 0, %Extreme%
HKR, Ndi\Params\ITR\Enum, "2000", 0, %High%
HKR, Ndi\Params\ITR\Enum, "950", 0, %Medium%
HKR, Ndi\Params\ITR\Enum, "400", 0, %Low%
HKR, Ndi\Params\ITR\Enum, "200", 0, %Minimal%
HKR, Ndi\Params\ITR\Enum, "0", 0, %Off%
HKR, Ndi\Params\ITR, type, 0, "enum"
HKR,, ITR, 0, "65535"
; *InterruptModeration
HKR, Ndi\Params\*InterruptModeration, ParamDesc, 0, %InterruptModeration%
HKR, Ndi\Params\*InterruptModeration, default, 0, "1"
HKR, Ndi\Params\*InterruptModeration\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*InterruptModeration\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*InterruptModeration, type, 0, "enum"
; *PriorityVLANTag
HKR, Ndi\Params\*PriorityVLANTag, ParamDesc, 0, %PriorityVLANTag2%
HKR, Ndi\Params\*PriorityVLANTag, default, 0, "3"
HKR, Ndi\Params\*PriorityVLANTag\Enum, "0", 0, %PriorityVlanDisabled2%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "1", 0, %PriorityEnabled2%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "2", 0, %VlanEnabled%
HKR, Ndi\Params\*PriorityVLANTag\Enum, "3", 0, %PriorityVlanEnabled2%
HKR, Ndi\Params\*PriorityVLANTag, type, 0, "enum"
; EnablePME
HKR,Ndi\Params\EnablePME, ParamDesc, 0, %Enable_PME%
HKR,Ndi\Params\EnablePME, Type, 0, "enum"
HKR,Ndi\Params\EnablePME, Default, 0, "0"
HKR,Ndi\Params\EnablePME\Enum, "1", 0, %Enabled%
HKR,Ndi\Params\EnablePME\Enum, "0", 0, %Disabled%
; Hardwired defaults
HKR,, PciScanMethod, 0, "3"
HKR,, TxIntDelay, 0, "28"
HKR,, MulticastFilterType, 0, "0"
HKR,, VlanFiltering, 0, "0"
HKR,, UniversalInstall, 0x00010001, 1
; Advanced Power Consumption Features
[TcpSeg.reg]
; *LsoV2IPv4 / *LsoV2IPv6
HKR, Ndi\Params\*LsoV2IPv4, ParamDesc, 0, %LsoV2IPv4%
HKR, Ndi\Params\*LsoV2IPv4, default, 0, "1"
HKR, Ndi\Params\*LsoV2IPv4\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*LsoV2IPv4\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*LsoV2IPv4, type, 0, "enum"
HKR, Ndi\Params\*LsoV2IPv6, ParamDesc, 0, %LsoV2IPv6%
HKR, Ndi\Params\*LsoV2IPv6, default, 0, "1"
HKR, Ndi\Params\*LsoV2IPv6\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*LsoV2IPv6\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*LsoV2IPv6, type, 0, "enum"
HKR,, *LsoV1IPv4, 0, "0"
[Copper.reg]
HKR, Ndi\params\*SpeedDuplex, ParamDesc, 0, %SpeedDuplex%
HKR, Ndi\params\*SpeedDuplex, default, 0, "0"
HKR, Ndi\params\*SpeedDuplex, type, 0, "enum"
HKR, Ndi\params\*SpeedDuplex\enum, "0", 0, %AutoNegotiation%
HKR, Ndi\params\*SpeedDuplex\enum, "1", 0, %10Mb_Half_Duplex%
HKR, Ndi\params\*SpeedDuplex\enum, "2", 0, %10Mb_Full_Duplex%
HKR, Ndi\params\*SpeedDuplex\enum, "3", 0, %100Mb_Half_Duplex%
HKR, Ndi\params\*SpeedDuplex\enum, "4", 0, %100Mb_Full_Duplex%
HKR, PROSetNdi\NdiExt\Params\*SpeedDuplex, ExposeLevel, 0, "3"
[Copper1000.reg]
HKR, Ndi\params\*SpeedDuplex\enum, "6", 0, %1000Mb_Full_Duplex%
; Gigabit Master Slave Mode
HKR,Ndi\Params\MasterSlave, ParamDesc, 0, %MasterSlaveMode%
HKR,Ndi\Params\MasterSlave, Type, 0, "enum"
HKR,Ndi\Params\MasterSlave, Default, 0, "0"
HKR,Ndi\Params\MasterSlave\Enum, "0", 0, %AutoDetect%
HKR,Ndi\Params\MasterSlave\Enum, "1", 0, %GigabitMasterMode%
HKR,Ndi\Params\MasterSlave\Enum, "2", 0, %GigabitSlaveMode%
;-------------------------------------------------------------------------------
; Packet specifics
;
; *JumboPacket
[JumboPacket.reg]
HKR, Ndi\Params\*JumboPacket, ParamDesc, 0, %JumboPacket%
HKR, Ndi\Params\*JumboPacket, default, 0, "1514"
HKR, Ndi\Params\*JumboPacket\Enum, "1514", 0, %Disabled%
HKR, Ndi\Params\*JumboPacket\Enum, "4088", 0, %Bytes4088%
HKR, Ndi\Params\*JumboPacket\Enum, "9014", 0, %Bytes9014%
HKR, Ndi\Params\*JumboPacket, type, 0, "enum"
[Powermgmt.reg]
HKR, Ndi\Params\*WakeOnPattern, ParamDesc, 0, %WakeOnPattern%
HKR, Ndi\Params\*WakeOnPattern\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*WakeOnPattern\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*WakeOnPattern, type, 0, "enum"
HKR, Ndi\Params\*WakeOnPattern, default, 0, "1"
HKR, Ndi\Params\*WakeOnMagicPacket, ParamDesc, 0, %WakeOnMagicPacket%
HKR, Ndi\Params\*WakeOnMagicPacket\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*WakeOnMagicPacket\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*WakeOnMagicPacket, type, 0, "enum"
HKR, Ndi\Params\*WakeOnMagicPacket, default, 0, "1"
[EEE.reg]
HKR, Ndi\Params\EEELinkAdvertisement, ParamDesc, 0, %EEELinkAdvertisement%
HKR, Ndi\Params\EEELinkAdvertisement\Enum, "0", 0, %EEE_Disabled%
HKR, Ndi\Params\EEELinkAdvertisement\Enum, "1", 0, %EEE_Enabled_AWAKE%
HKR, Ndi\Params\EEELinkAdvertisement, type, 0, "enum"
HKR, Ndi\Params\EEELinkAdvertisement, default, 0, "1"
[DMACoalescing.reg]
HKR, Ndi\Params\DMACoalescing, ParamDesc, 0, %EnableDMACoalescing%
HKR, Ndi\Params\DMACoalescing\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\DMACoalescing\Enum, "250", 0, %250usec%
HKR, Ndi\Params\DMACoalescing\Enum, "500", 0, %500usec%
HKR, Ndi\Params\DMACoalescing\Enum, "1000", 0, %1msec%
HKR, Ndi\Params\DMACoalescing\Enum, "2000", 0, %2msec%
HKR, Ndi\Params\DMACoalescing\Enum, "3000", 0, %3msec%
HKR, Ndi\Params\DMACoalescing\Enum, "4000", 0, %4msec%
HKR, Ndi\Params\DMACoalescing\Enum, "5000", 0, %5msec%
HKR, Ndi\Params\DMACoalescing\Enum, "6000", 0, %6msec%
HKR, Ndi\Params\DMACoalescing\Enum, "7000", 0, %7msec%
HKR, Ndi\Params\DMACoalescing\Enum, "8000", 0, %8msec%
HKR, Ndi\Params\DMACoalescing\Enum, "9000", 0, %9msec%
HKR, Ndi\Params\DMACoalescing\Enum, "10000", 0, %10msec%
HKR, Ndi\Params\DMACoalescing, type, 0, "enum"
HKR, Ndi\Params\DMACoalescing, default, 0, "0"
[ProtocolOffload.reg]
HKR, Ndi\Params\*PMARPOffload, ParamDesc, 0, %ARPOffload%
HKR, Ndi\Params\*PMARPOffload\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*PMARPOffload\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*PMARPOffload, type, 0, "enum"
HKR, Ndi\Params\*PMARPOffload, default, 0, "1"
HKR, Ndi\Params\*PMNSOffload, ParamDesc, 0, %NSOffload%
HKR, Ndi\Params\*PMNSOffload\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*PMNSOffload\Enum, "1", 0, %Enabled%
HKR, Ndi\Params\*PMNSOffload, type, 0, "enum"
HKR, Ndi\Params\*PMNSOffload, default, 0, "1"
[WakeOnLink.reg]
HKR, Ndi\Params\WakeOnLink, ParamDesc, 0, %WakeOnLinkSettings%
HKR, Ndi\Params\WakeOnLink\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\WakeOnLink\Enum, "2", 0, %Forced%
HKR, Ndi\Params\WakeOnLink, type, 0, "enum"
HKR, Ndi\Params\WakeOnLink, default, 0, "0"
[VMQ.reg]
; *VMQ
HKR, Ndi\Params\*VMQ, ParamDesc, 0, %VMQ%
HKR, Ndi\Params\*VMQ, default, 0, "1"
HKR, Ndi\Params\*VMQ, type, 0, "enum"
HKR, Ndi\Params\*VMQ\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*VMQ\Enum, "1", 0, %Enabled%
HKR,, VMQSupported, 0, "1"
[RSS.reg]
; *RSS
HKR, Ndi\Params\*RSS, ParamDesc, 0, %RSS%
HKR, Ndi\Params\*RSS, default, 0, "1"
HKR, Ndi\Params\*RSS, type, 0, "enum"
HKR, Ndi\Params\*RSS\Enum, "0", 0, %Disabled%
HKR, Ndi\Params\*RSS\Enum, "1", 0, %Enabled%
[RSSAdvanced.reg]
; *MaxRssProcessors
HKR, Ndi\Params\*MaxRssProcessors, ParamDesc, 0, %MaxRssProcessors%
HKR, Ndi\Params\*MaxRssProcessors, default, 0, "8"
HKR, Ndi\Params\*MaxRssProcessors, type, 0, "enum"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "1", 0, "1"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "2", 0, "2"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "4", 0, "4"
HKR, Ndi\Params\*MaxRssProcessors\Enum, "8", 0, "8"
; *RssBaseProcNumber
HKR, Ndi\params\*RssBaseProcNumber, ParamDesc, 0, %RssBaseProcNumber%
HKR, Ndi\params\*RssBaseProcNumber, default, 0, "0"
HKR, Ndi\params\*RssBaseProcNumber, min, 0, "0"
HKR, Ndi\params\*RssBaseProcNumber, max, 0, "63"
HKR, Ndi\params\*RssBaseProcNumber, step, 0, "1"
HKR, Ndi\params\*RssBaseProcNumber, Optional, 0, "0"
HKR, Ndi\params\*RssBaseProcNumber, type, 0, "int"
; *NumaNodeId
HKR, Ndi\params\*NumaNodeId, ParamDesc, 0, %NumaNodeId%
HKR, Ndi\params\*NumaNodeId, default, 0, "65535"
HKR, Ndi\params\*NumaNodeId, type, 0, "dword"
HKR, Ndi\params\*NumaNodeId, min, 0, "0"
HKR, Ndi\params\*NumaNodeId, max, 0, "65535"
HKR, Ndi\params\*NumaNodeId, step, 0, "1"
; *RSSProfile
HKR, Ndi\Params\*RSSProfile, ParamDesc, 0, %RSSProfile%
HKR, Ndi\Params\*RSSProfile, default, 0, "1"
HKR, Ndi\Params\*RSSProfile, type, 0, "enum"
HKR, Ndi\Params\*RSSProfile\Enum, "1", 0, %Closest_Processor%
HKR, Ndi\Params\*RSSProfile\Enum, "2", 0, %Closest_Processor_Static%
HKR, Ndi\Params\*RSSProfile\Enum, "3", 0, %NUMA_Scaling%
HKR, Ndi\Params\*RSSProfile\Enum, "4", 0, %NUMA_Scaling_Static%
HKR, Ndi\Params\*RSSProfile\Enum, "5", 0, %Conservative_Scaling%
HKR,, *RSSProfile, 0, "1"
[RSS8Q.reg]
; NumRssQueues
HKR, Ndi\Params\*NumRssQueues, ParamDesc, 0, %NumRssQueues2%
HKR, Ndi\Params\*NumRssQueues, default, 0, "2"
HKR, Ndi\Params\*NumRssQueues, type, 0, "enum"
HKR, Ndi\Params\*NumRssQueues\Enum, "1", 0, %1queue%
HKR, Ndi\Params\*NumRssQueues\Enum, "2", 0, %2queues%
HKR, Ndi\Params\*NumRssQueues\Enum, "4", 0, %4queues%
HKR, Ndi\Params\*NumRssQueues\Enum, "8", 0, %8queues%
[LLI.reg]
HKR, PROSetNdi\Params\EnableLLI, ParamDesc, 0, %EnableLLI%
HKR, PROSetNdi\Params\EnableLLI, default, 0, "0"
HKR, PROSetNdi\Params\EnableLLI, type, 0, "enum"
HKR, PROSetNdi\Params\EnableLLI\Enum, "0", 0, %Disabled%
HKR, PROSetNdi\Params\EnableLLI\Enum, "1", 0, %LLIPortBased%
HKR, PROSetNdi\Params\EnableLLI\Enum, "2", 0, %LLIPSHBased%
HKR,, EnableLLI, 2, "0"
HKR, PROSetNdi\Params\LLIPorts, ParamDesc, 0, %LLIPorts%
HKR, PROSetNdi\Params\LLIPorts, default, 0, ""
HKR, PROSetNdi\Params\LLIPorts, type, 0, "edit"
HKR, PROSetNdi\Params\LLIPorts, UpperCase, 0, "1"
HKR, PROSetNdi\Params\LLIPorts, optional, 0, "1"
HKR, PROSetNdi\Params\LLIPorts, multi_string, 0, "1"
HKR,, LLIPorts, 0x00010002, ""
;-------------------------------------------------------------------------------
[WakeOnSlot.reg]
HKR,, WakeOnSlot, 0, 0
[VlanId.reg]
; VlanId
HKR, Ndi\params\VlanId, ParamDesc, 0, %VlanID%
HKR, Ndi\params\VlanId, default, 0, "0"
HKR, Ndi\params\VlanId, type, 0, "DWORD"
HKR, Ndi\params\VlanId, min, 0, "0"
HKR, Ndi\params\VlanId, max, 0, "4094"
HKR, Ndi\params\VlanId, step, 0, "1"
HKR, Ndi\params\VlanId, base, 0, "10"
[MSIX10.reg]
HKR, "Interrupt Management", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 10
[EnableWakeOnManagmentOnTCO.reg]
HKR,, EnableWakeOnManagmentOnTCO, 0, "0"
;-------------------------------------------------------------------------------
; Uninstallation
[UninstallW2.reg]
HKR,Prounstl\SupportedDevices\8086, 1F40, 0, "1F40"
HKR,Prounstl\SupportedDevices\8086, 1F41, 0, "1F41"
HKR,Prounstl\SupportedDevices\8086, 1F45, 0, "1F45"
HKR,Prounstl\Dins, e1s68x64.din, 0, "8254x.Uninstall"
HKR,Prounstl\Services, e1sexpress, 0, "e1s68x64.sys"
[UninstallProg.CopyFiles]
e1s68x64.din,,,2
;-------------------------------------------------------------------------------
; WinVista copy files
;
[win10.CopyFiles]
e1s68x64.sys,,,2
e1smsg.dll
[win10.Service]
DisplayName = %E1SExpress.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\e1s68x64.sys
LoadOrderGroup = NDIS
AddReg = Service_AddReg
[Service_AddReg]
HKR,, BootFlags, 0x00010001, 0x1
;-------------------------------------------------------------------------------
; Common base for all drivers for Eventlog and TextModeFlags
;
[win10.EventLog]
AddReg = win10.AddEventLog.reg
[win10.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, %EventLogMessageDllPath%
HKR, , TypesSupported, 0x00010001, 7
[CoInKSQuadLOM.reg]
HKR,, CoInstallFlag, 0x00010001, 0x80281051
;-------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 11
win10.CopyFiles = 12
UninstallProg.CopyFiles = 11
[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>,subdir]]
;
1 = %DISKNAME%,,,
[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
e1s68x64.din = 1,,
e1smsg.dll = 1,,
e1s68x64.sys = 1,, ; on distribution disk 1
;-------------------------------------------------------------------------------
; Legacy
[Advanced.DelReg]
HKR, Ndi\Params
HKR, PROSetNdi\Params
HKR, PROSetNdi\NdiExt
HKR,, LinkNegotiationProcess
;-----------------------------------------------------------------------------
; Localizable Strings
[Strings]
AutoDetect = "Auto Detect"
AutoNegotiation = "Auto Negotiation"
SpeedDuplex = "Speed & Duplex"
10Mb_Half_Duplex = "10 Mbps Half Duplex"
10Mb_Full_Duplex = "10 Mbps Full Duplex"
100Mb_Half_Duplex = "100 Mbps Half Duplex"
100Mb_Full_Duplex = "100 Mbps Full Duplex"
1000Mb_Full_Duplex = "1.0 Gbps Full Duplex"
IPChksumOffv4 = "IPv4 Checksum Offload"
TCPChksumOffv4 = "TCP Checksum Offload (IPv4)"
UDPChksumOffv4 = "UDP Checksum Offload (IPv4)"
TCPChksumOffv6 = "TCP Checksum Offload (IPv6)"
UDPChksumOffv6 = "UDP Checksum Offload (IPv6)"
LsoV2IPv4 = "Large Send Offload V2 (IPv4)"
LsoV2IPv6 = "Large Send Offload V2 (IPv6)"
ChksumOffTxRx = "Rx & Tx Enabled"
ChksumOffTx = "Tx Enabled"
ChksumOffRx = "Rx Enabled"
FlowControl = "Flow Control"
FlowControl_TxOnly = "Tx Enabled"
FlowControl_RxOnly = "Rx Enabled"
FlowControl_Full = "Rx & Tx Enabled"
PriorityVlanDisabled2 = "Packet Priority & VLAN Disabled"
PriorityEnabled2 = "Packet Priority Enabled"
VlanEnabled = "VLAN Enabled"
PriorityVlanEnabled2 = "Packet Priority & VLAN Enabled"
TransmitBuffers = "Transmit Buffers"
ReceiveBuffers = "Receive Buffers"
PriorityVLANTag2 = "Packet Priority & VLAN"
VMQ = "Virtual Machine Queues"
RSS = "Receive Side Scaling"
NumRssQueues2 = "Maximum Number of RSS Queues"
RSSProfile = "RSS load balancing profile"
Closest_Processor = "ClosestProcessor"
Closest_Processor_Static = "ClosestProcessorStatic"
NUMA_Scaling = "NUMAScaling"
NUMA_Scaling_Static = "NUMAScalingStatic"
Conservative_Scaling = "ConservativeScaling"
RssBaseProcNumber = "RSS Base Processor Number"
NumaNodeId = "Preferred NUMA node"
MaxRssProcessors = "Maximum number of RSS Processors"
1queue = "1 Queue"
2queues = "2 Queues"
4queues = "4 Queues"
8queues = "8 Queues"
On = "On"
Off = "Off"
Enabled = "Enabled"
Disabled = "Disabled"
Bytes4088 = "4088 Bytes"
Bytes9014 = "9014 Bytes"
LAA = "Locally Administered Address"
JumboPacket = "Jumbo Packet"
WakeOnMagicPacket = "Wake on Magic Packet"
Enable_PME = "Enable PME"
Forced = "Forced"
WakeOnLinkSettings = "Wake on Link Settings"
WakeOnPattern = "Wake on Pattern Match"
LogLinkState = "Log Link State Event"
InterruptModeration = "Interrupt Moderation"
InterruptThrottleRate = "Interrupt Moderation Rate"
Adaptive = "Adaptive"
Extreme = "Extreme"
Minimal = "Minimal"
High = "High"
Medium = "Medium"
Low = "Low"
GigabitMasterMode = "Force Master Mode"
GigabitSlaveMode = "Force Slave Mode"
MasterSlaveMode = "Gigabit Master Slave Mode"
WaitAutoNegComplete = "Wait for Link"
EnableLLI = "Low Latency Interrupts"
LLIPorts = "Low Latency Interrupt Ports"
LLIPortBased = "Port-Based"
LLIPSHBased = "PSH Flag-Based"
EEELinkAdvertisement = "Energy Efficient Ethernet"
EEE_Disabled = "Off"
EEE_Enabled_AWAKE = "On if system is awake"
EnableDMACoalescing = "DMA Coalescing"
250usec = "250 usec"
500usec = "500 usec"
1msec = "1 msec"
2msec = "2 msec"
3msec = "3 msec"
4msec = "4 msec"
5msec = "5 msec"
6msec = "6 msec"
7msec = "7 msec"
8msec = "8 msec"
9msec = "9 msec"
10msec = "10 msec"
ARPOffload = "ARP Offload"
NSOffload = "NS Offload"
VlanID = "VLAN ID"
Intel = "Intel"
EventLogMessageDllPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\e1s68x64.sys"
E1SExpress.Service.DispName = "Intel(R) PCI Express Network Connection Driver S"
DISKNAME = "Intel(R) Driver Disk"
;; Brandnames.str
;------------------------------------------------------------------------------
E1F40NC.DeviceDesc = "Intel(R) Ethernet Connection I354 1.0 GbE Backplane"
E1F41NC.DeviceDesc = "Intel(R) Ethernet Connection I354"
E1F45NC.DeviceDesc = "Intel(R) Ethernet Connection I354 2.5 GbE Backplane"
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------

Some files were not shown because too many files have changed in this diff Show More