xref: /freebsd/share/man/man4/uhci.4 (revision 3136363f3e45f1410cd58f04eab9be9713b9008e)
1b2c1f437SNick Hibma.\" Copyright (c) 1999
2eddc45e7SJeroen Ruigrok van der Werven.\"     Nick Hibma <n_hibma@FreeBSD.org>. 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
42b9781e20SJeroen Ruigrok van der Werven.Cd "device uhci"
43b2c1f437SNick Hibma.Sh DESCRIPTION
44b2c1f437SNick HibmaThe
45b2c1f437SNick Hibma.Nm
466d249eeeSSheldon Hearndriver provides support for UHCI-type PCI based USB controllers.
476d249eeeSSheldon HearnThis
48b2c1f437SNick Hibmaincludes
49b2c1f437SNick Hibma.Bl -tag -width xxxxx
50b2c1f437SNick Hibma.It Intel 82371AB/EB (PIIX4)
51b2c1f437SNick Hibma.It Intel 82371SB (PIIX3)
52b2c1f437SNick Hibma.It VIA 83C572
53b2c1f437SNick Hibma.El
543136363fSRuslan Ermilov.Pp
55b2c1f437SNick Hibmaor any other UHCI v1.1 compliant controller.
56b2c1f437SNick Hibma.Sh SEE ALSO
57b2c1f437SNick Hibma.Xr ohci 4
58b2c1f437SNick Hibma.Sh HISTORY
59b2c1f437SNick HibmaThe
60b2c1f437SNick Hibma.Nm
61b2c1f437SNick Hibmadevice driver first appeared in
62b2c1f437SNick Hibma.Fx 3.0 .
63def37e7cSMike Pritchard.Sh AUTHORS
64b2c1f437SNick HibmaThe
65b2c1f437SNick Hibma.Nm
66b2c1f437SNick Hibmadriver was written by
67def37e7cSMike Pritchard.An Lennart Augustsson Aq augustss@carlstedt.se
68def37e7cSMike Pritchardfor the
69b2c1f437SNick Hibma.Nx
70b2c1f437SNick Hibmaproject.
71