[NTOSKRNL]
authorCameron Gutman <aicommander@gmail.com>
Mon, 12 Mar 2012 01:53:20 +0000 (01:53 +0000)
committerCameron Gutman <aicommander@gmail.com>
Mon, 12 Mar 2012 01:53:20 +0000 (01:53 +0000)
commitef685fd540ca5b31ed8f8782448e79423267dacd
tree282be4f888b2731e841b251d2e7cf765faa71385
parent4450ed65cdadc89b50306f89b95bfd699ca091e0
[NTOSKRNL]
- It appears that the driver unloading code is more profoundly broken that I had previously thought. I ran into issues testing with videoprt which would call IoCreateDevice and IoDeleteDevice during enumeration of child devices. The issue arose when the IoDeleteDevice call unloaded the video driver which was currently initializing. This caused video initialization to fail and the system to shutdown.
- Disable this code completely for now until the proper algorithm for determining when a driver should unload is found

svn path=/trunk/; revision=56125
reactos/ntoskrnl/io/iomgr/device.c