[ros-diffs] [cgutman] 55377: [NTOSKRNL] - Revert 54008

cgutman at svn.reactos.org cgutman at svn.reactos.org
Thu Feb 2 18:08:41 UTC 2012


Author: cgutman
Date: Thu Feb  2 18:08:28 2012
New Revision: 55377

URL: http://svn.reactos.org/svn/reactos?rev=55377&view=rev
Log:
[NTOSKRNL]
- Revert 54008

Modified:
    branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c

Modified: branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c
URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c?rev=55377&r1=55376&r2=55377&view=diff
==============================================================================
--- branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c [iso-8859-1] (original)
+++ branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c [iso-8859-1] Thu Feb  2 18:08:28 2012
@@ -32,6 +32,7 @@
 #define TAG_RTLREGISTRY 'vrqR'
 
 extern BOOLEAN ExpInTextModeSetup;
+extern BOOLEAN PnpSystemInit;
 
 USHORT IopGroupIndex;
 PLIST_ENTRY IopGroupTable;
@@ -515,6 +516,8 @@
 
    /* Set the driver as initialized */
    IopReadyDeviceObjects(Driver);
+
+   if (PnpSystemInit) IopReinitializeDrivers();
 
    return STATUS_SUCCESS;
 }




More information about the Ros-diffs mailing list