From db9e05251fb5b10d651925de44723dd7ca8f6a19 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 19 Mar 2012 01:16:11 +0000 Subject: [PATCH] MFC r232501: ehci tunables are only available when kernel is compiled with USB_DEBUG PR: docs/163646 Approved by: cperciva git-svn-id: svn://svn.freebsd.org/base/stable/8@233142 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man4/ehci.4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4 index af9a6321f..86ca88f2c 100644 --- a/share/man/man4/ehci.4 +++ b/share/man/man4/ehci.4 @@ -87,7 +87,11 @@ The device driver first appeared in .Fx 5.1 . .Sh LOADER TUNABLES -Tunables can be set at the +When the kernel has been compiled with +.Cd options USB_DEBUG , +some tunables become available that affect the behavior of +.Nm . +These tunables can be set at the .Xr loader 8 prompt before booting the kernel or stored in .Xr loader.conf 5 . -- 2.45.0