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 ACPICA_PEDANTIC option.



details:   https://anonhg.NetBSD.org/src/rev/eb5d053fd7e2
branches:  trunk
changeset: 556668:eb5d053fd7e2
user:      kochi <kochi%NetBSD.org@localhost>
date:      Tue Dec 23 10:11:42 2003 +0000

description:
add ACPICA_PEDANTIC option.

diffstat:

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

diffs (26 lines):

diff -r 6957a3028778 -r eb5d053fd7e2 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Dec 23 10:04:14 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Dec 23 10:11:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.587 2003/12/17 09:18:45 tls Exp $
+# $NetBSD: GENERIC,v 1.588 2003/12/23 10:11:42 kochi Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.587 $"
+#ident                 "GENERIC-$Revision: 1.588 $"
 
 maxusers       32              # estimated number of users
 
@@ -275,6 +275,7 @@
 #acpi0                 at mainbus0
 #options       ACPI_PCI_FIXUP          # PCI interrupt routing via ACPI
 #options       ACPI_ACTIVATE_DEV       # If set, activate inactive devices
+#options       ACPICA_PEDANTIC         # force strict conformance to the Spec.
 
 # ACPI devices
 #acpiacad*     at acpi?                # ACPI AC Adapter



Home | Main Index | Thread Index | Old Index