svn commit: r258617 - head/share/man/man4

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Nov 26 07:51:39 UTC 2013


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"


More information about the svn-src-head mailing list