Date: Tue, 26 Nov 2013 07:51:38 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258617 - head/share/man/man4 Message-ID: <201311260751.rAQ7pc0a062172@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311260751.rAQ7pc0a062172>