diff options
author | sbruno <sbruno@FreeBSD.org> | 2013-09-13 19:55:40 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2013-09-13 19:55:40 +0000 |
commit | 0d8bb1bec195ae47b9f311fd1e3bce400ce4e06d (patch) | |
tree | 87d600636a4cddcf1ccc8a093d8c51d106c10ce4 /usr.sbin | |
parent | 36c84de38fc0ad766cbad9ed3b1cbca82726035f (diff) | |
download | FreeBSD-src-0d8bb1bec195ae47b9f311fd1e3bce400ce4e06d.zip FreeBSD-src-0d8bb1bec195ae47b9f311fd1e3bce400ce4e06d.tar.gz |
Add gpio(4) man page to attempt to document the current hints based setup of
pin outputs, functions and setup.
Add cross reference in gpioctl(8) for people to find.
This is by no means complete and really only covers gpioled(4) and the
Atheros based systems who expose a few extra hints at boot time.
This should be updated by developers who know more about this system than
I and viewed as the beginning of documentation, not the end.
Reviewed by: adrian
Approved by: re (joel)
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/gpioctl/gpioctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.8 b/usr.sbin/gpioctl/gpioctl.8 index 32ae409..ab936a4 100644 --- a/usr.sbin/gpioctl/gpioctl.8 +++ b/usr.sbin/gpioctl/gpioctl.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 25, 2011 +.Dd August 13, 2013 .Dt GPIOCTL 1 .Os .Sh NAME @@ -105,6 +105,8 @@ Configure pin 12 to be input pin .Pp gpioctl -f /dev/gpioc0 -c 12 IN .El +.Sh SEE ALSO +.Xr gpio 4 .Sh HISTORY The .Nm |