xref: /freebsd/share/man/man4/ohci.4 (revision 6b713d58060f10872aae35d4de35179268de797b)
1b2c1f437SNick Hibma.\" Copyright (c) 1999
2b2c1f437SNick Hibma.\"	Nick Hibma <hibma@skylink.it>. 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.\" 3. All advertising materials mentioning features or use of this software
13b2c1f437SNick Hibma.\"    must display the following acknowledgement:
14b2c1f437SNick Hibma.\"	This product includes software developed by Bill Paul.
15b2c1f437SNick Hibma.\" 4. Neither the name of the author nor the names of any co-contributors
16b2c1f437SNick Hibma.\"    may be used to endorse or promote products derived from this software
17b2c1f437SNick Hibma.\"   without specific prior written permission.
18b2c1f437SNick Hibma.\"
19b2c1f437SNick Hibma.\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
20b2c1f437SNick Hibma.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21b2c1f437SNick Hibma.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22b2c1f437SNick Hibma.\" ARE DISCLAIMED.  IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
23b2c1f437SNick Hibma.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24b2c1f437SNick Hibma.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25b2c1f437SNick Hibma.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26b2c1f437SNick Hibma.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27b2c1f437SNick Hibma.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28b2c1f437SNick Hibma.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29b2c1f437SNick Hibma.\" THE POSSIBILITY OF SUCH DAMAGE.
30b2c1f437SNick Hibma.\"
317f3dea24SPeter Wemm.\" $FreeBSD$
32b2c1f437SNick Hibma.\"
33b2c1f437SNick Hibma.Dd February 21, 1999
34474fc32bSAlexey Zelkin.Dt OHCI 4
35b2c1f437SNick Hibma.Os FreeBSD
36b2c1f437SNick Hibma.Sh NAME
37b2c1f437SNick Hibma.Nm ohci
38474fc32bSAlexey Zelkin.Nd OHCI USB Host Controller Driver
39b2c1f437SNick Hibma.Sh SYNOPSIS
406b713d58SJeroen Ruigrok van der Werven.Cd "device ohci"
41b2c1f437SNick Hibma.Sh DESCRIPTION
42b2c1f437SNick HibmaThe
43b2c1f437SNick Hibma.Nm
44b2c1f437SNick Hibmadriver provides support for OHCI-type PCI based USB controllers. This
45b2c1f437SNick Hibmaincludes
46b2c1f437SNick Hibma.Bl -tag -width xxxxx
47b2c1f437SNick Hibma.It AcerLabs M5237 (Aladdin-V)
48a6c2f65fSNick Hibma.It AMD-756
49b2c1f437SNick Hibma.It OPTi 82C861 (FireLink)
50b2c1f437SNick Hibma.It NEC uPD 9210
51b2c1f437SNick Hibma.It CMD Tech 670 (USB0670)
52b2c1f437SNick Hibma.It CMD Tech 673 (USB0673)
53b2c1f437SNick Hibma.El
54b2c1f437SNick Hibma
55b2c1f437SNick Hibmaor any other OHCI v1.0 compliant controller.
56b2c1f437SNick Hibma.Sh SEE ALSO
57b2c1f437SNick Hibma.Xr uhci 4
58b2c1f437SNick Hibma.Sh HISTORY
59b2c1f437SNick HibmaThe
60b2c1f437SNick Hibma.Nm
61b2c1f437SNick Hibmadevice driver first appeared in
62b2c1f437SNick Hibma.Fx 3.0 .
63def37e7cSMike Pritchard.Sh AUTHORS
64b2c1f437SNick HibmaThe
65b2c1f437SNick Hibma.Nm
66b2c1f437SNick Hibmadriver was written by
67def37e7cSMike Pritchard.An Lennart Augustsson Aq augustss@carlstedt.se
68def37e7cSMike Pritchardfor the
69b2c1f437SNick Hibma.Nx
70b2c1f437SNick Hibmaproject.
71