From c08624515a2c2ca570fca6b9151a3d82ce673c9e Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Wed, 25 Sep 2002 12:45:13 +0000 Subject: [PATCH] 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 --- reactos/system.hiv | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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"