xref: /titanic_50/usr/src/pkg/manifests/driver-storage-vioblk.mf (revision 356f72340a69936724c69f2f87fffa6f5887f885)
1*1c5bc425SAlexey Zaytsev#
2*1c5bc425SAlexey Zaytsev# CDDL HEADER START
3*1c5bc425SAlexey Zaytsev#
4*1c5bc425SAlexey Zaytsev# The contents of this file are subject to the terms of the
5*1c5bc425SAlexey Zaytsev# Common Development and Distribution License (the "License").
6*1c5bc425SAlexey Zaytsev# You may not use this file except in compliance with the License.
7*1c5bc425SAlexey Zaytsev#
8*1c5bc425SAlexey Zaytsev# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*1c5bc425SAlexey Zaytsev# or http://www.opensolaris.org/os/licensing.
10*1c5bc425SAlexey Zaytsev# See the License for the specific language governing permissions
11*1c5bc425SAlexey Zaytsev# and limitations under the License.
12*1c5bc425SAlexey Zaytsev#
13*1c5bc425SAlexey Zaytsev# When distributing Covered Code, include this CDDL HEADER in each
14*1c5bc425SAlexey Zaytsev# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*1c5bc425SAlexey Zaytsev# If applicable, add the following below this CDDL HEADER, with the
16*1c5bc425SAlexey Zaytsev# fields enclosed by brackets "[]" replaced with your own identifying
17*1c5bc425SAlexey Zaytsev# information: Portions Copyright [yyyy] [name of copyright owner]
18*1c5bc425SAlexey Zaytsev#
19*1c5bc425SAlexey Zaytsev# CDDL HEADER END
20*1c5bc425SAlexey Zaytsev#
21*1c5bc425SAlexey Zaytsev
22*1c5bc425SAlexey Zaytsev#
23*1c5bc425SAlexey Zaytsev# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
24*1c5bc425SAlexey Zaytsev#
25*1c5bc425SAlexey Zaytsev
26*1c5bc425SAlexey Zaytsev#
27*1c5bc425SAlexey Zaytsev# The default for payload-bearing actions in this package is to appear in the
28*1c5bc425SAlexey Zaytsev# global zone only.  See the include file for greater detail, as well as
29*1c5bc425SAlexey Zaytsev# information about overriding the defaults.
30*1c5bc425SAlexey Zaytsev#
31*1c5bc425SAlexey Zaytsev<include global_zone_only_component>
32*1c5bc425SAlexey Zaytsevset name=pkg.fmri value=pkg:/driver/storage/vioblk@$(PKGVERS)
33*1c5bc425SAlexey Zaytsevset name=pkg.description value="Virtio block driver"
34*1c5bc425SAlexey Zaytsevset name=pkg.summary value="Virtio block"
35*1c5bc425SAlexey Zaytsevset name=info.classification \
36*1c5bc425SAlexey Zaytsev    value=org.opensolaris.category.2008:System/Hardware
37*1c5bc425SAlexey Zaytsevset name=variant.arch value=i386
38*1c5bc425SAlexey Zaytsevdir path=kernel group=sys
39*1c5bc425SAlexey Zaytsevdir path=kernel/drv group=sys
40*1c5bc425SAlexey Zaytsevdir path=kernel/drv/$(ARCH64) group=sys
41*1c5bc425SAlexey Zaytsevdriver name=vioblk alias=pci1af4,1001 clone_perms="vioblk 0666 root sys" \
42*1c5bc425SAlexey Zaytsev    perms="* 0666 root sys"
43*1c5bc425SAlexey Zaytsevfile path=kernel/drv/$(ARCH64)/vioblk group=sys
44*1c5bc425SAlexey Zaytsevlicense lic_CDDL license=lic_CDDL
45