From 8bb2786d95e7fdc1a7419ea76e769a1158d7550f Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 15 Apr 2009 09:19:24 +0000 Subject: [PATCH] - Disable ACPI once again until bug 3363 and bug 4221 are fixed. See issue #3363 for more details. svn path=/trunk/; revision=40521 --- reactos/ntoskrnl/io/pnpmgr/pnpmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c b/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c index cff55e5c5f1..9d2cbaa6194 100644 --- a/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c +++ b/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c @@ -13,7 +13,7 @@ #define NDEBUG #include -#define ENABLE_ACPI +//#define ENABLE_ACPI /* GLOBALS *******************************************************************/