Skip to content

Commit 615051b

Browse files
Revert "oh god oh god oh god"
This reverts commit 596a2ac.
1 parent cadba01 commit 615051b

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

drivers/bus/acpi/buspdo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,6 @@ Bus_PDO_QueryResources(
807807
PPDO_DEVICE_DATA DeviceData,
808808
PIRP Irp )
809809
{
810-
DPRINT1("Bus_PDO_QueryResources\n");
811-
__debugbreak();
812810
ULONG NumberOfResources = 0;
813811
PCM_RESOURCE_LIST ResourceList;
814812
PCM_PARTIAL_RESOURCE_DESCRIPTOR ResourceDescriptor;

drivers/bus/pci/fdo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include "pci.h"
1111

12-
//#define NDEBUG
12+
#define NDEBUG
1313
#include <debug.h>
1414

1515
/*** PRIVATE *****************************************************************/

drivers/bus/pci/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <stdio.h>
1313

14-
//#define NDEBUG
14+
#define NDEBUG
1515
#include <debug.h>
1616

1717
static DRIVER_DISPATCH PciDispatchDeviceControl;

drivers/bus/pci/pdo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#include <initguid.h>
1313
#include <wdmguid.h>
1414

15-
//#define NDEBUG
15+
#define NDEBUG
1616
#include <debug.h>
1717

18-
#if 1
18+
#if 0
1919
#define DBGPRINT(...) DbgPrint(__VA_ARGS__)
2020
#else
2121
#define DBGPRINT(...)

hal/halx86/acpi/busemul.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* INCLUDES *******************************************************************/
1010

1111
#include <hal.h>
12-
//#define NDEBUG
12+
#define NDEBUG
1313
#include <debug.h>
1414

1515
/* GLOBALS ********************************************************************/
@@ -51,9 +51,6 @@ HalpAssignSlotResources(IN PUNICODE_STRING RegistryPath,
5151
IN ULONG SlotNumber,
5252
IN OUT PCM_RESOURCE_LIST *AllocatedResources)
5353
{
54-
55-
DPRINT1("HalpAssignSlotResources: Called\n");
56-
__debugbreak();
5754
BUS_HANDLER BusHandler;
5855
PAGED_CODE();
5956

@@ -137,7 +134,6 @@ HalAssignSlotResources(IN PUNICODE_STRING RegistryPath,
137134
IN ULONG SlotNumber,
138135
IN OUT PCM_RESOURCE_LIST *AllocatedResources)
139136
{
140-
__debugbreak();
141137
/* Check the bus type */
142138
if (BusType != PCIBus)
143139
{

hal/halx86/legacy/bus/pcibus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* INCLUDES ******************************************************************/
1010

1111
#include <hal.h>
12-
//#define NDEBUG
12+
#define NDEBUG
1313
#include <debug.h>
1414

1515
/* GLOBALS *******************************************************************/

0 commit comments

Comments
 (0)