[ros-diffs] [dgorbachev] 26265: - Fix the damn thing.
dgorbachev at svn.reactos.org
dgorbachev at svn.reactos.org
Wed Apr 4 22:12:23 CEST 2007
Author: dgorbachev
Date: Thu Apr 5 00:12:23 2007
New Revision: 26265
URL: http://svn.reactos.org/svn/reactos?rev=26265&view=rev
Log:
- Fix the damn thing.
Modified:
trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c?rev=26265&r1=26264&r2=26265&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c (original)
+++ trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c Thu Apr 5 00:12:23 2007
@@ -3320,6 +3320,7 @@
IopRootDeviceNode->PhysicalDeviceObject->Flags |= DO_BUS_ENUMERATED_DEVICE;
PnpRootDriverEntry(IopRootDriverObject, NULL);
+ IopRootDeviceNode->PhysicalDeviceObject->Flags &= ~DO_DEVICE_INITIALIZING;
IopRootDriverObject->DriverExtension->AddDevice(
IopRootDriverObject,
IopRootDeviceNode->PhysicalDeviceObject);
More information about the Ros-diffs
mailing list