Module Name:    src
Committed By:   jruoho
Date:           Sun Jan 31 12:20:23 UTC 2010

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
Remove ACPICA_PEDANTIC.


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/arch/amd64/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.262 src/sys/arch/amd64/conf/GENERIC:1.263
--- src/sys/arch/amd64/conf/GENERIC:1.262	Thu Jan  7 18:49:30 2010
+++ src/sys/arch/amd64/conf/GENERIC	Sun Jan 31 12:20:22 2010
@@ -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

Reply via email to