From: Robert Dickenson Date: Wed, 25 Sep 2002 12:45:13 +0000 (+0000) Subject: Moved location of serial driver entry to prevent very strange behaviour of serial... X-Git-Tag: ReactOS-0.0.21~124 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c08624515a2c2ca570fca6b9151a3d82ce673c9e Moved location of serial driver entry to prevent very strange behaviour of serial appearing to load multiple times as currently seen under bochs. svn path=/trunk/; revision=3565 --- diff --git a/reactos/system.hiv b/reactos/system.hiv index 89ced5c86cd..c1b3b6a3ce9 100644 --- a/reactos/system.hiv +++ b/reactos/system.hiv @@ -200,6 +200,13 @@ REGEDIT4 "Start"=dword:00000001 "Type"=dword:00000001 +[\Registry\Machine\SYSTEM\ControlSet001\Services\Serial] +"ErrorControl"=dword:00000000 +"Group"="Base" +"ImagePath"=expand:"system32\drivers\serial.sys" +"Start"=dword:00000001 +"Type"=dword:00000001 + [\Registry\Machine\SYSTEM\ControlSet001\Services\Pice] "ErrorControl"=dword:00000000 "Group"="Debug" @@ -262,12 +269,6 @@ REGEDIT4 "Start"=dword:00000001 "Type"=dword:00000001 -[\Registry\Machine\SYSTEM\ControlSet001\Services\Serial] -"ErrorControl"=dword:00000000 -"ImagePath"=expand:"system32\drivers\serial.sys" -"Start"=dword:00000001 -"Type"=dword:00000001 - [\Registry\Machine\SYSTEM\ControlSet001\Services\Tcpip\Linkage] "Bind"=expand:"\Device\ne2000" "Export"=expand:"\Device\tcpip"