Module Name: src
Committed By: mbalmer
Date: Sun Aug 9 08:53:58 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Mention gpioiic(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1270 -r1.1271 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1270 src/doc/CHANGES:1.1271
--- src/doc/CHANGES:1.1270 Sat Aug 8 11:50:18 2009
+++ src/doc/CHANGES Sun Aug 9 08:53:58 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1270 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1271 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -357,3 +357,5 @@
openssl: Import SNAP-20090805 to fix the namespace issues
(BLOCK, CSTRING, etc) [christos 20090805]
tcx(8): support wsdisplay and acceleration [macallan 20090806]
+ gpioiic(4): New driver to create an I2C bus using GPIO pins in
+ bit-banging mode. [mbalmer 20090809]