Module Name: src
Committed By: mbalmer
Date: Sun Nov 13 12:44:18 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note gpiopwm(4) addition.
To generate a diff of this commit:
cvs rdiff -u -r1.1624 -r1.1625 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.1624 src/doc/CHANGES:1.1625
--- src/doc/CHANGES:1.1624 Sat Nov 12 01:22:07 2011
+++ src/doc/CHANGES Sun Nov 13 12:44:18 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1624 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1625 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1166,3 +1166,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
These provide the end user with some ready-to-use sample
code for a variety of platforms, showcasing how to interact
with NetBSD system calls, APIs and binaries. [jmmv 20111111]
+ gpiopwm(4): A new driver to pulse GPIO pins in software.
+ [mbalmer 20111113]