Disable some code in cromwell, as you get an infinite loop on some hardware ("ERR: drivers\usb\cromwell\uhci\uhci-hcd.c: 1060: host controller halted. very bad during boot") Modified: trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c _____
Modified: trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c --- trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c 2005-06-17 15:47:10 UTC (rev 15986) +++ trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c 2005-06-17 15:48:15 UTC (rev 15987) @@ -118,13 +118,13 @@
ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL);
- PsCreateSystemThread(&hThread, + /*PsCreateSystemThread(&hThread, THREAD_ALL_ACCESS, NULL, NULL, NULL, (PKSTART_ROUTINE)handler, - parm); + parm);*/
DPRINT1("usbcore: Created system thread %d\n", (int)hThread);