From 65ee5f11ef413c04f7b4ee45368936562113d998 Mon Sep 17 00:00:00 2001 From: Justin Miller Date: Tue, 1 Oct 2024 14:07:41 -0700 Subject: [PATCH] ahh --- hal/halx86/generic/dma.c | 1 - ntoskrnl/io/pnpmgr/pnpres.c | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hal/halx86/generic/dma.c b/hal/halx86/generic/dma.c index 197dbc87f19fe..e85378b817f34 100644 --- a/hal/halx86/generic/dma.c +++ b/hal/halx86/generic/dma.c @@ -1161,7 +1161,6 @@ HalpScatterGatherAdapterControl(IN PDEVICE_OBJECT DeviceObject, Irp, ScatterGatherList, AdapterListControlContext); - return DeallocateObjectKeepRegisters; } diff --git a/ntoskrnl/io/pnpmgr/pnpres.c b/ntoskrnl/io/pnpmgr/pnpres.c index 982ffe2afed6f..139ecd6eaafa9 100644 --- a/ntoskrnl/io/pnpmgr/pnpres.c +++ b/ntoskrnl/io/pnpmgr/pnpres.c @@ -454,7 +454,10 @@ IopFixupResourceListWithRequirements( FoundResource = FALSE; } break; - + case CmResourceTypeDevicePrivate: + // What's suppose to happen here? + __debugbreak(); + break; default: DPRINT1("Unsupported resource type: %x\n", IoDesc->Type); FoundResource = FALSE;