mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[TCPIP] Identify TCP/IP driver as version 4. By Lee Schroeder. CORE-9744
svn path=/trunk/; revision=67940
This commit is contained in:
parent
7e52c2b702
commit
945f960a7d
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
#define REACTOS_VERSION_DLL
|
#define REACTOS_VERSION_DLL
|
||||||
#define REACTOS_STR_FILE_DESCRIPTION "TCP/IP protocol driver"
|
#define REACTOS_STR_FILE_DESCRIPTION "TCP/IPv4 protocol driver"
|
||||||
#define REACTOS_STR_INTERNAL_NAME "tcpip"
|
#define REACTOS_STR_INTERNAL_NAME "tcpip"
|
||||||
#define REACTOS_STR_ORIGINAL_FILENAME "tcpip.sys"
|
#define REACTOS_STR_ORIGINAL_FILENAME "tcpip.sys"
|
||||||
#include <reactos/version.rc>
|
#include <reactos/version.rc>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
; NETTCPIP.INF
|
; NETTCPIP.INF
|
||||||
|
|
||||||
; Installation file for TCP/IP protocol
|
; Installation file for TCP/IP Version 4 Protocol
|
||||||
|
|
||||||
[Version]
|
[Version]
|
||||||
Signature = "$Windows NT$"
|
Signature = "$Windows NT$"
|
||||||
|
@ -11,24 +11,24 @@ ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider = %ReactOS%
|
Provider = %ReactOS%
|
||||||
DriverVer = 04/12/2006,1.00
|
DriverVer = 04/12/2006,1.00
|
||||||
|
|
||||||
;----------------------------- TCP/IP DRIVER ----------------------------
|
;----------------------------- TCP/IPv4 DRIVER ----------------------------
|
||||||
|
|
||||||
[MS_TCPIP.PrimaryInstall]
|
[MS_TCPIP.PrimaryInstall]
|
||||||
AddReg = TCPIP_AddReg_Global.NT
|
AddReg = TCPIP_AddReg_Global.NT
|
||||||
|
|
||||||
[TCPIP_AddReg_Global.NT]
|
[TCPIP_AddReg_Global.NT]
|
||||||
; The following entries should be generated from .inf files during installation
|
; The following entries should be generated from .inf files during installation
|
||||||
; TCPIP Protocol
|
; TCPIPv4 Protocol
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Characteristics",0x00010001,0x00000080
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Characteristics",0x00010001,0x00000080
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","ComponentId",0x00000000,"ms_tcpip"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","ComponentId",0x00000000,"ms_tcpip"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet Protocol (TCP/IP)"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet Protocol Version 4 (TCP/IPv4)"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfPath",0x00000000,"BUGBUG_Create from Inffile.inf"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfPath",0x00000000,"BUGBUG_Create from Inffile.inf"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfSection",0x00000000,"BUGBUG_Create from Inffile.inf"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfSection",0x00000000,"BUGBUG_Create from Inffile.inf"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","HelpText",0x00000000,"Transmission Control Protocol/Internet Protocol"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","HelpText",0x00000000,"Transmission Control Protocol/Internet Protocol"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","Service",0x00000000,"Tcpip"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","Service",0x00000000,"Tcpip"
|
||||||
|
|
||||||
; TCP/IP driver
|
; TCP/IPv4 driver
|
||||||
; NOTE: These settings should be added by the network setup
|
; NOTE: These settings should be added by the network setup
|
||||||
; These bindings are of the windows 2000 type, and will probably need to be
|
; These bindings are of the windows 2000 type, and will probably need to be
|
||||||
; twiddled to get 3rd-party network-related software to work.
|
; twiddled to get 3rd-party network-related software to work.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue