diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-11-26 07:51:38 +0000 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-11-26 07:51:38 +0000 |
commit | 5e0f63c882a1b2a547c593d4983a9c140baf2698 (patch) | |
tree | 0d5c9b75efa07a24223772f3c8f331a4bc6abcc2 /share | |
parent | b6e7868243c5dbb84690a1975b85f817cb88a34c (diff) | |
download | FreeBSD-src-5e0f63c882a1b2a547c593d4983a9c140baf2698.zip FreeBSD-src-5e0f63c882a1b2a547c593d4983a9c140baf2698.tar.gz |
Also note to add xhci(4) to kernel configuration to utilize USB 3.0
Approved by: markj
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/axge.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/axge.4 b/share/man/man4/axge.4 index 1868203..33f7db3 100644 --- a/share/man/man4/axge.4 +++ b/share/man/man4/axge.4 @@ -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" |