revers my change in 21818, w3seek point out it was not good, and it can create unsupectet problem, like no gui ondemain, and maybe other, it seam waxdragon and other have problem boot after this changes. thats is the reason for this change beeing remove, that was added in 21818

svn path=/trunk/; revision=21886
This commit is contained in:
Magnus Olsen
2006-05-10 21:34:10 +00:00
parent 72bb90f524
commit 834787aacd
@@ -489,18 +489,6 @@ IntPrepareDriver()
BOOL GotDriver;
BOOL DoDefault;
ULONG DisplayNumber;
LARGE_INTEGER TimeOut;
/* We need delay the tree */
TimeOut.QuadPart = -10000000;
KeDelayExecutionThread(KernelMode, FALSE, &TimeOut);
if (PrimarySurface.PreparedDriver)
{
DPRINT1("time out!\n");
KEBUGCHECK(0);
}
for (DisplayNumber = 0; ; DisplayNumber++)
{