- Fix the damn thing.

svn path=/trunk/; revision=26265
This commit is contained in:
Dmitry Gorbachev 2007-04-04 20:12:23 +00:00
parent 965b2d9d39
commit fe6c48c65b

View file

@ -3320,6 +3320,7 @@ PnpInit(VOID)
IopRootDeviceNode->PhysicalDeviceObject->Flags |= DO_BUS_ENUMERATED_DEVICE;
PnpRootDriverEntry(IopRootDriverObject, NULL);
IopRootDeviceNode->PhysicalDeviceObject->Flags &= ~DO_DEVICE_INITIALIZING;
IopRootDriverObject->DriverExtension->AddDevice(
IopRootDriverObject,
IopRootDeviceNode->PhysicalDeviceObject);