xref: /titanic_51/usr/src/pkg/manifests/driver-usb.mf (revision 356f72340a69936724c69f2f87fffa6f5887f885)
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.
25*e2c88f0cSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26ead1f93eSLiane Praza#
27ead1f93eSLiane Praza
28ead1f93eSLiane Praza#
29ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
30ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
31ebbab6bbSDan Price# information about overriding the defaults.
32ead1f93eSLiane Praza#
33ebbab6bbSDan Price<include global_zone_only_component>
34ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/driver/usb@$(PKGVERS)
35ead1f93eSLiane Prazaset name=pkg.description value="USBA (USB framework) and USB Device Drivers"
36ead1f93eSLiane Prazaset name=pkg.summary value="USB Device Drivers"
37ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
38ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
39ead1f93eSLiane Prazadir path=etc group=sys
40ead1f93eSLiane Prazadir path=etc/usb group=sys
41ead1f93eSLiane Prazadir path=kernel group=sys
42ead1f93eSLiane Prazadir path=kernel/dacf group=sys
43ead1f93eSLiane Prazadir path=kernel/dacf/$(ARCH64) group=sys
44ead1f93eSLiane Prazadir path=kernel/drv group=sys
45ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
46ead1f93eSLiane Prazadir path=kernel/misc group=sys
47ead1f93eSLiane Prazadir path=kernel/misc/$(ARCH64) group=sys
48ead1f93eSLiane Prazadir path=kernel/strmod group=sys
49ead1f93eSLiane Prazadir path=kernel/strmod/$(ARCH64) group=sys
50ead1f93eSLiane Prazadir path=lib
51ead1f93eSLiane Prazadir path=lib/svc
529444c26fSTom Whittendir path=lib/svc/manifest group=sys
539444c26fSTom Whittendir path=lib/svc/manifest/system group=sys
54ebbab6bbSDan Pricedir path=lib/svc/method
55ebbab6bbSDan Pricedir path=sbin group=sys
56c10c16deSRichard Lowedir path=usr group=sys
57c6945919SBayard Belldir path=usr/share
58c10c16deSRichard Lowedir path=usr/share/man
59c10c16deSRichard Lowedir path=usr/share/man/man7m
60c10c16deSRichard Lowedir path=usr/share/man/man9f
61c10c16deSRichard Lowedir path=usr/share/man/man9s
62ead1f93eSLiane Prazadriver name=ehci alias=pciclass,0c0320 perms="* 0644 root sys"
63ead1f93eSLiane Prazadriver name=hid alias=usbif,class3 perms="* 0600 root sys"
64ead1f93eSLiane Prazadriver name=hubd alias=usbif,class9 perms="* 0644 root sys"
65ead1f93eSLiane Prazadriver name=ohci alias=pciclass,0c0310 perms="* 0644 root sys"
66ead1f93eSLiane Prazadriver name=scsa2usb \
67ead1f93eSLiane Praza    alias=usb584,222 \
68ead1f93eSLiane Praza    alias=usbif,class8
69ead1f93eSLiane Prazadriver name=uhci alias=pciclass,0c0300 perms="* 0644 root sys"
70ead1f93eSLiane Prazadriver name=usb_ac alias=usbif,class1.1 perms="* 0600 root sys"
71ead1f93eSLiane Prazadriver name=usb_as alias=usbif,class1.2 perms="* 0600 root sys"
72ead1f93eSLiane Prazadriver name=usb_ia alias=usb,ia
73ead1f93eSLiane Prazadriver name=usb_mid alias=usb,device
74ead1f93eSLiane Prazadriver name=usbprn alias=usbif,class7.1 perms="* 0666 root sys"
75ead1f93eSLiane Prazafile path=etc/usb/config_map.conf group=sys \
76ead1f93eSLiane Praza    original_name=SUNWusb:etc/usb/config_map.conf preserve=true
77ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ehci group=sys
78ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hid group=sys
79ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hubd group=sys
80ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ohci group=sys
81ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/scsa2usb group=sys
82ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/uhci group=sys
83ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_ac group=sys
84ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_as group=sys
85ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_ia group=sys
86ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_mid group=sys
87ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usbprn group=sys
88ebbab6bbSDan Pricefile path=kernel/drv/ehci.conf group=sys
89ebbab6bbSDan Pricefile path=kernel/drv/ohci.conf group=sys
90ead1f93eSLiane Prazafile path=kernel/drv/scsa2usb.conf group=sys \
91ebbab6bbSDan Price    original_name=SUNWusb:kernel/drv/scsa2usb.conf preserve=true
92ebbab6bbSDan Pricefile path=kernel/drv/uhci.conf group=sys
93ebbab6bbSDan Pricefile path=kernel/drv/usb_ac.conf group=sys
94ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hidparser group=sys mode=0755
95ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/usba group=sys mode=0755
96ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/usba10 group=sys mode=0755
97ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usb_ah group=sys mode=0755
98ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbkbm group=sys mode=0755
99ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbms group=sys mode=0755
100ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbwcm group=sys mode=0755
101c10c16deSRichard Lowefile path=usr/share/man/man7d/ehci.7d
102c10c16deSRichard Lowefile path=usr/share/man/man7d/hid.7d
103c10c16deSRichard Lowefile path=usr/share/man/man7d/hubd.7d
104c10c16deSRichard Lowefile path=usr/share/man/man7d/ohci.7d
105c10c16deSRichard Lowefile path=usr/share/man/man7d/scsa2usb.7d
106c10c16deSRichard Lowefile path=usr/share/man/man7d/uhci.7d
107c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_ac.7d
108c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_as.7d
109c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_ia.7d
110c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_mid.7d
111c10c16deSRichard Lowefile path=usr/share/man/man7d/usba.7d
112c10c16deSRichard Lowefile path=usr/share/man/man7d/usbprn.7d
113c10c16deSRichard Lowefile path=usr/share/man/man7m/usb_ah.7m
114c10c16deSRichard Lowefile path=usr/share/man/man7m/usbkbm.7m
115c10c16deSRichard Lowefile path=usr/share/man/man7m/usbms.7m
116c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_request.9f
117c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_client_attach.9f
118c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_clr_feature.9f
119c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_create_pm_components.9f
120c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_addr.9f
121c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_alt_if.9f
122c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_cfg.9f
123c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_current_frame_number.9f
124c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_dev_data.9f
125c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_max_pkts_per_isoc_request.9f
126c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_status.9f
127c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_string_descr.9f
128c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_handle_remote_wakeup.9f
129c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_lookup_ep_data.9f
130c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_parse_data.9f
131c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_bulk_xfer.9f
132c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_close.9f
133c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_ctrl_xfer.9f
134c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_drain_reqs.9f
135c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f
136c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_state.9f
137c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_intr_xfer.9f
138c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_isoc_xfer.9f
139c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_open.9f
140c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_reset.9f
141c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_set_private.9f
142c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_register_hotplug_cbs.9f
143c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_reset_device.9f
144c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_bulk_request.9s
145c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_callback_flags.9s
146c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_cfg_descr.9s
147c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_client_dev_data.9s
148c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_completion_reason.9s
149c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_ctrl_request.9s
150c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_dev_descr.9s
151c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_dev_qlf_descr.9s
152c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_ep_descr.9s
153c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_if_descr.9s
154c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_intr_request.9s
155c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_isoc_request.9s
156c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_other_speed_cfg_descr.9s
157c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_request_attributes.9s
158c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_string_descr.9s
15971e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWusb desc="USBA (USB framework) and USB Device Drivers" \
16071e464e5SPeter Dennis - Sustaining Engineer    name="USB Device Drivers"
161ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
162ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
163ead1f93eSLiane Prazalicense license_in_headers license=license_in_headers
164a9478106SYuri Pankovlink path=usr/share/man/man7d/usb.7d target=usba.7d
165a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_alloc_bulk_req.9f \
166a9478106SYuri Pankov    target=usb_alloc_request.9f
167a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_alloc_ctrl_req.9f \
168a9478106SYuri Pankov    target=usb_alloc_request.9f
169a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_alloc_intr_req.9f \
170a9478106SYuri Pankov    target=usb_alloc_request.9f
171a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_alloc_isoc_req.9f \
172a9478106SYuri Pankov    target=usb_alloc_request.9f
173a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_client_detach.9f target=usb_client_attach.9f
174a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_free_bulk_req.9f target=usb_alloc_request.9f
175a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_free_ctrl_req.9f target=usb_alloc_request.9f
176a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_free_descr_tree.9f \
177a9478106SYuri Pankov    target=usb_get_dev_data.9f
178a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_free_dev_data.9f target=usb_get_dev_data.9f
179a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_free_intr_req.9f target=usb_alloc_request.9f
180a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_free_isoc_req.9f target=usb_alloc_request.9f
181a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_get_if_number.9f target=usb_get_alt_if.9f
182a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_owns_device.9f target=usb_get_alt_if.9f
183a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_pipe_ctrl_xfer_wait.9f \
184a9478106SYuri Pankov    target=usb_pipe_ctrl_xfer.9f
185a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_pipe_get_private.9f \
186a9478106SYuri Pankov    target=usb_pipe_set_private.9f
187a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_pipe_stop_intr_polling.9f \
188a9478106SYuri Pankov    target=usb_pipe_intr_xfer.9f
189a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_pipe_stop_isoc_polling.9f \
190a9478106SYuri Pankov    target=usb_pipe_isoc_xfer.9f
191a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_print_descr_tree.9f \
192a9478106SYuri Pankov    target=usb_get_dev_data.9f
193a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_set_alt_if.9f target=usb_get_alt_if.9f
194a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_set_cfg.9f target=usb_get_cfg.9f
195a9478106SYuri Pankovlink path=usr/share/man/man9f/usb_unregister_hotplug_cbs.9f \
196a9478106SYuri Pankov    target=usb_register_hotplug_cbs.9f
197