+++ trunk/reactos/ntoskrnl/io/iomgr/driver.c 2008-07-03 00:09:25.000000000 -0700 @@ -1716,6 +1716,8 @@ (VOID)KeSetEvent(&LoadParams->Event, 0, FALSE); return; } + /* Store the ModuleObject in the Drivers Section */ + DriverObject->DriverSection=ModuleObject; } /* We have a driver for this DeviceNode */