This is change is wrong. We start auto-start drivers, but we stop on first failure (see subsys/system/services). You're just workarounding the real problem. - Filip
----- PŮVODNÍ ZPRÁVA ----- Od: gvg@svn.reactos.com Komu: ros-diffs@reactos.com Předmět: [ros-diffs] [gvg] 18782: Change Tcpip and Afd drivers Datum: 27.10.2005 - 1:28:07
Change Tcpip and Afd drivers from auto-start to system-start, since we don't auto-start device drivers yet Modified: trunk/reactos/bootdata/hivesys.inf _____
Modified: trunk/reactos/bootdata/hivesys.inf --- trunk/reactos/bootdata/hivesys.inf 2005-10-26 23:19:37 UTC --- (rev 18781) +++ trunk/reactos/bootdata/hivesys.inf 2005-10-26 23:26:44 UTC (rev 18782) @@ -365,7 +365,7 @@
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","ErrorControl",0x00010001,0
x00000001
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Group",0x00000000,"TDI"
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","ImagePath",0x00020000,"sys
tem32\drivers\afd.sys"
-HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Start",0x00010001,0x00000
002
+HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Start",0x00010001,0x00000
001
HKLM,"SYSTEM\CurrentControlSet\Services\Afd","Type",0x00010001,0x0000000
1
; Atapi miniport driver @@ -615,7 +615,7 @@
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","ErrorControl",0x00010001
,0x00000001
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Group",0x00000000,"PNP_T
DI"
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","ImagePath",0x00020000,"s
ystem32\drivers\tcpip.sys"
-HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Start",0x00010001,0x000
00002
+HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Start",0x00010001,0x000
00001
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip","Type",0x00010001,0x00000
001 ; NOTE: These settings should be added by the network setup ; These bindings are of the windows 2000 type, and will probably need to be