diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2011-05-17 11:26:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2011-05-17 11:26:59 +0000 |
| commit | 1d40404b7bdd664a1eaf47664001eda386fefcf4 (patch) | |
| tree | 2b3805082cbc227e7e4b54c73c8c487eb97f0a10 | |
| parent | 934d7bccdbf4d67bce00c2469de596a6f5b53594 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/xhci.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/xhci.4 b/share/man/man4/xhci.4 index 670d395b9b7a..09f3185353c5 100644 --- a/share/man/man4/xhci.4 +++ b/share/man/man4/xhci.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 24, 2011 +.Dd May 17, 2011 .Dt XHCI 4 .Os .Sh NAME @@ -49,6 +49,13 @@ The controller supports .Tn USB connection speeds up to 5.0Gbps when using a USB 3.0 compliant device. +.Sh HARDWARE +The +.Nm +driver supports +.Tn XHCI +compatible controllers having PCI class 12 (serial bus), +subclass 3 (USB) and programming interface 48 (XHCI). .Sh SEE ALSO .Xr ehci 4 , .Xr ohci 4 , |
