On 2010-09-28 05:28, Oleksandr Tymoshenko wrote:
Author: gonzo
Date: Tue Sep 28 03:28:20 2010
New Revision: 213238
URL: http://svn.freebsd.org/changeset/base/213238
Log:
Add gpioctl(8). Utility for configuring/accessing GPIO pins
Added:
head/usr.sbin/gpioctl/
head/usr.sbin/gpioctl/Makefile (contents, props changed)
head/usr.sbin/gpioctl/gpioctl.8 (contents, props changed)
head/usr.sbin/gpioctl/gpioctl.c (contents, props changed)
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile Tue Sep 28 03:24:53 2010 (r213237)
+++ head/usr.sbin/Makefile Tue Sep 28 03:28:20 2010 (r213238)
@@ -27,6 +27,7 @@ SUBDIR= adduser \
fwcontrol \
getfmac \
getpmac \
+ gpioctl \
gstat \
i2c \
ifmcstat \
This should probably be made conditional on MK_GPIO.
Thank you for your work!
Regards!
Niclas
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"