Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add ACPI_DEBUG_ALLOC.



details:   https://anonhg.NetBSD.org/src/rev/c4328aa2f14d
branches:  trunk
changeset: 752514:c4328aa2f14d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Feb 28 13:10:43 2010 +0000

description:
Add ACPI_DEBUG_ALLOC.

diffstat:

 sys/arch/i386/conf/ALL |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 1a911d7e01be -r c4328aa2f14d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Feb 28 12:57:11 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Feb 28 13:10:43 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.243 2010/02/28 09:24:46 jruoho Exp $
+# $NetBSD: ALL,v 1.244 2010/02/28 13:10:43 jruoho Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.243 $"
+#ident                 "ALL-$Revision: 1.244 $"
 
 maxusers       64              # estimated number of users
 
@@ -1759,7 +1759,13 @@
 options AC97_IO_DEBUG
 options ACPI_APM_DEBUG
 options ACPI_BUT_DEBUG
+
+# ACPI_DEBUG_ALLOC can not be used with ACPI
+# kernel modules. It requires also ACPI_DEBUG.
+#
 #options ACPI_DEBUG
+#options ACPI_DEBUG_ALLOC
+
 options ACPI_EXTRA_DEBUG
 options ACPI_FDC_DEBUG
 options ACPI_MADT_DEBUG



Home | Main Index | Thread Index | Old Index