Disable patch 15796 because it breaks the bootcd. Modified: trunk/reactos/ntoskrnl/io/pnpmgr.c _____
Modified: trunk/reactos/ntoskrnl/io/pnpmgr.c --- trunk/reactos/ntoskrnl/io/pnpmgr.c 2005-06-05 23:07:51 UTC (rev 15818) +++ trunk/reactos/ntoskrnl/io/pnpmgr.c 2005-06-06 19:34:36 UTC (rev 15819) @@ -892,6 +892,7 @@
ZwClose(LogConfKey); }
+#if 0 if (DeviceNode->PhysicalDeviceObject != NULL) { /* Create the 'Control' key */ @@ -924,6 +925,7 @@ ZwClose(LogConfKey); } } +#endif
DPRINT("IopSetDeviceInstanceData() done\n");
@@ -2017,6 +2019,7 @@ static NTSTATUS INIT_FUNCTION IopSetRootDeviceInstanceData(PDEVICE_NODE DeviceNode) { +#if 0 PWSTR KeyBuffer; HANDLE InstanceKey = NULL; NTSTATUS Status; @@ -2040,6 +2043,8 @@ ZwClose(InstanceKey);
return Status; +#endif + return STATUS_SUCCESS; }