diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-03-10 12:18:19 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-03-10 12:18:19 +0000 |
commit | 2172c3273d6b8bbbf65b13e381a1877ec76279bb (patch) | |
tree | ba9e4233a7580ec108dd4d3ca1986282af55274e /share | |
parent | ac62afc9a5be357a11723f70e058150fca01fe66 (diff) |
Manpage for xhci(4).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 9 | ||||
-rw-r--r-- | share/man/man4/xhci.4 | 49 |
3 files changed, 58 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7153ed71fac..c84cb9e9327 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.570 2014/03/06 11:32:55 kettenis Exp $ +# $OpenBSD: Makefile,v 1.571 2014/03/10 12:18:18 mpi Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -73,7 +73,7 @@ MAN= aac.4 ac97.4 acphy.4 \ vscsi.4 vte.4 vxlan.4 \ watchdog.4 wb.4 wbenv.4 wbng.4 wbsd.4 wbsio.4 wd.4 wdc.4 wdsc.4 we.4 \ wi.4 wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ - xe.4 xf86.4 xge.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 + xe.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 MLINKS+=adv.4 advansys.4 adv.4 adw.4 MLINKS+=art.4 musycc.4 diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 9009e62e4ca..99289502a45 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.148 2014/01/22 14:31:40 jcs Exp $ +.\" $OpenBSD: usb.4,v 1.149 2014/03/10 12:18:18 mpi Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 22 2014 $ +.Dd $Mdocdate: March 10 2014 $ .Dt USB 4 .Os .Sh NAME @@ -44,9 +44,11 @@ .Cd "ehci* at pci?" .Cd "uhci* at pci?" .Cd "ohci* at pci?" +.Cd "xhci* at pci?" .Cd "usb* at ehci? flags 0x00" .Cd "usb* at uhci? flags 0x00" .Cd "usb* at ohci? flags 0x00" +.Cd "usb* at xhci? flags 0x00" .Cd "uhub* at usb?" .Cd "uhub* at uhub?" .Pp @@ -291,6 +293,8 @@ There are different versions of the .Tn USB which provide different speeds. .Tn USB +3 can operate up to 5.0Gb/s. +.Tn USB 2 operates at 480Mb/s, while .Tn USB versions 1 and 1.1 operate at 12 Mb/s and 1.5 Mb/s for low speed devices. @@ -675,6 +679,7 @@ Human Interface Devices .Xr ehci 4 , .Xr ohci 4 , .Xr uhci 4 , +.Xr xhci 4 , .Xr config 8 , .Xr usbdevs 8 .Pp diff --git a/share/man/man4/xhci.4 b/share/man/man4/xhci.4 new file mode 100644 index 00000000000..698ec380fb7 --- /dev/null +++ b/share/man/man4/xhci.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: xhci.4,v 1.1 2014/03/10 12:18:18 mpi Exp $ +.\" +.\" Copyright (c) 2014 Martin Pieuchot +.\" +.\" 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: March 10 2014 $ +.Dt XHCI 4 +.Os +.Sh NAME +.Nm xhci +.Nd USB eXtensible Host Controller Interface +.Sh SYNOPSIS +.Cd "xhci* at pci?" +.Cd "usb* at xhci?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the USB eXtensible Host Controller Interface, +which provides an interface to +.Xr usb 4 +devices. +.Pp +xHCI controllers support all USB 3.0, 2.0 and 1.x device speeds. +.Sh SEE ALSO +.Xr pci 4 , +.Xr usb 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 5.6 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Martin Pieuchot Aq Mt mpi@openbsd.org . |