diff options
author | 2016-02-02 15:08:03 +0000 | |
---|---|---|
committer | 2016-02-02 15:08:03 +0000 | |
commit | 8dae50cde85e31ac2c111694e498b18fc40ef9f1 (patch) | |
tree | 5b300b0ffaedfdda24024763d8ca1ff0779c1ff7 | |
parent | use stat(2) instead of chdir(2) to check if given the directory is valid. (diff) | |
download | wireguard-openbsd-8dae50cde85e31ac2c111694e498b18fc40ef9f1.tar.xz wireguard-openbsd-8dae50cde85e31ac2c111694e498b18fc40ef9f1.zip |
Manual page for dwctwo(4)
-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 . |