NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51676 CVS commit: src



The following reply was made to PR kern/51676; it has been noted by GNATS.

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51676 CVS commit: src
Date: Sun, 20 May 2018 14:08:33 +0000

 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