Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Remove ACPICA_PEDANTIC.



details:   https://anonhg.NetBSD.org/src/rev/f994207da2fc
branches:  trunk
changeset: 751306:f994207da2fc
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Jan 31 12:20:22 2010 +0000

description:
Remove ACPICA_PEDANTIC.

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 720dac083aa3 -r f994207da2fc sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sun Jan 31 12:14:45 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sun Jan 31 12:20:22 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.262 2010/01/07 18:49:30 tnn Exp $
+# $NetBSD: GENERIC,v 1.263 2010/01/31 12:20:22 jruoho Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.262 $"
+#ident                 "GENERIC-$Revision: 1.263 $"
 
 maxusers       64              # estimated number of users
 
@@ -264,7 +264,6 @@
 #options       PCI_BUS_FIXUP           # fixup PCI bus numbering
 #options       PCI_ADDR_FIXUP          # fixup PCI I/O addresses
 #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