Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2010 09:28:04 +0200
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        Oleksandr Tymoshenko <gonzo@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r213238 - in head/usr.sbin: . gpioctl
Message-ID:  <4CA19904.1020702@gmail.com>
In-Reply-To: <201009280328.o8S3SKLY058170@svn.freebsd.org>
References:  <201009280328.o8S3SKLY058170@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA19904.1020702>