mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix the damn thing.
svn path=/trunk/; revision=26265
This commit is contained in:
parent
965b2d9d39
commit
fe6c48c65b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue