Fix typo.
[dragonfly.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. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by Bill Paul.
15 .\" 4. Neither the name of the author nor the names of any co-contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"   without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
23 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 .\" THE POSSIBILITY OF SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD: src/share/man/man4/ohci.4,v 1.8.2.4 2001/08/17 13:08:39 ru Exp $
32 .\" $DragonFly: src/share/man/man4/ohci.4,v 1.6 2003/10/28 07:28:36 asmodai Exp $
33 .\"
34 .Dd February 21, 1999
35 .Dt OHCI 4
36 .Os
37 .Sh NAME
38 .Nm ohci
39 .Nd OHCI USB Host Controller driver
40 .Sh SYNOPSIS
41 .Cd "device ohci"
42 .Sh DESCRIPTION
43 The
44 .Nm
45 driver provides support for OHCI-type PCI based USB controllers.
46 This
47 includes
48 .Bl -tag -width xxxxx
49 .It AcerLabs M5237 (Aladdin-V)
50 .It AMD-756
51 .It AMD-766
52 .It Apple KeyLargo
53 .It CMD Tech 670 (USB0670)
54 .It CMD Tech 673 (USB0673)
55 .It NEC uPD 9210
56 .It NVIDIA nForce2
57 .It NVIDIA nForce3
58 .It OPTi 82C861 (FireLink)
59 .It SiS 5571
60 .El
61 .Pp
62 or any other OHCI v1.0 compliant controller.
63 .Sh SEE ALSO
64 .Xr uhci 4
65 .Sh HISTORY
66 The
67 .Nm
68 device driver first appeared in
69 .Fx 3.0 .
70 .Sh AUTHORS
71 The
72 .Nm
73 driver was written by
74 .An Lennart Augustsson Aq augustss@carlstedt.se
75 for the
76 .Nx
77 project.