Module Name: src
Committed By: jruoho
Date: Thu Mar 4 22:30:57 UTC 2010
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Remove ACPI_BUT_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 src/sys/arch/i386/conf/ALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.247 src/sys/arch/i386/conf/ALL:1.248
--- src/sys/arch/i386/conf/ALL:1.247 Thu Mar 4 21:55:32 2010
+++ src/sys/arch/i386/conf/ALL Thu Mar 4 22:30:57 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.247 2010/03/04 21:55:32 jruoho Exp $
+# $NetBSD: ALL,v 1.248 2010/03/04 22:30:57 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.247 $"
+#ident "ALL-$Revision: 1.248 $"
maxusers 64 # estimated number of users
@@ -1758,7 +1758,6 @@
options AC97_DEBUG
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.