Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 1, 2024
1 parent 81c86a9 commit 65ee5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion hal/halx86/generic/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ HalpScatterGatherAdapterControl(IN PDEVICE_OBJECT DeviceObject,
Irp,
ScatterGatherList,
AdapterListControlContext);

return DeallocateObjectKeepRegisters;
}

Expand Down
5 changes: 4 additions & 1 deletion ntoskrnl/io/pnpmgr/pnpres.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 65ee5f1

Please sign in to comment.