diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2016-02-02 15:08:04 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2016-02-02 15:08:04 +0000 |
commit | faa8c1169af2055815c40b9eca3f46b319645591 (patch) | |
tree | 3c9be9d4e8bf22c3a07bca75189582824e22cb6e /share | |
parent | 804600b9ea8701bf9604a56b311b54970a97753d (diff) |
Manual page for dwctwo(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/dwctwo.4 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/share/man/man4/dwctwo.4 b/share/man/man4/dwctwo.4 new file mode 100644 index 00000000000..a788fbce1fa --- /dev/null +++ b/share/man/man4/dwctwo.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: dwctwo.4,v 1.1 2016/02/02 15:08:03 visa Exp $ +.\" +.\" Copyright (c) 2016 Visa Hankala +.\" +.\" 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: February 2 2016 $ +.Dt DWCTWO 4 +.Os +.Sh NAME +.Nm dwctwo +.Nd DesignWare HS USB 2.0 OTG Controller +.Sh SYNOPSIS +.Cd "dwctwo* at iobus? " Pq "octeon" +.Cd "usb* at dwctwo?" +.Sh DESCRIPTION +The +.Nm +driver provides support for DesignWare High-Speed USB 2.0 On-the-Go +Controller, which provides an interface to +.Xr usb 4 +devices. +.Sh SEE ALSO +.Xr ehci 4 , +.Xr ohci 4 , +.Xr usb 4 , +.Xr xhci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.8 . |