summaryrefslogtreecommitdiff
path: root/include/acdebug.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-12-09 20:04:14 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-12-09 20:04:14 +0000
commit0f70714e43f23ff5f3e72fa406814e26bdad006a (patch)
treec88f8fbca7e5c63afb07147d504c55311683cb5d /include/acdebug.h
parent11641cd290cbb4765d39dadd5a4eee278b8769ee (diff)
Diffstat (limited to 'include/acdebug.h')
-rw-r--r--include/acdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acdebug.h b/include/acdebug.h
index 7103e4fdaba3..50d88ce587a6 100644
--- a/include/acdebug.h
+++ b/include/acdebug.h
@@ -117,7 +117,7 @@
#define __ACDEBUG_H__
-#define ACPI_DEBUG_BUFFER_SIZE 4196
+#define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */
typedef struct CommandInfo
{