Module Name:    src
Committed By:   mbalmer
Date:           Sun Oct  2 12:19:17 UTC 2011

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

Log Message:
Document gpioiic flag in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.1053 -r1.1054 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1053 src/sys/arch/i386/conf/GENERIC:1.1054
--- src/sys/arch/i386/conf/GENERIC:1.1053	Sun Sep  4 12:31:30 2011
+++ src/sys/arch/i386/conf/GENERIC	Sun Oct  2 12:19:17 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1053 2011/09/04 12:31:30 mbalmer Exp $
+# $NetBSD: GENERIC,v 1.1054 2011/10/02 12:19:17 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1053 $"
+#ident 		"GENERIC-$Revision: 1.1054 $"
 
 maxusers	64		# estimated number of users
 
@@ -715,7 +715,8 @@ dpti*	at iop? tid 0			# DPT/Adaptec cont
 #owtemp* 	at onewire?			# Temperature sensors
 
 # i2c support
-#gpioiic*	at gpio?
+#gpioiic*	at gpio? offset ? mask ? flag 0x00	# flag 0x01 reverses
+							# SCA and SCL signals
 #iic*		at gpioiic?
 
 # Keylock support

Reply via email to