xref: /freebsd/share/man/man4/ohci.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1b2c1f437SNick Hibma.\" Copyright (c) 1999
2eddc45e7SJeroen Ruigrok van der Werven.\"	Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3b2c1f437SNick Hibma.\"
4b2c1f437SNick Hibma.\" Redistribution and use in source and binary forms, with or without
5b2c1f437SNick Hibma.\" modification, are permitted provided that the following conditions
6b2c1f437SNick Hibma.\" are met:
7b2c1f437SNick Hibma.\" 1. Redistributions of source code must retain the above copyright
8b2c1f437SNick Hibma.\"    notice, this list of conditions and the following disclaimer.
9b2c1f437SNick Hibma.\" 2. Redistributions in binary form must reproduce the above copyright
10b2c1f437SNick Hibma.\"    notice, this list of conditions and the following disclaimer in the
11b2c1f437SNick Hibma.\"    documentation and/or other materials provided with the distribution.
12b2c1f437SNick Hibma.\"
13936663c8SJoel Dahl.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14b2c1f437SNick Hibma.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15b2c1f437SNick Hibma.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16936663c8SJoel Dahl.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17936663c8SJoel Dahl.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18936663c8SJoel Dahl.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19936663c8SJoel Dahl.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20936663c8SJoel Dahl.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21936663c8SJoel Dahl.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22936663c8SJoel Dahl.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23936663c8SJoel Dahl.\" SUCH DAMAGE.
24b2c1f437SNick Hibma.\"
25*f18782e4SMarius Strobl.Dd December 24, 2020
26474fc32bSAlexey Zelkin.Dt OHCI 4
273d45e180SRuslan Ermilov.Os
28b2c1f437SNick Hibma.Sh NAME
29b2c1f437SNick Hibma.Nm ohci
30eb083802SRuslan Ermilov.Nd OHCI USB Host Controller driver
31b2c1f437SNick Hibma.Sh SYNOPSIS
326b713d58SJeroen Ruigrok van der Werven.Cd "device ohci"
33b2c1f437SNick Hibma.Sh DESCRIPTION
34b2c1f437SNick HibmaThe
35b2c1f437SNick Hibma.Nm
366d249eeeSSheldon Hearndriver provides support for OHCI-type PCI based USB controllers.
37f0c7f156SSimon L. B. Nielsen.Sh HARDWARE
381adcf10cSSimon L. B. NielsenThe
39f0c7f156SSimon L. B. Nielsen.Nm
401adcf10cSSimon L. B. Nielsendriver supports all OHCI v1.0 compliant controllers including:
41f0c7f156SSimon L. B. Nielsen.Pp
42f0c7f156SSimon L. B. Nielsen.Bl -bullet -compact
43f0c7f156SSimon L. B. Nielsen.It
44f0c7f156SSimon L. B. NielsenAcerLabs M5237 (Aladdin-V)
45f0c7f156SSimon L. B. Nielsen.It
46f0c7f156SSimon L. B. NielsenAMD-756
47f0c7f156SSimon L. B. Nielsen.It
48f0c7f156SSimon L. B. NielsenOPTi 82C861 (FireLink)
49f0c7f156SSimon L. B. Nielsen.It
50f0c7f156SSimon L. B. NielsenNEC uPD 9210
51f0c7f156SSimon L. B. Nielsen.It
52f0c7f156SSimon L. B. NielsenCMD Tech 670 (USB0670)
53f0c7f156SSimon L. B. Nielsen.It
54f0c7f156SSimon L. B. NielsenCMD Tech 673 (USB0673)
55f0c7f156SSimon L. B. Nielsen.It
56f0c7f156SSimon L. B. NielsenNVIDIA nForce3
57b2c1f437SNick Hibma.El
587722b7d5SEdward Tomasz Napierala.Sh SYSCTL VARIABLES
597722b7d5SEdward Tomasz NapieralaThe following variables are available as both
607722b7d5SEdward Tomasz Napierala.Xr sysctl 8
617722b7d5SEdward Tomasz Napieralavariables and
627722b7d5SEdward Tomasz Napierala.Xr loader 8
637722b7d5SEdward Tomasz Napieralatunables:
647722b7d5SEdward Tomasz Napierala.Bl -tag -width indent
657722b7d5SEdward Tomasz Napierala.It Va hw.usb.ohci.debug
664426f429SBrad DavisDebug output level, where 0 is debugging disabled and larger values increase
674426f429SBrad Davisdebug message verbosity.
684426f429SBrad DavisDefault is 0.
691adc28f5SChristian Brueffer.El
70b2c1f437SNick Hibma.Sh SEE ALSO
71ad787bb4SSimon L. B. Nielsen.Xr ehci 4 ,
725b4d8512SBaptiste Daroussin.Xr uhci 4 ,
735b4d8512SBaptiste Daroussin.Xr xhci 4
74b2c1f437SNick Hibma.Sh HISTORY
75b2c1f437SNick HibmaThe
76b2c1f437SNick Hibma.Nm
77b2c1f437SNick Hibmadevice driver first appeared in
78b2c1f437SNick Hibma.Fx 3.0 .
79def37e7cSMike Pritchard.Sh AUTHORS
80b2c1f437SNick HibmaThe
81b2c1f437SNick Hibma.Nm
82b2c1f437SNick Hibmadriver was written by
836c899950SBaptiste Daroussin.An Lennart Augustsson Aq Mt augustss@carlstedt.se
84def37e7cSMike Pritchardfor the
85b2c1f437SNick Hibma.Nx
86b2c1f437SNick Hibmaproject.
87