Merge commit 'b31320a79e2054c6739b5229259dbf98f3afc547' into merges
[unleashed.git] / share / man / man7d / uhci.7d
blobb291369a3521309115ff91451a84dc4aa6f1ca51
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 "May 13, 2017"
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 .LP
17 The \fBuhci\fR host controller driver is a \fBUSBA \fR (Solaris USB
18 Architecture) compliant nexus driver that supports the \fIUniversal Host
19 Controller Interface Specification 1.1\fR, an industry standard developed by
20 Intel. The \fBuhci\fR driver supports all USB transfers, including interrupt,
21 control, isochronous and bulk.
22 .SH FILES
23 .ne 2
24 .na
25 \fB\fB/kernel/drv/uhci\fR\fR
26 .ad
27 .RS 28n
28 32-bit ELF kernel module. (SPARC or x86).
29 .RE
31 .sp
32 .ne 2
33 .na
34 \fB\fB/kernel/drv/amd64/uhci\fR\fR
35 .ad
36 .RS 28n
37 64-bit ELF kernel module. (x86).
38 .RE
40 .sp
41 .ne 2
42 .na
43 \fB\fB/kernel/drv/sparcv9/uhci\fR\fR
44 .ad
45 .RS 28n
46 64-bit SPARC ELF kernel module.
47 .RE
49 .sp
50 .ne 2
51 .na
52 \fB\fB/kernel/drv/uhci.conf\fR\fR
53 .ad
54 .RS 28n
55 Driver configuration file.
56 .RE
58 .SH ATTRIBUTES
59 .LP
60 See \fBattributes\fR(5) for descriptions of the following attributes:
61 .sp
63 .sp
64 .TS
65 box;
66 l | l
67 l | l .
68 ATTRIBUTE TYPE  ATTRIBUTE VALUE
70 Architecture    SPARC or  x86  PCI-based systems
71 .TE
73 .SH SEE ALSO
74 .LP
75 \fBattributes\fR(5), \fBehci\fR(7D), \fBhubd\fR(7D), \fBohci\fR(7D),
76 \fBusba\fR(7D)
77 .sp
78 .LP
79 \fIWriting Device Drivers\fR
80 .sp
81 .LP
82 \fIUniversal Host Controller Interface Specification for USB 1.1\fR
83 .sp
84 .LP
85 \fIUniversal Serial Bus Specification 2.0\fR
86 .sp
87 .LP
88 \fISystem Administration Guide: Basic Administration\fR
89 .SH DIAGNOSTICS
90 .LP
91 All host controller errors are passed to the client drivers. Root errors are
92 documented in \fBhubd\fR(7D).
93 .sp
94 .LP
95 In addition to being logged, the following messages may appear on the system
96 console. All messages are formatted in the following manner:
97 .sp
98 .in +2
99 .nf
100 WARNING: <device path> <uhci><instance number>>: Error message...
102 .in -2
106 .ne 2
108 \fBNo SOF interrupts have been received. This USB UHCI host controller is
109 unusable.\fR
111 .sp .6
112 .RS 4n
113 The USB hardware is not generating Start Of Frame interrupts. Please reboot the
114 system. If this problem persists, contact your system vendor.