Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Sun May 20 14:08:33 UTC 2018
Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/modules: mi
src/etc: MAKEDEV.tmpl
src/share/man/man4: Makefile
src/share/man/man8: MAKEDEV.8
src/sys/conf: majors
src/sys/dev/gpio: files.gpio
src/sys/modules: Makefile
Added Files:
src/sys/dev/gpio: gpiopps.c
Log Message:
Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by
me to adapt to the new GPIO interrupt interface and support a wider variety
of GPIO pin configuations.
PR kern/51676
To generate a diff of this commit:
cvs rdiff -u -r1.1587 -r1.1588 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.115 -r1.116 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.189 -r1.190 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.653 -r1.654 src/share/man/man4/Makefile
cvs rdiff -u -r1.47 -r1.48 src/share/man/man8/MAKEDEV.8
cvs rdiff -u -r1.78 -r1.79 src/sys/conf/majors
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/gpio/files.gpio
cvs rdiff -u -r0 -r1.1 src/sys/dev/gpio/gpiopps.c
cvs rdiff -u -r1.203 -r1.204 src/sys/modules/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index