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 Document gpioiic flag in a comment.



details:   https://anonhg.NetBSD.org/src/rev/c0cca859cc6a
branches:  trunk
changeset: 770052:c0cca859cc6a
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Oct 02 12:19:17 2011 +0000

description:
Document gpioiic flag in a comment.

diffstat:

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

diffs (28 lines):

diff -r 9be5fdbcc1de -r c0cca859cc6a sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Oct 02 12:13:08 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Oct 02 12:19:17 2011 +0000
@@ -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 @@
 
 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 @@
 #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



Home | Main Index | Thread Index | Old Index