svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
usb_ia(4d)
Device Drivers & /dev files usb_ia(4D)
NAME
usb_ia - USB interface association driver
SYNOPSIS
interface association@unit-address
DESCRIPTION
The usb_ia driver is a USBA (Solaris Universal Serial Bus Architec‐
ture)-compliant nexus driver that binds to a device's interface associ‐
ation nodes when no vendor or class specific driver is available. To do
this, usb_ia creates nodes for the internal interfaces and then
attempts to bind drivers to each child interface.
Each interface association node has a parent device node that is cre‐
ated by usb_mid(4D) and all ugen(4D) interfaces are exported by
usb_mid(4D). (Note: attempting to export ugen(4D) interfaces using
usb_ia is prohibited.)
FILES
/kernel/drv/amd64/usb_ia
64-bit ELF kernel module. (x86).
/kernel/drv/sparcv9/usb_ia
64-bit ELF kernel module. (SPARC).
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ ArchitectureSPARC & x86 PCI-based systems _ Availabili‐
tysystem/io/usb
SEE ALSO
ugen(4D), usb_mid(4D), usba(4D), attributes(7)
Writing Device Drivers in Oracle Solaris 11.4
Universal Serial Bus Specification 2.0 — 2000
Interface Association Descriptor Engineering Change Notice (ECN)—2003
https://www.usb.org/
DIAGNOSTICS
In addition to being logged, the following messages may appear on the
system console. All messages are formatted in the following manner:
<device path> (usb_ia<instance num>):message...
No driver found for interface <n> (nodename: <string>) of <device>.
No driver is available for this interface.
Oracle Solaris 11.4 14 May 2018 usb_ia(4D)