]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/uhci.4
This commit was generated by cvs2svn to compensate for changes in r129330,
[FreeBSD/FreeBSD.git] / share / man / man4 / uhci.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 UHCI 4
32 .Os
33 .Sh NAME
34 .Nm uhci
35 .Nd UHCI USB Host Controller driver
36 .Sh SYNOPSIS
37 .Cd "device uhci"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver provides support for UHCI-type PCI based USB controllers.
42 This
43 includes
44 .Bl -tag -width xxxxx
45 .It Intel 82371AB/EB (PIIX4)
46 .It Intel 82371SB (PIIX3)
47 .It VIA 83C572
48 .El
49 .Pp
50 or any other UHCI v1.1 compliant controller.
51 .Sh SEE ALSO
52 .Xr ohci 4
53 .Sh HISTORY
54 The
55 .Nm
56 device driver first appeared in
57 .Fx 3.0 .
58 .Sh AUTHORS
59 The
60 .Nm
61 driver was written by
62 .An Lennart Augustsson Aq augustss@carlstedt.se
63 for the
64 .Nx
65 project.