]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/man4/uhci.4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 April 20, 2005
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 .Sh HARDWARE
43 The
44 .Nm
45 driver supports all UHCI v1.1 compliant controllers including:
46 .Pp
47 .Bl -bullet -compact
48 .It
49 Intel 82371AB/EB (PIIX4)
50 .It
51 Intel 82371SB (PIIX3)
52 .It
53 VIA 83C572
54 .El
55 .Sh SEE ALSO
56 .Xr ehci 4 ,
57 .Xr ohci 4
58 .Sh HISTORY
59 The
60 .Nm
61 device driver first appeared in
62 .Fx 3.0 .
63 .Sh AUTHORS
64 The
65 .Nm
66 driver was written by
67 .An Lennart Augustsson Aq augustss@carlstedt.se
68 for the
69 .Nx
70 project.