Module Name: src Committed By: mbalmer Date: Fri Sep 25 21:14:13 UTC 2009
Modified Files: src/doc: CHANGES Log Message: mention gpio changes To generate a diff of this commit: cvs rdiff -u -r1.1290 -r1.1291 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.1290 src/doc/CHANGES:1.1291 --- src/doc/CHANGES:1.1290 Tue Sep 15 10:42:40 2009 +++ src/doc/CHANGES Fri Sep 25 21:14:13 2009 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1290 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1291 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -394,3 +394,7 @@ in rc.conf(5) or by booting in silent mode (e.g. "boot netbsd -z" on i386 or amd64). [apb 20090911] pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914] + gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at + a hardware defined frequency and duty cycle. [mbalmer 20090925] + gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using + the "pulsate" keyword. [mbalmer 20090925]