6396 remove SVM
[unleashed.git] / usr / src / man / man7d / uhci.7d
blob0d77b5bba658771ee08ebe5c4b8c507553c4b8a5
1 '\" te
2 .\" Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH UHCI 7D "Jul 26, 2005"
7 .SH NAME
8 uhci \- host controller driver
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBpcivid,pid@unit-address\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBuhci\fR host controller driver is a \fBUSBA \fR (Solaris USB
19 Architecture) compliant nexus driver that supports the \fIUniversal Host
20 Controller Interface Specification 1.1\fR, an industry standard developed by
21 Intel. The \fBuhci\fR driver supports all USB transfers, including interrupt,
22 control, isochronous and bulk.
23 .SH FILES
24 .sp
25 .ne 2
26 .na
27 \fB\fB/kernel/drv/uhci\fR\fR
28 .ad
29 .RS 28n
30 32-bit ELF kernel module. (SPARC or x86).
31 .RE
33 .sp
34 .ne 2
35 .na
36 \fB\fB/kernel/drv/amd64/uhci\fR\fR
37 .ad
38 .RS 28n
39 64-bit ELF kernel module. (x86).
40 .RE
42 .sp
43 .ne 2
44 .na
45 \fB\fB/kernel/drv/sparcv9/uhci\fR\fR
46 .ad
47 .RS 28n
48 64-bit SPARC ELF kernel module.
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB/kernel/drv/uhci.conf\fR\fR
55 .ad
56 .RS 28n
57 Driver configuration file.
58 .RE
60 .SH ATTRIBUTES
61 .sp
62 .LP
63 See \fBattributes\fR(5) for descriptions of the following attributes:
64 .sp
66 .sp
67 .TS
68 box;
69 l | l
70 l | l .
71 ATTRIBUTE TYPE  ATTRIBUTE VALUE
73 Architecture    SPARC or  x86  PCI-based systems
74 .TE
76 .SH SEE ALSO
77 .sp
78 .LP
79 \fBattributes\fR(5), \fBehci\fR(7D), \fBhubd\fR(7D), \fBohci\fR(7D),
80 \fBusba\fR(7D)
81 .sp
82 .LP
83 \fIWriting Device Drivers\fR
84 .sp
85 .LP
86 \fIUniversal Host Controller Interface Specification for USB 1.1\fR
87 .sp
88 .LP
89 \fIUniversal Serial Bus Specification 2.0\fR
90 .sp
91 .LP
92 \fISystem Administration Guide: Basic Administration\fR
93 .sp
94 .LP
95 http://\fIwww.sun.com/io\fR
96 .SH DIAGNOSTICS
97 .sp
98 .LP
99 All host controller errors are passed to the client drivers. Root errors are
100 documented in \fBhubd\fR(7D).
103 In addition to being logged, the following messages may appear on the system
104 console. All messages are formatted in the following manner:
106 .in +2
108 WARNING: <device path> <uhci><instance number>>: Error message...
110 .in -2
114 .ne 2
116 \fBNo SOF interrupts have been received. This USB UHCI host controller is
117 unusable.\fR
119 .sp .6
120 .RS 4n
121 The USB hardware is not generating Start Of Frame interrupts. Please reboot the
122 system. If this problem persists, contact your system vendor.