]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/ohci.4
This commit was generated by cvs2svn to compensate for changes in r125820,
[FreeBSD/FreeBSD.git] / share / man / man4 / ohci.4
1 .\" Copyright (c) 1999
2 .\"     Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the author nor the names of any co-contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"   without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
20 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26 .\" THE POSSIBILITY OF SUCH DAMAGE.
27 .\"
28 .\" $FreeBSD$
29 .\"
30 .Dd February 21, 1999
31 .Dt OHCI 4
32 .Os
33 .Sh NAME
34 .Nm ohci
35 .Nd OHCI USB Host Controller driver
36 .Sh SYNOPSIS
37 .Cd "device ohci"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver provides support for OHCI-type PCI based USB controllers.
42 This
43 includes
44 .Bl -tag -width xxxxx
45 .It AcerLabs M5237 (Aladdin-V)
46 .It AMD-756
47 .It OPTi 82C861 (FireLink)
48 .It NEC uPD 9210
49 .It CMD Tech 670 (USB0670)
50 .It CMD Tech 673 (USB0673)
51 .El
52 .Pp
53 or any other OHCI v1.0 compliant controller.
54 .Sh SEE ALSO
55 .Xr uhci 4
56 .Sh HISTORY
57 The
58 .Nm
59 device driver first appeared in
60 .Fx 3.0 .
61 .Sh AUTHORS
62 The
63 .Nm
64 driver was written by
65 .An Lennart Augustsson Aq augustss@carlstedt.se
66 for the
67 .Nx
68 project.