Index: ntoskrnl/io/pnpmgr/pnpmgr.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpmgr.c (revision 40843) +++ ntoskrnl/io/pnpmgr/pnpmgr.c (working copy) @@ -3213,7 +3213,7 @@ { Length = CM_RESOURCE_LIST_SIZE(DeviceNode->BootResources); } - Data = &DeviceNode->BootResources; + Data = DeviceNode->BootResources; break; /* FIXME: use a translated boot configuration instead */ @@ -3223,7 +3223,7 @@ { Length = CM_RESOURCE_LIST_SIZE(DeviceNode->BootResources); } - Data = &DeviceNode->BootResources; + Data = DeviceNode->BootResources; break; case DevicePropertyEnumeratorName: