8212 manpages contain obsolete references
[unleashed.git] / usr / src / man / man7d / usb_ia.7d
blob206d5c0e1edd617c4d6f851531f9ebf6a78146b3
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 "May 13, 2017"
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 .LP
22 The \fBusb_ia\fR driver is a USBA (Solaris Universal Serial Bus
23 Architecture)-compliant nexus driver that binds to a device's interface
24 association nodes when no vendor or class specific driver is available. To do
25 this, \fBusb_ia\fR creates nodes for the internal interfaces and then attempts
26 to bind drivers to each child interface.
27 .sp
28 .LP
29 Each interface association node has a parent device node that is created by
30 \fBusb_mid\fR(7D) and all \fBugen\fR(7D) interfaces are exported by
31 \fBusb_mid\fR(7D). (Note: attempting to export \fBugen\fR(7D) interfaces using
32 \fBusb_ia\fR is prohibited.)
33 .SH FILES
34 .ne 2
35 .na
36 \fB\fB/kernel/drv/usb_ia\fR\fR
37 .ad
38 .sp .6
39 .RS 4n
40 32-bit ELF kernel module. (x86).
41 .RE
43 .sp
44 .ne 2
45 .na
46 \fB\fB/kernel/drv/amd64/usb_ia\fR\fR
47 .ad
48 .sp .6
49 .RS 4n
50 64-bit ELF kernel module. (x86).
51 .RE
53 .sp
54 .ne 2
55 .na
56 \fB\fB/kernel/drv/sparcv9/usb_ia\fR\fR
57 .ad
58 .sp .6
59 .RS 4n
60 64-bit ELF kernel module. (SPARC).
61 .RE
63 .SH ATTRIBUTES
64 .LP
65 See \fBattributes\fR(5) for descriptions of the following attributes:
66 .sp
68 .sp
69 .TS
70 box;
71 c | c
72 l | l .
73 ATTRIBUTE TYPE  ATTRIBUTE VALUE
75 Architecture    SPARC & x86 PCI-based systems
76 .TE
78 .SH SEE ALSO
79 .LP
80 \fBattributes\fR(5), \fBugen\fR(7D), \fBusb_mid\fR(7D), \fBusba\fR(7D)
81 .sp
82 .LP
83 \fIWriting Device Drivers\fR
84 .sp
85 .LP
86 \fISystem Administration Guide: Basic Administration\fR
87 .sp
88 .LP
89 \fIUniversal Serial Bus Specification 2.0\fR \(em 2000
90 .sp
91 .LP
92 \fIInterface Association Descriptor Engineering Change Notice (ECN)\fR\(em2003
93 .SH DIAGNOSTICS
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 <device path> (usb_ia<instance num>):message...
102 .in -2
106 .ne 2
108 \fBNo driver found for interface <n> (nodename: <string>) of <device>.\fR
110 .sp .6
111 .RS 4n
112 No driver is available for this interface.