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 Remove ACPICA_PEDANTIC. Appears to be no ...



details:   https://anonhg.NetBSD.org/src/rev/720dac083aa3
branches:  trunk
changeset: 751305:720dac083aa3
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Jan 31 12:14:45 2010 +0000

description:
Remove ACPICA_PEDANTIC. Appears to be no longer in use.

diffstat:

 sys/arch/i386/conf/ALL     |  5 ++---
 sys/arch/i386/conf/GENERIC |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 7bf947d57247 -r 720dac083aa3 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Jan 31 12:07:37 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Jan 31 12:14:45 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.230 2010/01/31 11:19:40 jruoho Exp $
+# $NetBSD: ALL,v 1.231 2010/01/31 12:14:45 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.230 $"
+#ident                 "ALL-$Revision: 1.231 $"
 
 maxusers       64              # estimated number of users
 
@@ -353,7 +353,6 @@
 acpi0          at mainbus0
 
 options        ACPI_ACTIVATE_DEV       # If set, activate inactive devices
-options        ACPICA_PEDANTIC         # force strict conformance to the Spec.
 
 # ACPI devices
 apm*           at acpi?                # ACPI apm emulation
diff -r 7bf947d57247 -r 720dac083aa3 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Jan 31 12:07:37 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Jan 31 12:14:45 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.961 2010/01/21 12:02:25 pooka Exp $
+# $NetBSD: GENERIC,v 1.962 2010/01/31 12:14:45 jruoho Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.961 $"
+#ident                 "GENERIC-$Revision: 1.962 $"
 
 maxusers       64              # estimated number of users
 
@@ -344,7 +344,6 @@
 acpi0          at mainbus0
 
 #options       ACPI_ACTIVATE_DEV       # If set, activate inactive devices
-#options       ACPICA_PEDANTIC         # force strict conformance to the Spec.
 options        VGA_POST                # in-kernel support for VGA POST
 
 # ACPI devices



Home | Main Index | Thread Index | Old Index