From owner-svn-src-all@FreeBSD.ORG Tue Nov 26 07:51:39 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AE148CA; Tue, 26 Nov 2013 07:51:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0ACBB28E1; Tue, 26 Nov 2013 07:51:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ7pcHJ062173; Tue, 26 Nov 2013 07:51:38 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ7pc0a062172; Tue, 26 Nov 2013 07:51:38 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311260751.rAQ7pc0a062172@svn.freebsd.org> From: Li-Wen Hsu Date: Tue, 26 Nov 2013 07:51:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258617 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 07:51:39 -0000 Author: lwhsu (ports committer) Date: Tue Nov 26 07:51:38 2013 New Revision: 258617 URL: http://svnweb.freebsd.org/changeset/base/258617 Log: Also note to add xhci(4) to kernel configuration to utilize USB 3.0 Approved by: markj Modified: head/share/man/man4/axge.4 Modified: head/share/man/man4/axge.4 ============================================================================== --- head/share/man/man4/axge.4 Tue Nov 26 07:36:41 2013 (r258616) +++ head/share/man/man4/axge.4 Tue Nov 26 07:51:38 2013 (r258617) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 12, 2013 +.Dd November 22, 2013 .Dt AXGE 4 .Os .Sh NAME @@ -41,6 +41,7 @@ To compile this driver into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent +.Cd "device xhci" .Cd "device ehci" .Cd "device uhci" .Cd "device ohci"