xref: /freebsd/share/man/man4/uhci.4 (revision 474fc32b337d728406effe906860cd6a619f5622)
1b2c1f437SNick Hibma.\" Copyright (c) 1999
2b2c1f437SNick Hibma.\"     Nick Hibma <hibma@skylink.it>. All rights reserved.
3b2c1f437SNick Hibma.\"
4b2c1f437SNick Hibma.\"
5b2c1f437SNick Hibma.\" Redistribution and use in source and binary forms, with or without
6b2c1f437SNick Hibma.\" modification, are permitted provided that the following conditions
7b2c1f437SNick Hibma.\" are met:
8b2c1f437SNick Hibma.\" 1. Redistributions of source code must retain the above copyright
9b2c1f437SNick Hibma.\"    notice, this list of conditions and the following disclaimer.
10b2c1f437SNick Hibma.\" 2. Redistributions in binary form must reproduce the above copyright
11b2c1f437SNick Hibma.\"    notice, this list of conditions and the following disclaimer in the
12b2c1f437SNick Hibma.\"    documentation and/or other materials provided with the distribution.
13b2c1f437SNick Hibma.\" 3. All advertising materials mentioning features or use of this software
14b2c1f437SNick Hibma.\"    must display the following acknowledgement:
15b2c1f437SNick Hibma.\"     This product includes software developed by Bill Paul.
16b2c1f437SNick Hibma.\" 4. Neither the name of the author nor the names of any co-contributors
17b2c1f437SNick Hibma.\"    may be used to endorse or promote products derived from this software
18b2c1f437SNick Hibma.\"   without specific prior written permission.
19b2c1f437SNick Hibma.\"
20b2c1f437SNick Hibma.\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
21b2c1f437SNick Hibma.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22b2c1f437SNick Hibma.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23b2c1f437SNick Hibma.\" ARE DISCLAIMED.  IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
24b2c1f437SNick Hibma.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25b2c1f437SNick Hibma.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26b2c1f437SNick Hibma.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27b2c1f437SNick Hibma.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28b2c1f437SNick Hibma.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29b2c1f437SNick Hibma.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30b2c1f437SNick Hibma.\" THE POSSIBILITY OF SUCH DAMAGE.
31b2c1f437SNick Hibma.\"
32b2c1f437SNick Hibma.\"	$FreeBSD$
33b2c1f437SNick Hibma.\"
34b2c1f437SNick Hibma.Dd February 21, 1999
35474fc32bSAlexey Zelkin.Dt UHCI 4
36b2c1f437SNick Hibma.Os FreeBSD
37b2c1f437SNick Hibma.Sh NAME
38b2c1f437SNick Hibma.Nm uhci
39b2c1f437SNick Hibma.Nd
40b2c1f437SNick HibmaUHCI USB Host Controller Driver
41b2c1f437SNick Hibma.Sh SYNOPSIS
42b2c1f437SNick Hibma.Cd "controller uhci0"
43b2c1f437SNick Hibma.Sh DESCRIPTION
44b2c1f437SNick HibmaThe
45b2c1f437SNick Hibma.Nm
46b2c1f437SNick Hibmadriver provides support for UHCI-type PCI based USB controllers. This
47b2c1f437SNick Hibmaincludes
48b2c1f437SNick Hibma.Bl -tag -width xxxxx
49b2c1f437SNick Hibma.It Intel 82371AB/EB (PIIX4)
50b2c1f437SNick Hibma.It Intel 82371SB (PIIX3)
51b2c1f437SNick Hibma.It VIA 83C572
52b2c1f437SNick Hibma.El
53b2c1f437SNick Hibma
54b2c1f437SNick Hibmaor any other UHCI v1.1 compliant controller.
55b2c1f437SNick Hibma.Sh SEE ALSO
56b2c1f437SNick Hibma.Xr ohci 4
57b2c1f437SNick Hibma.Sh HISTORY
58b2c1f437SNick HibmaThe
59b2c1f437SNick Hibma.Nm
60b2c1f437SNick Hibmadevice driver first appeared in
61b2c1f437SNick Hibma.Fx 3.0 .
62def37e7cSMike Pritchard.Sh AUTHORS
63b2c1f437SNick HibmaThe
64b2c1f437SNick Hibma.Nm
65b2c1f437SNick Hibmadriver was written by
66def37e7cSMike Pritchard.An Lennart Augustsson Aq augustss@carlstedt.se
67def37e7cSMike Pritchardfor the
68b2c1f437SNick Hibma.Nx
69b2c1f437SNick Hibmaproject.
70