From owner-svn-src-stable@FreeBSD.ORG Fri May 20 17:43:38 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7AFB106564A; Fri, 20 May 2011 17:43:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A76298FC1D; Fri, 20 May 2011 17:43:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p4KHhcLQ094403; Fri, 20 May 2011 17:43:38 GMT (envelope-from ru@svn.freebsd.org) Received: (from ru@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p4KHhcS7094401; Fri, 20 May 2011 17:43:38 GMT (envelope-from ru@svn.freebsd.org) Message-Id: <201105201743.p4KHhcS7094401@svn.freebsd.org> From: Ruslan Ermilov Date: Fri, 20 May 2011 17:43:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222141 - stable/8/share/man/man4 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 17:43:38 -0000 Author: ru Date: Fri May 20 17:43:38 2011 New Revision: 222141 URL: http://svn.freebsd.org/changeset/base/222141 Log: MFC: r222019: Document the supported hardware, somewhat. Modified: stable/8/share/man/man4/xhci.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/share/man/man4/xhci.4 ============================================================================== --- stable/8/share/man/man4/xhci.4 Fri May 20 17:40:21 2011 (r222140) +++ stable/8/share/man/man4/xhci.4 Fri May 20 17:43:38 2011 (r222141) @@ -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 ,