1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24a9478106SYuri Pankov# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25e2c88f0cSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
269b0e7716SRobert Mustacchi# Copyright 2017, Joyent, Inc.
27ead1f93eSLiane Praza#
28ead1f93eSLiane Praza
29ead1f93eSLiane Praza#
30ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
31ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
32ebbab6bbSDan Price# information about overriding the defaults.
33ead1f93eSLiane Praza#
34ebbab6bbSDan Price<include global_zone_only_component>
35ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/driver/usb@$(PKGVERS)
36ead1f93eSLiane Prazaset name=pkg.summary value="USB Device Drivers"
3786d41711SAndy Fiddamanset name=pkg.description value="USBA (USB framework) and USB Device Drivers"
38ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
39ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
4086d41711SAndy Fiddamandir  path=etc group=sys
4186d41711SAndy Fiddamandir  path=etc/usb group=sys
42ead1f93eSLiane Prazafile path=etc/usb/config_map.conf group=sys \
43ead1f93eSLiane Praza    original_name=SUNWusb:etc/usb/config_map.conf preserve=true
4486d41711SAndy Fiddamandir  path=kernel group=sys
4586d41711SAndy Fiddamandir  path=kernel/dacf group=sys
4686d41711SAndy Fiddamandir  path=kernel/dacf/$(ARCH64) group=sys
4786d41711SAndy Fiddamandir  path=kernel/drv group=sys
4886d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
49ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ehci group=sys
50ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hid group=sys
51ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hubd group=sys
52ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ohci group=sys
53ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/scsa2usb group=sys
54ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/uhci group=sys
55ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_ac group=sys
56ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_as group=sys
57ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_ia group=sys
58ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_mid group=sys
59ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usbprn group=sys
60993e3fafSRobert Mustacchi$(i386_ONLY)file path=kernel/drv/$(ARCH64)/xhci group=sys
61ebbab6bbSDan Pricefile path=kernel/drv/ehci.conf group=sys
62ebbab6bbSDan Pricefile path=kernel/drv/ohci.conf group=sys
63ead1f93eSLiane Prazafile path=kernel/drv/scsa2usb.conf group=sys \
64ebbab6bbSDan Price    original_name=SUNWusb:kernel/drv/scsa2usb.conf preserve=true
65ebbab6bbSDan Pricefile path=kernel/drv/uhci.conf group=sys
66ebbab6bbSDan Pricefile path=kernel/drv/usb_ac.conf group=sys
67993e3fafSRobert Mustacchi$(i386_ONLY)file path=kernel/drv/xhci.conf group=sys
6886d41711SAndy Fiddamandir  path=kernel/kmdb group=sys
6986d41711SAndy Fiddamandir  path=kernel/kmdb/$(ARCH64) group=sys
70993e3fafSRobert Mustacchi$(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/xhci group=sys mode=0555
7186d41711SAndy Fiddamandir  path=kernel/misc group=sys
7286d41711SAndy Fiddamandir  path=kernel/misc/$(ARCH64) group=sys
73ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hidparser group=sys mode=0755
74ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/usba group=sys mode=0755
75ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/usba10 group=sys mode=0755
7686d41711SAndy Fiddamandir  path=kernel/strmod group=sys
7786d41711SAndy Fiddamandir  path=kernel/strmod/$(ARCH64) group=sys
78ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usb_ah group=sys mode=0755
79ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbkbm group=sys mode=0755
80ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbms group=sys mode=0755
81ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbwcm group=sys mode=0755
8286d41711SAndy Fiddamandir  path=lib
8386d41711SAndy Fiddamandir  path=lib/svc
8486d41711SAndy Fiddamandir  path=lib/svc/manifest group=sys
8586d41711SAndy Fiddamandir  path=lib/svc/manifest/system group=sys
8686d41711SAndy Fiddamandir  path=lib/svc/method
8786d41711SAndy Fiddamandir  path=sbin group=sys
8886d41711SAndy Fiddamandir  path=usr group=sys
8986d41711SAndy Fiddamandir  path=usr/lib
9086d41711SAndy Fiddamandir  path=usr/lib/mdb group=sys
9186d41711SAndy Fiddamandir  path=usr/lib/mdb/kvm group=sys
9286d41711SAndy Fiddamandir  path=usr/lib/mdb/kvm/$(ARCH64) group=sys
93993e3fafSRobert Mustacchi$(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/xhci.so group=sys mode=0555
9486d41711SAndy Fiddaman$(i386_ONLY)dir path=usr/lib/xhci group=sys
95993e3fafSRobert Mustacchi$(i386_ONLY)file path=usr/lib/xhci/xhci_portsc group=sys mode=0555
9686d41711SAndy Fiddamandir  path=usr/share
9786d41711SAndy Fiddamandir  path=usr/share/man
98*bbf21555SRichard Lowefile path=usr/share/man/man4d/ehci.4d
99*bbf21555SRichard Lowefile path=usr/share/man/man4d/hid.4d
100*bbf21555SRichard Lowefile path=usr/share/man/man4d/hubd.4d
101*bbf21555SRichard Lowefile path=usr/share/man/man4d/ohci.4d
102*bbf21555SRichard Lowefile path=usr/share/man/man4d/scsa2usb.4d
103*bbf21555SRichard Lowefile path=usr/share/man/man4d/uhci.4d
104*bbf21555SRichard Lowelink path=usr/share/man/man4d/usb.4d target=usba.4d
105*bbf21555SRichard Lowefile path=usr/share/man/man4d/usb_ac.4d
106*bbf21555SRichard Lowefile path=usr/share/man/man4d/usb_as.4d
107*bbf21555SRichard Lowefile path=usr/share/man/man4d/usb_ia.4d
108*bbf21555SRichard Lowefile path=usr/share/man/man4d/usb_mid.4d
109*bbf21555SRichard Lowefile path=usr/share/man/man4d/usba.4d
110*bbf21555SRichard Lowefile path=usr/share/man/man4d/usbprn.4d
111*bbf21555SRichard Lowe$(i386_ONLY)file path=usr/share/man/man4d/xhci.4d
112*bbf21555SRichard Lowedir  path=usr/share/man/man4m
113*bbf21555SRichard Lowefile path=usr/share/man/man4m/usb_ah.4m
114*bbf21555SRichard Lowefile path=usr/share/man/man4m/usbkbm.4m
115*bbf21555SRichard Lowefile path=usr/share/man/man4m/usbms.4m
11686d41711SAndy Fiddamandir  path=usr/share/man/man9e
1179b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi.9e
11886d41711SAndy Fiddamanlink path=usr/share/man/man9e/usba_hcdi_cb_close.9e target=usba_hcdi_cb_ops.9e
11986d41711SAndy Fiddamanlink path=usr/share/man/man9e/usba_hcdi_cb_ioctl.9e target=usba_hcdi_cb_ops.9e
12086d41711SAndy Fiddamanlink path=usr/share/man/man9e/usba_hcdi_cb_open.9e target=usba_hcdi_cb_ops.9e
1219b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_cb_ops.9e
1229b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_device_address.9e
12386d41711SAndy Fiddamanlink path=usr/share/man/man9e/usba_hcdi_device_fini.9e \
12486d41711SAndy Fiddaman    target=usba_hcdi_device_init.9e
1259b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_device_init.9e
1269b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_hub_update.9e
1279b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_bulk_xfer.9e
12886d41711SAndy Fiddamanlink path=usr/share/man/man9e/usba_hcdi_pipe_close.9e \
12986d41711SAndy Fiddaman    target=usba_hcdi_pipe_open.9e
1309b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_ctrl_xfer.9e
1319b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_intr_xfer.9e
1329b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_isoc_xfer.9e
1339b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_open.9e
1349b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_reset.9e
1359b0e7716SRobert Mustacchifile path=usr/share/man/man9e/usba_hcdi_pipe_stop_intr_polling.9e
13686d41711SAndy Fiddamanlink path=usr/share/man/man9e/usba_hcdi_pipe_stop_isoc_polling.9e \
13786d41711SAndy Fiddaman    target=usba_hcdi_pipe_stop_intr_polling.9e
13886d41711SAndy Fiddamandir  path=usr/share/man/man9f
13986d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_alloc_bulk_req.9f target=usb_alloc_request.9f
14086d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_alloc_ctrl_req.9f target=usb_alloc_request.9f
14186d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_alloc_intr_req.9f target=usb_alloc_request.9f
14286d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_alloc_isoc_req.9f target=usb_alloc_request.9f
143c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_request.9f
144c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_client_attach.9f
14586d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_client_detach.9f target=usb_client_attach.9f
146c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_clr_feature.9f
147c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_create_pm_components.9f
148993e3fafSRobert Mustacchifile path=usr/share/man/man9f/usb_ep_xdescr_fill.9f
14986d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_free_bulk_req.9f target=usb_alloc_request.9f
15086d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_free_ctrl_req.9f target=usb_alloc_request.9f
15186d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_free_descr_tree.9f target=usb_get_dev_data.9f
15286d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_free_dev_data.9f target=usb_get_dev_data.9f
15386d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_free_intr_req.9f target=usb_alloc_request.9f
15486d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_free_isoc_req.9f target=usb_alloc_request.9f
155c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_addr.9f
156c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_alt_if.9f
157c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_cfg.9f
158c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_current_frame_number.9f
159c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_dev_data.9f
16086d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_get_if_number.9f target=usb_get_alt_if.9f
161c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_max_pkts_per_isoc_request.9f
162c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_status.9f
163c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_string_descr.9f
164c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_handle_remote_wakeup.9f
165c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_lookup_ep_data.9f
16686d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_owns_device.9f target=usb_get_alt_if.9f
167c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_parse_data.9f
168c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_bulk_xfer.9f
169c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_close.9f
170c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_ctrl_xfer.9f
17186d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_pipe_ctrl_xfer_wait.9f \
17286d41711SAndy Fiddaman    target=usb_pipe_ctrl_xfer.9f
173c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_drain_reqs.9f
174c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f
17586d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_pipe_get_private.9f \
17686d41711SAndy Fiddaman    target=usb_pipe_set_private.9f
177c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_state.9f
178c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_intr_xfer.9f
179c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_isoc_xfer.9f
18086d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_pipe_open.9f target=usb_pipe_xopen.9f
181c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_reset.9f
182c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_set_private.9f
18386d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_pipe_stop_intr_polling.9f \
18486d41711SAndy Fiddaman    target=usb_pipe_intr_xfer.9f
18586d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_pipe_stop_isoc_polling.9f \
18686d41711SAndy Fiddaman    target=usb_pipe_isoc_xfer.9f
187993e3fafSRobert Mustacchifile path=usr/share/man/man9f/usb_pipe_xopen.9f
18886d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_print_descr_tree.9f target=usb_get_dev_data.9f
189c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_register_hotplug_cbs.9f
190c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_reset_device.9f
19186d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_set_alt_if.9f target=usb_get_alt_if.9f
19286d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_set_cfg.9f target=usb_get_cfg.9f
19386d41711SAndy Fiddamanlink path=usr/share/man/man9f/usb_unregister_hotplug_cbs.9f \
19486d41711SAndy Fiddaman    target=usb_register_hotplug_cbs.9f
1959b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_alloc_hcdi_ops.9f
19686d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_free_hcdi_ops.9f \
19786d41711SAndy Fiddaman    target=usba_alloc_hcdi_ops.9f
1989b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hcdi_cb.9f
1999b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hcdi_dup_intr_req.9f
2009b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hcdi_dup_isoc_req.9f
2019b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hcdi_get_device_private.9f
2029b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hcdi_register.9f
20386d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_hcdi_unregister.9f \
20486d41711SAndy Fiddaman    target=usba_hcdi_register.9f
2059b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hubdi_bind_root_hub.9f
2069b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hubdi_cb_ops.9f
20786d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_hubdi_close.9f target=usba_hubdi_cb_ops.9f
2089b0e7716SRobert Mustacchifile path=usr/share/man/man9f/usba_hubdi_dev_ops.9f
20986d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_hubdi_ioctl.9f target=usba_hubdi_cb_ops.9f
21086d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_hubdi_open.9f target=usba_hubdi_cb_ops.9f
21186d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_hubdi_root_hub_power.9f \
21286d41711SAndy Fiddaman    target=usba_hubdi_dev_ops.9f
21386d41711SAndy Fiddamanlink path=usr/share/man/man9f/usba_hubdi_unbind_root_hub.9f \
21486d41711SAndy Fiddaman    target=usba_hubdi_bind_root_hub.9f
21586d41711SAndy Fiddamandir  path=usr/share/man/man9s
216993e3fafSRobert Mustacchifile path=usr/share/man/man9s/usb_bulk_req.9s
21786d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_bulk_req_t.9s target=usb_bulk_req.9s
21886d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_bulk_request.9s target=usb_bulk_req.9s
219c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_callback_flags.9s
220c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_cfg_descr.9s
221c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_client_dev_data.9s
222c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_completion_reason.9s
223993e3fafSRobert Mustacchifile path=usr/share/man/man9s/usb_ctrl_req.9s
22486d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_ctrl_req_t.9s target=usb_ctrl_req.9s
22586d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_ctrl_request.9s target=usb_ctrl_req.9s
226c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_dev_descr.9s
227c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_dev_qlf_descr.9s
228c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_ep_descr.9s
229993e3fafSRobert Mustacchifile path=usr/share/man/man9s/usb_ep_ss_comp_descr.9s
23086d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_ep_ss_comp_descr_t.9s \
23186d41711SAndy Fiddaman    target=usb_ep_ss_comp_descr.9s
232993e3fafSRobert Mustacchifile path=usr/share/man/man9s/usb_ep_xdescr.9s
23386d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_ep_xdescr_t.9s target=usb_ep_xdescr.9s
234c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_if_descr.9s
235993e3fafSRobert Mustacchifile path=usr/share/man/man9s/usb_intr_req.9s
23686d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_intr_req_t.9s target=usb_intr_req.9s
23786d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_intr_request.9s target=usb_intr_req.9s
238993e3fafSRobert Mustacchifile path=usr/share/man/man9s/usb_isoc_req.9s
23986d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_isoc_req_t.9s target=usb_isoc_req.9s
24086d41711SAndy Fiddamanlink path=usr/share/man/man9s/usb_isoc_request.9s target=usb_isoc_req.9s
241c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_other_speed_cfg_descr.9s
242c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_request_attributes.9s
243c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_string_descr.9s
2449b0e7716SRobert Mustacchifile path=usr/share/man/man9s/usba_device.9s
24586d41711SAndy Fiddamanlink path=usr/share/man/man9s/usba_device_t.9s target=usba_device.9s
2469b0e7716SRobert Mustacchifile path=usr/share/man/man9s/usba_hcdi_ops.9s
24786d41711SAndy Fiddamanlink path=usr/share/man/man9s/usba_hcdi_ops_t.9s target=usba_hcdi_ops.9s
2489b0e7716SRobert Mustacchifile path=usr/share/man/man9s/usba_hcdi_register_args.9s
24986d41711SAndy Fiddamanlink path=usr/share/man/man9s/usba_hcdi_register_args_t.9s \
25086d41711SAndy Fiddaman    target=usba_hcdi_register_args.9s
2519b0e7716SRobert Mustacchifile path=usr/share/man/man9s/usba_pipe_handle_data.9s
25286d41711SAndy Fiddamanlink path=usr/share/man/man9s/usba_pipe_handle_data_t.9s \
25386d41711SAndy Fiddaman    target=usba_pipe_handle_data.9s
25486d41711SAndy Fiddamandriver name=ehci perms="* 0644 root sys" alias=pciclass,0c0320
25586d41711SAndy Fiddamandriver name=hid perms="* 0600 root sys" alias=usbif,class3
25686d41711SAndy Fiddamandriver name=hubd perms="* 0644 root sys" alias=usbif,class9
25786d41711SAndy Fiddamandriver name=ohci perms="* 0644 root sys" alias=pciclass,0c0310
25886d41711SAndy Fiddamandriver name=scsa2usb \
25986d41711SAndy Fiddaman    alias=usb584,222 \
26086d41711SAndy Fiddaman    alias=usbif,class8
26186d41711SAndy Fiddamandriver name=uhci perms="* 0644 root sys" alias=pciclass,0c0300
26286d41711SAndy Fiddamandriver name=usb_ac perms="* 0600 root sys" alias=usbif,class1.1
26386d41711SAndy Fiddamandriver name=usb_as perms="* 0600 root sys" alias=usbif,class1.2
26486d41711SAndy Fiddamandriver name=usb_ia alias=usb,ia
26586d41711SAndy Fiddamandriver name=usb_mid alias=usb,device
26686d41711SAndy Fiddamandriver name=usbprn perms="* 0666 root sys" alias=usbif,class7.1
26786d41711SAndy Fiddaman$(i386_ONLY)driver name=xhci perms="* 0644 root sys" alias=pciclass,0c0330
26871e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWusb desc="USBA (USB framework) and USB Device Drivers" \
26971e464e5SPeter Dennis - Sustaining Engineer    name="USB Device Drivers"
270ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
271ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
272ead1f93eSLiane Prazalicense license_in_headers license=license_in_headers
273993e3fafSRobert Mustacchilicense usr/src/uts/common/sys/usb/hcd/xhci/THIRDPARTYLICENSE \
274993e3fafSRobert Mustacchi    license=usr/src/uts/common/sys/usb/hcd/xhci/THIRDPARTYLICENSE
275