diff options
Diffstat (limited to 'static/freebsd/man4/ohci.4 4.html')
| -rw-r--r-- | static/freebsd/man4/ohci.4 4.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/static/freebsd/man4/ohci.4 4.html b/static/freebsd/man4/ohci.4 4.html new file mode 100644 index 00000000..d60fd20e --- /dev/null +++ b/static/freebsd/man4/ohci.4 4.html @@ -0,0 +1,74 @@ +<table class="head"> + <tr> + <td class="head-ltitle">OHCI(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">OHCI(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">ohci</code> — <span class="Nd">OHCI USB + Host Controller driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">device ohci</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">ohci</code> driver provides support for + OHCI-type PCI based USB controllers.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The <code class="Nm">ohci</code> driver supports all OHCI v1.0 + compliant controllers including:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>AcerLabs M5237 (Aladdin-V)</li> + <li>AMD-756</li> + <li>OPTi 82C861 (FireLink)</li> + <li>NEC uPD 9210</li> + <li>CMD Tech 670 (USB0670)</li> + <li>CMD Tech 673 (USB0673)</li> + <li>NVIDIA nForce3</li> +</ul> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYSCTL_VARIABLES"><a class="permalink" href="#SYSCTL_VARIABLES">SYSCTL + VARIABLES</a></h1> +<p class="Pp">The following variables are available as both + <a class="Xr">sysctl(8)</a> variables and <a class="Xr">loader(8)</a> + tunables:</p> +<dl class="Bl-tag"> + <dt id="hw.usb.ohci.debug"><var class="Va">hw.usb.ohci.debug</var></dt> + <dd>Debug output level, where 0 is debugging disabled and larger values + increase debug message verbosity. Default is 0.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">ehci(4)</a>, <a class="Xr">uhci(4)</a>, + <a class="Xr">xhci(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">ohci</code> device driver first appeared in + <span class="Ux">FreeBSD 3.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">ohci</code> driver was written by + <span class="An">Lennart Augustsson</span> + <<a class="Mt" href="mailto:augustss@carlstedt.se">augustss@carlstedt.se</a>> + for the <span class="Ux">NetBSD</span> project.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">December 24, 2020</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
