xref: /titanic_53/usr/src/pkg/manifests/driver-usb.mf (revision c10c16dec587a0662068f6e2991c29ed3a9db943)
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.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Praza#
27ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
28ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
29ebbab6bbSDan Price# information about overriding the defaults.
30ead1f93eSLiane Praza#
31ebbab6bbSDan Price<include global_zone_only_component>
32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/driver/usb@$(PKGVERS)
33ead1f93eSLiane Prazaset name=pkg.description value="USBA (USB framework) and USB Device Drivers"
34ead1f93eSLiane Prazaset name=pkg.summary value="USB Device Drivers"
35ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
36ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
37ead1f93eSLiane Prazadir path=etc group=sys
38ead1f93eSLiane Prazadir path=etc/usb group=sys
39ead1f93eSLiane Prazadir path=kernel group=sys
40ead1f93eSLiane Prazadir path=kernel/dacf group=sys
41ead1f93eSLiane Prazadir path=kernel/dacf/$(ARCH64) group=sys
42ead1f93eSLiane Prazadir path=kernel/drv group=sys
43ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
44ead1f93eSLiane Prazadir path=kernel/misc group=sys
45ead1f93eSLiane Prazadir path=kernel/misc/$(ARCH64) group=sys
46ead1f93eSLiane Prazadir path=kernel/strmod group=sys
47ead1f93eSLiane Prazadir path=kernel/strmod/$(ARCH64) group=sys
48ead1f93eSLiane Prazadir path=lib
49ead1f93eSLiane Prazadir path=lib/svc
509444c26fSTom Whittendir path=lib/svc/manifest group=sys
519444c26fSTom Whittendir path=lib/svc/manifest/system group=sys
52ebbab6bbSDan Pricedir path=lib/svc/method
53ebbab6bbSDan Pricedir path=sbin group=sys
54*c10c16deSRichard Lowedir path=usr group=sys
55*c10c16deSRichard Lowedir path=usr/share group=sys
56*c10c16deSRichard Lowedir path=usr/share/man
57*c10c16deSRichard Lowedir path=usr/share/man/man7m
58*c10c16deSRichard Lowedir path=usr/share/man/man9f
59*c10c16deSRichard Lowedir path=usr/share/man/man9s
60ead1f93eSLiane Prazadriver name=ehci alias=pciclass,0c0320 perms="* 0644 root sys"
61ead1f93eSLiane Prazadriver name=hid alias=usbif,class3 perms="* 0600 root sys"
62ead1f93eSLiane Prazadriver name=hubd alias=usbif,class9 perms="* 0644 root sys"
63ead1f93eSLiane Prazadriver name=hwahc alias=usbif,classe0.2.1 perms="* 0644 root sys"
64ead1f93eSLiane Prazadriver name=hwarc alias=usbif,classe0.1.2 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 Prazadriver name=wusb_ca alias=usbif,classef.3.1 perms="* 0666 root sys"
76ead1f93eSLiane Prazadriver name=wusb_df perms="* 0666 root sys" \
77ead1f93eSLiane Praza    alias=usb15a9,5 \
78ead1f93eSLiane Praza    alias=usb3495,3007
79ead1f93eSLiane Prazafile path=etc/usb/config_map.conf group=sys \
80ead1f93eSLiane Praza    original_name=SUNWusb:etc/usb/config_map.conf preserve=true
81ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ehci group=sys
82ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hid group=sys
83ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hubd group=sys
84ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hwahc group=sys
85ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/hwarc group=sys
86ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ohci group=sys
87ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/scsa2usb group=sys
88ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/uhci group=sys
89ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_ac group=sys
90ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_as group=sys
91ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_ia group=sys
92ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usb_mid group=sys
93ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/usbprn group=sys
94ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/wusb_ca group=sys
95ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/wusb_df group=sys
96ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ehci group=sys
97ebbab6bbSDan Pricefile path=kernel/drv/ehci.conf group=sys
98ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/hid group=sys
99ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/hubd group=sys
100ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/hwahc group=sys
101ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/hwarc group=sys
102ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/ohci group=sys
103ebbab6bbSDan Pricefile path=kernel/drv/ohci.conf group=sys
104ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/scsa2usb group=sys
105ead1f93eSLiane Prazafile path=kernel/drv/scsa2usb.conf group=sys \
106ebbab6bbSDan Price    original_name=SUNWusb:kernel/drv/scsa2usb.conf preserve=true
107ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/uhci group=sys
108ebbab6bbSDan Pricefile path=kernel/drv/uhci.conf group=sys
109ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/usb_ac group=sys
110ebbab6bbSDan Pricefile path=kernel/drv/usb_ac.conf group=sys
111ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/usb_as group=sys
112ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/usb_ia group=sys
113ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/usb_mid group=sys
114ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/usbprn group=sys
115ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/wusb_ca group=sys
116ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/wusb_df group=sys
117ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hidparser group=sys mode=0755
118ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hwa1480_fw group=sys mode=0755
119ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/usba group=sys mode=0755
120ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/usba10 group=sys mode=0755
121ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/hidparser group=sys mode=0755
122ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/hwa1480_fw group=sys mode=0755
123ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/usba group=sys mode=0755
124ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/usba10 group=sys mode=0755
125ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usb_ah group=sys mode=0755
126ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbkbm group=sys mode=0755
127ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbms group=sys mode=0755
128ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/usbwcm group=sys mode=0755
129ebbab6bbSDan Price$(i386_ONLY)file path=kernel/strmod/usb_ah group=sys mode=0755
130ebbab6bbSDan Price$(i386_ONLY)file path=kernel/strmod/usbkbm group=sys mode=0755
131ebbab6bbSDan Price$(i386_ONLY)file path=kernel/strmod/usbms group=sys mode=0755
132ebbab6bbSDan Price$(i386_ONLY)file path=kernel/strmod/usbwcm group=sys mode=0755
1339444c26fSTom Whittenfile path=lib/svc/manifest/system/wusb.xml group=sys mode=0444
134ebbab6bbSDan Pricefile path=lib/svc/method/svc-wusb mode=0555
135*c10c16deSRichard Lowefile path=usr/share/man/man7d/ehci.7d
136*c10c16deSRichard Lowefile path=usr/share/man/man7d/hid.7d
137*c10c16deSRichard Lowefile path=usr/share/man/man7d/hubd.7d
138*c10c16deSRichard Lowefile path=usr/share/man/man7d/hwa1480_fw.7d
139*c10c16deSRichard Lowefile path=usr/share/man/man7d/hwahc.7d
140*c10c16deSRichard Lowefile path=usr/share/man/man7d/hwarc.7d
141*c10c16deSRichard Lowefile path=usr/share/man/man7d/ohci.7d
142*c10c16deSRichard Lowefile path=usr/share/man/man7d/scsa2usb.7d
143*c10c16deSRichard Lowefile path=usr/share/man/man7d/uhci.7d
144*c10c16deSRichard Lowefile path=usr/share/man/man7d/usb.7d
145*c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_ac.7d
146*c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_as.7d
147*c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_ia.7d
148*c10c16deSRichard Lowefile path=usr/share/man/man7d/usb_mid.7d
149*c10c16deSRichard Lowefile path=usr/share/man/man7d/usba.7d
150*c10c16deSRichard Lowefile path=usr/share/man/man7d/usbprn.7d
151*c10c16deSRichard Lowefile path=usr/share/man/man7d/wusb_ca.7d
152*c10c16deSRichard Lowefile path=usr/share/man/man7d/wusb_df.7d
153*c10c16deSRichard Lowefile path=usr/share/man/man7m/usb_ah.7m
154*c10c16deSRichard Lowefile path=usr/share/man/man7m/usbkbm.7m
155*c10c16deSRichard Lowefile path=usr/share/man/man7m/usbms.7m
156*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_bulk_req.9f
157*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_ctrl_req.9f
158*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_intr_req.9f
159*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_isoc_req.9f
160*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_alloc_request.9f
161*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_client_attach.9f
162*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_client_detach.9f
163*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_clr_feature.9f
164*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_create_pm_components.9f
165*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_free_bulk_req.9f
166*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_free_ctrl_req.9f
167*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_free_descr_tree.9f
168*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_free_dev_data.9f
169*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_free_intr_req.9f
170*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_free_isoc_req.9f
171*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_addr.9f
172*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_alt_if.9f
173*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_cfg.9f
174*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_current_frame_number.9f
175*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_dev_data.9f
176*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_if_number.9f
177*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_max_pkts_per_isoc_request.9f
178*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_status.9f
179*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_get_string_descr.9f
180*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_handle_remote_wakeup.9f
181*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_lookup_ep_data.9f
182*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_owns_device.9f
183*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_parse_data.9f
184*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_bulk_xfer.9f
185*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_close.9f
186*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_ctrl_xfer.9f
187*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_ctrl_xfer_wait.9f
188*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_drain_reqs.9f
189*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f
190*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_private.9f
191*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_get_state.9f
192*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_intr_xfer.9f
193*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_isoc_xfer.9f
194*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_open.9f
195*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_reset.9f
196*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_set_private.9f
197*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_stop_intr_polling.9f
198*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_pipe_stop_isoc_polling.9f
199*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_print_descr_tree.9f
200*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_register_hotplug_cbs.9f
201*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_reset_device.9f
202*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_set_alt_if.9f
203*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_set_cfg.9f
204*c10c16deSRichard Lowefile path=usr/share/man/man9f/usb_unregister_hotplug_cbs.9f
205*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_bulk_request.9s
206*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_callback_flags.9s
207*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_cfg_descr.9s
208*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_client_dev_data.9s
209*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_completion_reason.9s
210*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_ctrl_request.9s
211*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_dev_descr.9s
212*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_dev_qlf_descr.9s
213*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_ep_descr.9s
214*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_if_descr.9s
215*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_intr_request.9s
216*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_isoc_request.9s
217*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_other_speed_cfg_descr.9s
218*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_request_attributes.9s
219*c10c16deSRichard Lowefile path=usr/share/man/man9s/usb_string_descr.9s
22071e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWusb desc="USBA (USB framework) and USB Device Drivers" \
22171e464e5SPeter Dennis - Sustaining Engineer    name="USB Device Drivers"
222ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
223ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
224ead1f93eSLiane Prazalicense license_in_headers license=license_in_headers
2255084e753SMark J. Nelsonlicense usr/src/uts/common/io/usb/clients/hwa1480_fw/i1480/LICENSE \
2265084e753SMark J. Nelson    license=usr/src/uts/common/io/usb/clients/hwa1480_fw/i1480/LICENSE
227