6396 remove SVM
[unleashed.git] / usr / src / man / man7d / usb_ia.7d
blob9b8e74d81bc20d3f94106f9aaf8f2283e0eca14c
1 '\" te
2 .\" Copyright (c) 2006, 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 USB_IA 7D "Dec 21, 2006"
7 .SH NAME
8 usb_ia \- USB interface association driver
9 .SH SYNOPSIS
10 .LP
11 .nf
12 interface association@unit-address
13 .fi
15 .LP
16 .nf
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 The \fBusb_ia\fR driver is a USBA (Solaris Universal Serial Bus
24 Architecture)-compliant nexus driver that binds to a device's interface
25 association nodes when no vendor or class specific driver is available. To do
26 this, \fBusb_ia\fR creates nodes for the internal interfaces and then attempts
27 to bind drivers to each child interface.
28 .sp
29 .LP
30 Each interface association node has a parent device node that is created by
31 \fBusb_mid\fR(7D) and all \fBugen\fR(7D) interfaces are exported by
32 \fBusb_mid\fR(7D). (Note: attempting to export \fBugen\fR(7D) interfaces using
33 \fBusb_ia\fR is prohibited.)
34 .SH FILES
35 .sp
36 .ne 2
37 .na
38 \fB\fB/kernel/drv/usb_ia\fR\fR
39 .ad
40 .sp .6
41 .RS 4n
42 32-bit ELF kernel module. (x86).
43 .RE
45 .sp
46 .ne 2
47 .na
48 \fB\fB/kernel/drv/amd64/usb_ia\fR\fR
49 .ad
50 .sp .6
51 .RS 4n
52 64-bit ELF kernel module. (x86).
53 .RE
55 .sp
56 .ne 2
57 .na
58 \fB\fB/kernel/drv/sparcv9/usb_ia\fR\fR
59 .ad
60 .sp .6
61 .RS 4n
62 64-bit ELF kernel module. (SPARC).
63 .RE
65 .SH ATTRIBUTES
66 .sp
67 .LP
68 See \fBattributes\fR(5) for descriptions of the following attributes:
69 .sp
71 .sp
72 .TS
73 box;
74 c | c
75 l | l .
76 ATTRIBUTE TYPE  ATTRIBUTE VALUE
78 Architecture    SPARC & x86 PCI-based systems
79 .TE
81 .SH SEE ALSO
82 .sp
83 .LP
84 \fBattributes\fR(5),\fBugen\fR(7D), \fBusb_mid\fR(7D), \fBusba\fR(7D)
85 .sp
86 .LP
87 \fIWriting Device Drivers\fR
88 .sp
89 .LP
90 \fISystem Administration Guide: Basic Administration\fR
91 .sp
92 .LP
93 \fIUniversal Serial Bus Specification 2.0\fR \(em 2000
94 .sp
95 .LP
96 \fIInterface Association Descriptor Engineering Change Notice (ECN)\fR\(em2003
97 .sp
98 .LP
99 \fIhttp://www.sun.com/io\fR
102 \fIhttp://docs.sun.com\fR
103 .SH DIAGNOSTICS
106 In addition to being logged, the following messages may appear on the system
107 console. All messages are formatted in the     following manner:
109 .in +2
111 <device path> (usb_ia<instance num>):message...
113 .in -2
117 .ne 2
119 \fBNo driver found for interface <n> (nodename: <string>) of <device>.\fR
121 .sp .6
122 .RS 4n
123 No driver is available for this interface.