Module Name:    src
Committed By:   cegger
Date:           Sat Jul 25 19:04:41 UTC 2009

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
add GPIO_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 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.200 src/sys/arch/i386/conf/ALL:1.201
--- src/sys/arch/i386/conf/ALL:1.200	Sun Jul 19 06:28:08 2009
+++ src/sys/arch/i386/conf/ALL	Sat Jul 25 19:04:41 2009
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.200 2009/07/19 06:28:08 kiyohara Exp $
+# $NetBSD: ALL,v 1.201 2009/07/25 19:04:41 cegger 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.200 $"
+#ident 		"ALL-$Revision: 1.201 $"
 
 maxusers	32		# estimated number of users
 
@@ -1805,6 +1805,7 @@
 options GEOM_DEBUG
 options GE_DEBUG
 options GMAC_DEBUG
+options GPIO_DEBUG
 options GRE_DEBUG
 options GSFB_DEBUG_MONITOR
 options GTFDEBUG

Reply via email to