summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-09-18 21:20:43 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-09-18 21:20:43 +0000
commitc3fb190214dc858718d62d6ba96b552ed54149d1 (patch)
tree0f5c8a702bfeb3e1ea72ed75f790ec146bad65c0
parent405c7c5b1619d1d202b31baaa983ff1e5d7bce6d (diff)
Add manual for octuctl(4); from Rafael Neves <rafael at diskless dot io>.
Tweaked by jmc@ and by me. OK visa@ (on a previous version) and OK jmc@ and Rafael Neves (author). MikeB@ supported the general direction.
-rw-r--r--share/man/man4/man4.octeon/Makefile4
-rw-r--r--share/man/man4/man4.octeon/octuctl.448
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile
index dd48fc6f50e..abe2edbe9fb 100644
--- a/share/man/man4/man4.octeon/Makefile
+++ b/share/man/man4/man4.octeon/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 2015/11/17 13:25:36 visa Exp $
+# $OpenBSD: Makefile,v 1.5 2016/09/18 21:20:42 schwarze Exp $
-MAN= amdcf.4 cnmac.4 octrng.4 octrtc.4
+MAN= amdcf.4 cnmac.4 octrng.4 octrtc.4 octuctl.4
MANSUBDIR=octeon
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.octeon/octuctl.4 b/share/man/man4/man4.octeon/octuctl.4
new file mode 100644
index 00000000000..9c525a6d596
--- /dev/null
+++ b/share/man/man4/man4.octeon/octuctl.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: octuctl.4,v 1.1 2016/09/18 21:20:42 schwarze Exp $
+.\"
+.\" Copyright (c) 2016 Rafael Neves <rafael@diskless.io>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: September 18 2016 $
+.Dt OCTUCTL 4 octeon
+.Os
+.Sh NAME
+.Nm octuctl
+.Nd OCTEON II USB controller interface
+.Sh SYNOPSIS
+.Cd "octuctl0 at iobus? irq 56"
+.Cd "ehci0 at octuctl?"
+.Cd "ohci0 at octuctl?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the OCTEON II USB controller interface,
+which provides an interface to
+.Xr ehci 4
+and
+.Xr ohci 4
+devices.
+.Sh SEE ALSO
+.Xr ehci 4 ,
+.Xr ohci 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.0 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Jonathan Matthew Aq Mt jmatthew@openbsd.org .